Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcompaction.h35 extern int sysctl_extfrag_threshold;
/linux-4.4.14/mm/
Dcompaction.c1312 if (fragindex >= 0 && fragindex <= sysctl_extfrag_threshold) in __compaction_suitable()
1505 int sysctl_extfrag_threshold = 500; variable
/linux-4.4.14/kernel/
Dsysctl.c1369 .data = &sysctl_extfrag_threshold,