Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dcompaction.c2028 ret = COMPACT_CONTINUE; in __compact_finished()
2036 return COMPACT_CONTINUE; in __compact_finished()
2045 return COMPACT_CONTINUE; in __compact_finished()
2088 ret = COMPACT_CONTINUE; in __compact_finished()
2107 ret = COMPACT_CONTINUE; in compact_finished()
2127 return COMPACT_CONTINUE; in __compaction_suitable()
2159 return COMPACT_CONTINUE; in __compaction_suitable()
2187 if (ret == COMPACT_CONTINUE && (order > PAGE_ALLOC_COSTLY_ORDER)) { in compaction_suitable()
2261 VM_BUG_ON(ret != COMPACT_CONTINUE); in compact_zone()
2316 while ((ret = compact_finished(cc)) == COMPACT_CONTINUE) { in compact_zone()
[all …]
H A Dvmscan.c2680 case COMPACT_CONTINUE: in should_continue_reclaim()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompaction.h35 COMPACT_CONTINUE, enumerator
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dmmflags.h199 EM( COMPACT_CONTINUE, "continue") \