Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dcompaction.c2098 ret = COMPACT_CONTINUE; in __compact_finished()
2106 return COMPACT_CONTINUE; in __compact_finished()
2115 return COMPACT_CONTINUE; in __compact_finished()
2164 ret = COMPACT_CONTINUE; in compact_finished()
2177 return COMPACT_CONTINUE; in __compaction_suitable()
2209 return COMPACT_CONTINUE; in __compaction_suitable()
2244 if (ret == COMPACT_CONTINUE && (order > PAGE_ALLOC_COSTLY_ORDER)) { in compaction_suitable()
2282 if (compact_result == COMPACT_CONTINUE) in compaction_zonelist_suitable()
2319 VM_BUG_ON(ret != COMPACT_CONTINUE); in compact_zone()
2373 while ((ret = compact_finished(cc)) == COMPACT_CONTINUE) { in compact_zone()
[all …]
Dvmscan.c6046 case COMPACT_CONTINUE: in should_continue_reclaim()
/linux-6.1.9/include/linux/
Dcompaction.h35 COMPACT_CONTINUE, enumerator
/linux-6.1.9/include/trace/events/
Dmmflags.h208 EM( COMPACT_CONTINUE, "continue") \