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

/linux-master/include/linux/
H A Dcompaction.h35 COMPACT_CONTINUE, enumerator in enum:compact_result
/linux-master/include/trace/events/
H A Dmmflags.h211 EM( COMPACT_CONTINUE, "continue") \
/linux-master/mm/
H A Dcompaction.c2327 ret = COMPACT_CONTINUE;
2335 return COMPACT_CONTINUE;
2344 return COMPACT_CONTINUE;
2393 ret = COMPACT_CONTINUE;
2451 compact_result = COMPACT_CONTINUE;
2505 * Return COMPACT_CONTINUE if compaction for target order should be ran
2521 return COMPACT_CONTINUE;
2554 if (ret != COMPACT_CONTINUE)
2610 while ((ret = compact_finished(cc)) == COMPACT_CONTINUE) {
3052 if (ret == COMPACT_CONTINUE)
[all...]

Completed in 222 milliseconds