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

/linux-master/include/linux/
H A Dcompaction.h55 COMPACT_SUCCESS, enumerator in enum:compact_result
/linux-master/include/trace/events/
H A Dmmflags.h212 EM( COMPACT_SUCCESS, "success") \
228 (__result == COMPACT_SUCCESS) ? COMPACTION_PROGRESS : COMPACTION_WITHDRAWN; \
/linux-master/mm/
H A Dcompaction.c2329 ret = COMPACT_SUCCESS;
2354 return COMPACT_SUCCESS;
2360 return COMPACT_SUCCESS;
2376 return COMPACT_SUCCESS;
2502 * Return COMPACT_SUCCESS if allocation for target order can be already
2516 return COMPACT_SUCCESS;
2707 ret = COMPACT_SUCCESS;
2806 * Returning COMPACT_SUCCESS in such cases helps in properly accounting
2810 ret = COMPACT_SUCCESS;
2855 if (status == COMPACT_SUCCESS) {
[all...]
H A Dpage_alloc.c3604 if (compact_result == COMPACT_SUCCESS) {

Completed in 177 milliseconds