Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcompaction.h90 extern int sysctl_extfrag_threshold;
/Linux-v5.4/mm/
Dcompaction.c2028 if (fragindex >= 0 && fragindex <= sysctl_extfrag_threshold) in compaction_suitable()
2327 int sysctl_extfrag_threshold = 500; variable
/Linux-v5.4/kernel/
Dsysctl.c1484 .data = &sysctl_extfrag_threshold,