Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dcompaction.c2126 int fragindex; in compaction_suitable() local
2140 * ignore fragindex for non-costly orders where the alternative to in compaction_suitable()
2147 fragindex = fragmentation_index(zone, order); in compaction_suitable()
2148 if (fragindex >= 0 && fragindex <= sysctl_extfrag_threshold) in compaction_suitable()
/kernel/linux/linux-6.6/mm/
H A Dcompaction.c2324 * ignore fragindex for non-costly orders where the alternative to in compaction_suitable()
2333 int fragindex = fragmentation_index(zone, order); in compaction_suitable() local
2335 if (fragindex >= 0 && in compaction_suitable()
2336 fragindex <= sysctl_extfrag_threshold) { in compaction_suitable()

Completed in 8 milliseconds