Searched refs:COMPACT_NOT_SUITABLE_ZONE (Results 1 – 3 of 3) sorted by relevance
17 #define COMPACT_NOT_SUITABLE_ZONE 6 macro
19 EM( COMPACT_NOT_SUITABLE_ZONE, "not_suitable_zone") \
1313 return COMPACT_NOT_SUITABLE_ZONE; in __compaction_suitable()1325 if (ret == COMPACT_NOT_SUITABLE_ZONE) in compaction_suitable()