Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dcompaction.c2435 int fragindex = fragmentation_index(zone, order); in compaction_suitable() local
2437 if (fragindex >= 0 && in compaction_suitable()
2438 fragindex <= sysctl_extfrag_threshold) { in compaction_suitable()