Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dcompaction.h8 #define COMPACT_CONTINUE 1 macro
69 return COMPACT_CONTINUE; in try_to_compact_pages()
74 return COMPACT_CONTINUE; in compact_pgdat()
/linux-3.4.99/mm/
Dcompaction.c470 return COMPACT_CONTINUE; in compact_finished()
477 return COMPACT_CONTINUE; in compact_finished()
490 return COMPACT_CONTINUE; in compact_finished()
510 return COMPACT_CONTINUE; in compaction_suitable()
540 return COMPACT_CONTINUE; in compaction_suitable()
553 case COMPACT_CONTINUE: in compact_zone()
565 while ((ret = compact_finished(zone, cc)) == COMPACT_CONTINUE) { in compact_zone()
Dvmscan.c2069 case COMPACT_CONTINUE: in should_continue_reclaim()