Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dcompaction.h18 extern int sysctl_extfrag_threshold;
/linux-2.6.39/mm/
Dcompaction.c490 if (fragindex >= 0 && fragindex <= sysctl_extfrag_threshold) in compaction_suitable()
575 int sysctl_extfrag_threshold = 500; variable
/linux-2.6.39/kernel/
Dsysctl.c1158 .data = &sysctl_extfrag_threshold,