Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dcompaction.c2064 ret = COMPACT_CONTINUE; in __compact_finished()
2072 return COMPACT_CONTINUE; in __compact_finished()
2081 return COMPACT_CONTINUE; in __compact_finished()
2124 ret = COMPACT_CONTINUE; in __compact_finished()
2143 ret = COMPACT_CONTINUE; in compact_finished()
2156 return COMPACT_CONTINUE; in __compaction_suitable()
2188 return COMPACT_CONTINUE; in __compaction_suitable()
2223 if (ret == COMPACT_CONTINUE && (order > PAGE_ALLOC_COSTLY_ORDER)) { in compaction_suitable()
2297 VM_BUG_ON(ret != COMPACT_CONTINUE); in compact_zone()
2352 while ((ret = compact_finished(cc)) == COMPACT_CONTINUE) { in compact_zone()
[all …]
Dvmscan.c2952 case COMPACT_CONTINUE: in should_continue_reclaim()
/Linux-v5.15/include/linux/
Dcompaction.h35 COMPACT_CONTINUE, enumerator
/Linux-v5.15/include/trace/events/
Dmmflags.h198 EM( COMPACT_CONTINUE, "continue") \