Home
last modified time | relevance | path

Searched refs:sysctl_extfrag_threshold (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dcompaction.h89 extern int sysctl_extfrag_threshold;
/linux-6.1.9/mm/
Dcompaction.c2246 if (fragindex >= 0 && fragindex <= sysctl_extfrag_threshold) in compaction_suitable()
2556 int sysctl_extfrag_threshold = 500; variable
/linux-6.1.9/kernel/
Dsysctl.c2224 .data = &sysctl_extfrag_threshold,