Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dcompaction.c1276 int fragindex; in __compaction_suitable() local
1311 fragindex = fragmentation_index(zone, order); in __compaction_suitable()
1312 if (fragindex >= 0 && fragindex <= sysctl_extfrag_threshold) in __compaction_suitable()