Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dcompaction.c51 static inline bool is_via_compact_memory(int order) in is_via_compact_memory() function
59 static inline bool is_via_compact_memory(int order) { return false; } in is_via_compact_memory() function
841 if (!is_via_compact_memory(target_order) && order >= target_order) in skip_isolation_on_order()
2316 if (is_via_compact_memory(cc->order)) in __compact_finished()
2532 if (!is_via_compact_memory(cc->order)) { in compact_zone()