Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dcompaction.c1989 ret = COMPACT_CONTINUE; in __compact_finished()
1997 return COMPACT_CONTINUE; in __compact_finished()
2006 return COMPACT_CONTINUE; in __compact_finished()
2049 ret = COMPACT_CONTINUE; in __compact_finished()
2068 ret = COMPACT_CONTINUE; in compact_finished()
2088 return COMPACT_CONTINUE; in __compaction_suitable()
2120 return COMPACT_CONTINUE; in __compaction_suitable()
2148 if (ret == COMPACT_CONTINUE && (order > PAGE_ALLOC_COSTLY_ORDER)) { in compaction_suitable()
2222 VM_BUG_ON(ret != COMPACT_CONTINUE); in compact_zone()
2276 while ((ret = compact_finished(cc)) == COMPACT_CONTINUE) { in compact_zone()
[all …]
Dvmscan.c2590 case COMPACT_CONTINUE: in should_continue_reclaim()
/Linux-v5.10/include/linux/
Dcompaction.h35 COMPACT_CONTINUE, enumerator
/Linux-v5.10/include/trace/events/
Dmmflags.h183 EM( COMPACT_CONTINUE, "continue") \