Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dcompaction.c355 cc->contended = COMPACT_CONTENDED_SCHED; in compact_unlock_should_abort()
361 cc->contended = COMPACT_CONTENDED_SCHED; in compact_unlock_should_abort()
384 cc->contended = COMPACT_CONTENDED_SCHED; in compact_should_abort()
1535 if (zone_contended == COMPACT_CONTENDED_SCHED) in try_to_compact_pages()
1536 *contended = COMPACT_CONTENDED_SCHED; in try_to_compact_pages()
1556 if ((zone_contended == COMPACT_CONTENDED_SCHED) in try_to_compact_pages()
1558 *contended = COMPACT_CONTENDED_SCHED; in try_to_compact_pages()
Dpage_alloc.c2805 if (contended_compaction == COMPACT_CONTENDED_SCHED in __alloc_pages_slowpath()
/linux-4.1.27/include/linux/
Dcompaction.h24 #define COMPACT_CONTENDED_SCHED 1 macro