Searched refs:compaction_withdrawn (Results 1 – 3 of 3) sorted by relevance
137 static inline bool compaction_withdrawn(enum compact_result result) in compaction_withdrawn() function211 static inline bool compaction_withdrawn(enum compact_result result) in compaction_withdrawn() function
191 (compaction_withdrawn(__result)) ? COMPACTION_WITHDRAWN : COMPACTION_PROGRESS; \
3625 if (compaction_withdrawn(compact_result)) { in should_compact_retry()