Searched refs:DEF_PRIORITY (Results 1 – 2 of 2) sorted by relevance
4111 if (sc->priority != DEF_PRIORITY || sc->nr_to_reclaim < MIN_LRU_BATCH) in set_initial_priority() 4129 sc->priority = clamp(priority, DEF_PRIORITY / 2, DEF_PRIORITY); in set_initial_priority() 4856 if (!success || sc->priority == DEF_PRIORITY) in get_nr_to_scan() 5825 * Global reclaiming within direct reclaim at DEF_PRIORITY is a normal in shrink_lruvec() 5829 * DEF_PRIORITY on the assumption that the fact we are direct in shrink_lruvec() 5836 sc->priority == DEF_PRIORITY); in shrink_lruvec() 5926 sc->priority < DEF_PRIORITY - 2)) in in_reclaim_compaction() 6410 if (sc->priority < DEF_PRIORITY - 2) in do_try_to_free_pages() 6619 .priority = DEF_PRIORITY, in try_to_free_pages() [all...]
1265 * go. A value of 12 for DEF_PRIORITY implies that we will scan 1/4096th of the1268 #define DEF_PRIORITY 12 macro