Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dcompaction.h88 extern int sysctl_extfrag_threshold;
/Linux-v5.10/mm/
Dcompaction.c2150 if (fragindex >= 0 && fragindex <= sysctl_extfrag_threshold) in compaction_suitable()
2454 int sysctl_extfrag_threshold = 500; variable
/Linux-v5.10/kernel/
Dsysctl.c2864 .data = &sysctl_extfrag_threshold,