Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dcompaction.c2099 ret = COMPACT_CONTINUE; in __compact_finished()
2107 return COMPACT_CONTINUE; in __compact_finished()
2116 return COMPACT_CONTINUE; in __compact_finished()
2165 ret = COMPACT_CONTINUE; in compact_finished()
2178 return COMPACT_CONTINUE; in __compaction_suitable()
2210 return COMPACT_CONTINUE; in __compaction_suitable()
2245 if (ret == COMPACT_CONTINUE && (order > PAGE_ALLOC_COSTLY_ORDER)) { in compaction_suitable()
2283 if (compact_result == COMPACT_CONTINUE) in compaction_zonelist_suitable()
2320 VM_BUG_ON(ret != COMPACT_CONTINUE); in compact_zone()
2374 while ((ret = compact_finished(cc)) == COMPACT_CONTINUE) { in compact_zone()
[all …]
Dvmscan.c3058 case COMPACT_CONTINUE: in should_continue_reclaim()
/linux-5.19.10/include/linux/
Dcompaction.h35 COMPACT_CONTINUE, enumerator
/linux-5.19.10/include/trace/events/
Dmmflags.h208 EM( COMPACT_CONTINUE, "continue") \