Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcompaction.h86 extern int fragmentation_index(struct zone *zone, unsigned int order);
/openbmc/linux/mm/
H A Dvmstat.c1129 int fragmentation_index(struct zone *zone, unsigned int order) in fragmentation_index() function
H A Dcompaction.c2333 int fragindex = fragmentation_index(zone, order); in compaction_suitable()