Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcompaction.h35 COMPACT_CONTINUE, enumerator
/linux-6.15/mm/
H A Dcompaction.c2312 ret = COMPACT_CONTINUE; in __compact_finished()
2320 return COMPACT_CONTINUE; in __compact_finished()
2329 return COMPACT_CONTINUE; in __compact_finished()
2344 return COMPACT_CONTINUE; in __compact_finished()
2394 ret = COMPACT_CONTINUE; in compact_finished()
2454 compact_result = COMPACT_CONTINUE; in compaction_suitable()
2549 return COMPACT_CONTINUE; in compaction_suit_allocation_order()
2584 if (ret != COMPACT_CONTINUE) in compact_zone()
2640 while ((ret = compact_finished(cc)) == COMPACT_CONTINUE) { in compact_zone()
3090 if (ret == COMPACT_CONTINUE) in kcompactd_node_suitable()
[all …]
/linux-6.15/include/trace/events/
H A Dmmflags.h249 EM( COMPACT_CONTINUE, "continue") \