Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dcompaction.c1139 return COMPACT_PARTIAL; in __compact_finished()
1181 return COMPACT_PARTIAL; in __compact_finished()
1187 return COMPACT_PARTIAL; in __compact_finished()
1195 return COMPACT_PARTIAL; in __compact_finished()
1241 return COMPACT_PARTIAL; in __compaction_suitable()
1295 case COMPACT_PARTIAL: in compact_zone()
1341 ret = COMPACT_PARTIAL; in compact_zone()
1372 ret = COMPACT_PARTIAL; in compact_zone()
Dvmscan.c2302 case COMPACT_PARTIAL: in should_continue_reclaim()
/linux-4.1.27/include/linux/
Dcompaction.h12 #define COMPACT_PARTIAL 3 macro