Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dcompaction.h89 extern int sysctl_extfrag_threshold;
/linux-5.19.10/mm/
Dcompaction.c2247 if (fragindex >= 0 && fragindex <= sysctl_extfrag_threshold) in compaction_suitable()
2557 int sysctl_extfrag_threshold = 500; variable
/linux-5.19.10/kernel/
Dsysctl.c2175 .data = &sysctl_extfrag_threshold,