Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcompaction.h34 extern int sysctl_extfrag_threshold;
/linux-4.1.27/mm/
Dcompaction.c1264 if (fragindex >= 0 && fragindex <= sysctl_extfrag_threshold) in __compaction_suitable()
1465 int sysctl_extfrag_threshold = 500; variable
/linux-4.1.27/kernel/
Dsysctl.c1329 .data = &sysctl_extfrag_threshold,