Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dcompaction.h55 COMPACT_SUCCESS, enumerator
113 if (result == COMPACT_SUCCESS) in compaction_made_progress()
/linux-5.19.10/mm/
Dcompaction.c2101 ret = COMPACT_SUCCESS; in __compact_finished()
2126 return COMPACT_SUCCESS; in __compact_finished()
2132 return COMPACT_SUCCESS; in __compact_finished()
2148 return COMPACT_SUCCESS; in __compact_finished()
2187 return COMPACT_SUCCESS; in __compaction_suitable()
2316 if (ret == COMPACT_SUCCESS || ret == COMPACT_SKIPPED) in compact_zone()
2467 ret = COMPACT_SUCCESS; in compact_zone()
2552 ret = COMPACT_SUCCESS; in compact_zone_order()
2604 if (status == COMPACT_SUCCESS) { in try_to_compact_pages()
2855 if (status == COMPACT_SUCCESS) { in kcompactd_do_work()
Dvmscan.c3057 case COMPACT_SUCCESS: in should_continue_reclaim()
3344 if (suitable == COMPACT_SUCCESS) in compaction_ready()
/linux-5.19.10/include/trace/events/
Dmmflags.h209 EM( COMPACT_SUCCESS, "success") \