Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dcompaction.c459 return COMPACT_PARTIAL; in compact_finished()
483 return COMPACT_PARTIAL; in compact_finished()
487 return COMPACT_PARTIAL; in compact_finished()
538 return COMPACT_PARTIAL; in compaction_suitable()
549 case COMPACT_PARTIAL: in compact_zone()
571 ret = COMPACT_PARTIAL; in compact_zone()
598 ret = COMPACT_PARTIAL; in compact_zone()
Dvmscan.c2068 case COMPACT_PARTIAL: in should_continue_reclaim()
/linux-3.4.99/include/linux/
Dcompaction.h10 #define COMPACT_PARTIAL 2 macro