Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dmmflags.h212 EM( COMPACT_SUCCESS, "success") \
228 (__result == COMPACT_SUCCESS) ? COMPACTION_PROGRESS : COMPACTION_WITHDRAWN; \
/openbmc/linux/include/linux/
H A Dcompaction.h55 COMPACT_SUCCESS, enumerator
/openbmc/linux/mm/
H A Dcompaction.c2209 ret = COMPACT_SUCCESS; in __compact_finished()
2234 return COMPACT_SUCCESS; in __compact_finished()
2240 return COMPACT_SUCCESS; in __compact_finished()
2256 return COMPACT_SUCCESS; in __compact_finished()
2412 return COMPACT_SUCCESS; in compact_zone()
2563 ret = COMPACT_SUCCESS; in compact_zone()
2667 ret = COMPACT_SUCCESS; in compact_zone_order()
2712 if (status == COMPACT_SUCCESS) { in try_to_compact_pages()
2976 if (status == COMPACT_SUCCESS) { in kcompactd_do_work()
H A Dpage_alloc.c3477 if (compact_result == COMPACT_SUCCESS) { in should_compact_retry()