Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dcompaction.c2105 ret = COMPACT_CONTINUE; in __compact_finished()
2113 return COMPACT_CONTINUE; in __compact_finished()
2122 return COMPACT_CONTINUE; in __compact_finished()
2171 ret = COMPACT_CONTINUE; in compact_finished()
2184 return COMPACT_CONTINUE; in __compaction_suitable()
2216 return COMPACT_CONTINUE; in __compaction_suitable()
2251 if (ret == COMPACT_CONTINUE && (order > PAGE_ALLOC_COSTLY_ORDER)) { in compaction_suitable()
2289 if (compact_result == COMPACT_CONTINUE) in compaction_zonelist_suitable()
2326 VM_BUG_ON(ret != COMPACT_CONTINUE); in compact_zone()
2380 while ((ret = compact_finished(cc)) == COMPACT_CONTINUE) { in compact_zone()
[all …]
Dvmscan.c6046 case COMPACT_CONTINUE: in should_continue_reclaim()
/Linux-v6.1/include/linux/
Dcompaction.h35 COMPACT_CONTINUE, enumerator
/Linux-v6.1/include/trace/events/
Dmmflags.h208 EM( COMPACT_CONTINUE, "continue") \