Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dcompaction.h85 extern unsigned int extfrag_for_order(struct zone *zone, unsigned int order);
/Linux-v6.6/mm/
Dvmstat.c1115 unsigned int extfrag_for_order(struct zone *zone, unsigned int order) in extfrag_for_order() function
Dcompaction.c2100 return extfrag_for_order(zone, COMPACTION_HPAGE_ORDER); in fragmentation_score_zone()