Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dvmscan.c1444 .priority = DEF_PRIORITY, in reclaim_clean_pages_from_list()
2085 .priority = DEF_PRIORITY, in reclaim_pages()
2441 sc->priority == DEF_PRIORITY); in shrink_lruvec()
2531 sc->priority < DEF_PRIORITY - 2)) in in_reclaim_compaction()
3042 if (sc->priority < DEF_PRIORITY - 2) in do_try_to_free_pages()
3244 .priority = DEF_PRIORITY, in try_to_free_pages()
3255 BUILD_BUG_ON(DEF_PRIORITY > S8_MAX); in try_to_free_pages()
3345 .priority = DEF_PRIORITY, in try_to_free_mem_cgroup_pages()
3599 sc.priority = DEF_PRIORITY; in balance_pgdat()
3651 if (nr_boost_reclaim && sc.priority == DEF_PRIORITY - 2) in balance_pgdat()
[all …]
Dmemcg_control.c391 .priority = DEF_PRIORITY, in memcg_force_shrink_purgeable_bysize()
Dzswapd.c666 .priority = DEF_PRIORITY / 2, in zswapd_shrink_node()
/kernel/linux/linux-5.10/include/linux/
Dmmzone.h672 #define DEF_PRIORITY 12 macro