Home
last modified time | relevance | path

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

/linux/mm/
H A Dcompaction.c2339 ret = COMPACT_CONTINUE; in __compact_finished()
2347 return COMPACT_CONTINUE; in __compact_finished()
2356 return COMPACT_CONTINUE; in __compact_finished()
2405 ret = COMPACT_CONTINUE; in compact_finished()
2463 compact_result = COMPACT_CONTINUE; in compaction_suitable()
2533 return COMPACT_CONTINUE; in compaction_suit_allocation_order()
2566 if (ret != COMPACT_CONTINUE) in compact_zone()
2622 while ((ret = compact_finished(cc)) == COMPACT_CONTINUE) { in compact_zone()
3064 if (ret == COMPACT_CONTINUE) in kcompactd_node_suitable()
3105 if (ret != COMPACT_CONTINUE) in kcompactd_do_work()
/linux/include/linux/
H A Dcompaction.h35 COMPACT_CONTINUE, enumerator
/linux/include/trace/events/
H A Dmmflags.h218 EM( COMPACT_CONTINUE, "continue") \