Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dcompaction.c1224 int fragindex; in __compaction_suitable() local
1263 fragindex = fragmentation_index(zone, order); in __compaction_suitable()
1264 if (fragindex >= 0 && fragindex <= sysctl_extfrag_threshold) in __compaction_suitable()