Home
last modified time | relevance | path

Searched refs:compaction_withdrawn (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dcompaction.h150 static inline bool compaction_withdrawn(enum compact_result result) in compaction_withdrawn() function
222 static inline bool compaction_withdrawn(enum compact_result result) in compaction_withdrawn() function
/Linux-v5.4/include/trace/events/
Dmmflags.h192 (compaction_withdrawn(__result)) ? COMPACTION_WITHDRAWN : COMPACTION_PROGRESS; \
/Linux-v5.4/mm/
Dpage_alloc.c3982 if (compaction_withdrawn(compact_result)) { in should_compact_retry()