Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dcompaction.h147 static inline bool compaction_withdrawn(enum compact_result result) in compaction_withdrawn() function
210 static inline bool compaction_withdrawn(enum compact_result result) in compaction_withdrawn() function
/linux-6.1.9/include/trace/events/
Dmmflags.h225 (compaction_withdrawn(__result)) ? COMPACTION_WITHDRAWN : COMPACTION_PROGRESS; \
/linux-6.1.9/mm/
Dpage_alloc.c4586 if (compaction_withdrawn(compact_result)) { in should_compact_retry()