Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dvmscan.c1500 .priority = DEF_PRIORITY, in reclaim_clean_pages_from_list()
2113 .priority = DEF_PRIORITY, in reclaim_pages()
2453 sc->priority == DEF_PRIORITY); in shrink_lruvec()
2544 sc->priority < DEF_PRIORITY - 2)) in in_reclaim_compaction()
3041 if (sc->priority < DEF_PRIORITY - 2) in do_try_to_free_pages()
3243 .priority = DEF_PRIORITY, in try_to_free_pages()
3254 BUILD_BUG_ON(DEF_PRIORITY > S8_MAX); in try_to_free_pages()
3331 .priority = DEF_PRIORITY, in try_to_free_mem_cgroup_pages()
3581 sc.priority = DEF_PRIORITY; in balance_pgdat()
3633 if (nr_boost_reclaim && sc.priority == DEF_PRIORITY - 2) in balance_pgdat()
[all …]
/Linux-v5.10/include/linux/
Dmmzone.h661 #define DEF_PRIORITY 12 macro