Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dvmscan.c1192 .priority = DEF_PRIORITY, in reclaim_clean_pages_from_list()
2149 sc->priority == DEF_PRIORITY); in shrink_lruvec()
2240 sc->priority < DEF_PRIORITY - 2)) in in_reclaim_compaction()
2493 if (sc->priority != DEF_PRIORITY && in shrink_zones()
2594 if (sc->priority < DEF_PRIORITY - 2) in do_try_to_free_pages()
2770 .priority = DEF_PRIORITY, in try_to_free_pages()
2848 .priority = DEF_PRIORITY, in try_to_free_mem_cgroup_pages()
3101 .priority = DEF_PRIORITY, in balance_pgdat()
3125 if (sc.priority != DEF_PRIORITY && in balance_pgdat()
3184 if (sc.priority < DEF_PRIORITY - 2) in balance_pgdat()
[all …]
Dmemcontrol.c148 struct reclaim_iter iter[DEF_PRIORITY + 1];
/linux-4.1.27/include/linux/
Dmmzone.h573 #define DEF_PRIORITY 12 macro