Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcompaction.h151 static inline bool compaction_withdrawn(enum compact_result result) in compaction_withdrawn() function
225 static inline bool compaction_withdrawn(enum compact_result result) in compaction_withdrawn() function
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dmmflags.h216 (compaction_withdrawn(__result)) ? COMPACTION_WITHDRAWN : COMPACTION_PROGRESS; \
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c4366 if (compaction_withdrawn(compact_result)) { in should_compact_retry()