Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcompaction.h93 extern unsigned int extfrag_for_order(struct zone *zone, unsigned int order);
/OK3568_Linux_fs/kernel/mm/
H A Dvmstat.c1104 unsigned int extfrag_for_order(struct zone *zone, unsigned int order) in extfrag_for_order() function
H A Dcompaction.c1923 return extfrag_for_order(zone, COMPACTION_HPAGE_ORDER); in fragmentation_score_zone()