Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcompaction.h100 extern enum compact_result compaction_suitable(struct zone *zone, int order,
195 static inline enum compact_result compaction_suitable(struct zone *zone, int order, in compaction_suitable() function
/OK3568_Linux_fs/kernel/mm/
H A Dcompaction.c2162 enum compact_result compaction_suitable(struct zone *zone, int order, in compaction_suitable() function
2254 ret = compaction_suitable(cc->zone, cc->order, cc->alloc_flags, in compact_zone()
2747 if (compaction_suitable(zone, pgdat->kcompactd_max_order, 0, in kcompactd_node_suitable()
2785 if (compaction_suitable(zone, cc.order, 0, zoneid) != in kcompactd_do_work()
H A Dvmscan.c2678 switch (compaction_suitable(zone, sc->order, 0, sc->reclaim_idx)) { in should_continue_reclaim()
2964 suitable = compaction_suitable(zone, sc->order, 0, sc->reclaim_idx); in compaction_ready()