Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dvmscan.c1553 .priority = DEF_PRIORITY, in reclaim_clean_pages_from_list()
2183 .priority = DEF_PRIORITY, in reclaim_pages()
2545 sc->priority == DEF_PRIORITY); in shrink_lruvec()
2634 sc->priority < DEF_PRIORITY - 2)) in in_reclaim_compaction()
3137 if (sc->priority < DEF_PRIORITY - 2) in do_try_to_free_pages()
3339 .priority = DEF_PRIORITY, in try_to_free_pages()
3350 BUILD_BUG_ON(DEF_PRIORITY > S8_MAX); in try_to_free_pages()
3427 .priority = DEF_PRIORITY, in try_to_free_mem_cgroup_pages()
3678 sc.priority = DEF_PRIORITY; in balance_pgdat()
3730 if (nr_boost_reclaim && sc.priority == DEF_PRIORITY - 2) in balance_pgdat()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dmmzone.h664 #define DEF_PRIORITY 12 macro