Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dcompaction.h93 extern int fragmentation_index(struct zone *zone, unsigned int order);
/linux-5.19.10/mm/
Dvmstat.c1142 int fragmentation_index(struct zone *zone, unsigned int order) in fragmentation_index() function
Dcompaction.c2246 fragindex = fragmentation_index(zone, order); in compaction_suitable()