Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dcompaction.c350 cc->contended = COMPACT_CONTENDED_SCHED; in compact_unlock_should_abort()
356 cc->contended = COMPACT_CONTENDED_SCHED; in compact_unlock_should_abort()
379 cc->contended = COMPACT_CONTENDED_SCHED; in compact_should_abort()
1575 if (zone_contended == COMPACT_CONTENDED_SCHED) in try_to_compact_pages()
1576 *contended = COMPACT_CONTENDED_SCHED; in try_to_compact_pages()
1596 if ((zone_contended == COMPACT_CONTENDED_SCHED) in try_to_compact_pages()
1598 *contended = COMPACT_CONTENDED_SCHED; in try_to_compact_pages()
Dpage_alloc.c3129 if (contended_compaction == COMPACT_CONTENDED_SCHED in __alloc_pages_slowpath()
/linux-4.4.14/include/linux/
Dcompaction.h25 #define COMPACT_CONTENDED_SCHED 1 macro