Home
last modified time | relevance | path

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

/linux/mm/
H A Dvmscan.c4077 if (sc->priority != DEF_PRIORITY || sc->nr_to_reclaim < MIN_LRU_BATCH) in set_initial_priority()
4095 sc->priority = clamp(priority, DEF_PRIORITY / 2, DEF_PRIORITY); in set_initial_priority()
4823 if (!success || sc->priority == DEF_PRIORITY) in get_nr_to_scan()
5805 sc->priority == DEF_PRIORITY); in shrink_lruvec()
5895 sc->priority < DEF_PRIORITY - 2)) in in_reclaim_compaction()
6374 if (sc->priority < DEF_PRIORITY - 2) in do_try_to_free_pages()
6583 .priority = DEF_PRIORITY, in try_to_free_pages()
6594 BUILD_BUG_ON(DEF_PRIORITY > S8_MAX); in try_to_free_pages()
6673 .priority = DEF_PRIORITY, in try_to_free_mem_cgroup_pages()
6993 sc.priority = DEF_PRIORITY; in balance_pgdat()
[all …]
/linux/include/linux/
H A Dmmzone.h1289 #define DEF_PRIORITY 12 macro