Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dcompaction.h89 extern int sysctl_extfrag_threshold;
/Linux-v6.1/mm/
Dcompaction.c2253 if (fragindex >= 0 && fragindex <= sysctl_extfrag_threshold) in compaction_suitable()
2563 int sysctl_extfrag_threshold = 500; variable
/Linux-v6.1/kernel/
Dsysctl.c2224 .data = &sysctl_extfrag_threshold,