Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcompaction.h35 COMPACT_CONTINUE, enumerator
/linux/mm/
H A Dcompaction.c2272 ret = COMPACT_CONTINUE; in __compact_finished()
2280 return COMPACT_CONTINUE; in __compact_finished()
2289 return COMPACT_CONTINUE; in __compact_finished()
2304 return COMPACT_CONTINUE; in __compact_finished()
2352 ret = COMPACT_CONTINUE; in compact_finished()
2412 compact_result = COMPACT_CONTINUE; in compaction_suitable()
2507 return COMPACT_CONTINUE; in compaction_suit_allocation_order()
2542 if (ret != COMPACT_CONTINUE) in compact_zone()
2598 while ((ret = compact_finished(cc)) == COMPACT_CONTINUE) { in compact_zone()
3048 if (ret == COMPACT_CONTINUE) in kcompactd_node_suitable()
[all …]
/linux/include/trace/events/
H A Dmmflags.h248 EM( COMPACT_CONTINUE, "continue") \