Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dcompaction.c1342 return COMPACT_CONTINUE; in __compact_finished()
1352 return COMPACT_CONTINUE; in __compact_finished()
1396 return COMPACT_CONTINUE; in __compact_finished()
1411 ret = COMPACT_CONTINUE; in compact_finished()
1431 return COMPACT_CONTINUE; in __compaction_suitable()
1463 return COMPACT_CONTINUE; in __compaction_suitable()
1491 if (ret == COMPACT_CONTINUE && (order > PAGE_ALLOC_COSTLY_ORDER)) { in compaction_suitable()
1551 VM_BUG_ON(ret != COMPACT_CONTINUE); in compact_zone()
1593 while ((ret = compact_finished(zone, cc)) == COMPACT_CONTINUE) { in compact_zone()
1933 classzone_idx) == COMPACT_CONTINUE) in kcompactd_node_suitable()
[all …]
Dvmscan.c2674 case COMPACT_CONTINUE: in should_continue_reclaim()
/Linux-v4.19/include/linux/
Dcompaction.h38 COMPACT_CONTINUE, enumerator
/Linux-v4.19/include/trace/events/
Dmmflags.h174 EM( COMPACT_CONTINUE, "continue") \