Searched refs:DEF_PRIORITY (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/
H A Dvmscan.c3946 if (!min_ttl || sc->order || sc->priority == DEF_PRIORITY)
4682 if (!success || sc->priority == DEF_PRIORITY)
4889 if (sc->priority != DEF_PRIORITY || sc->nr_to_reclaim < MIN_LRU_BATCH)
4903 sc->priority = clamp(priority, 0, DEF_PRIORITY);
5663 * Global reclaiming within direct reclaim at DEF_PRIORITY is a normal
5667 * DEF_PRIORITY on the assumption that the fact we are direct
5674 sc->priority == DEF_PRIORITY);
5764 sc->priority < DEF_PRIORITY - 2))
6226 if (sc->priority < DEF_PRIORITY - 2)
6424 .priority = DEF_PRIORITY,
[all...]
/linux-master/include/linux/
H A Dmmzone.h1180 * go. A value of 12 for DEF_PRIORITY implies that we will scan 1/4096th of the
1183 #define DEF_PRIORITY 12 macro
/linux-master/fs/xfs/
H A Dxfs_icache.c2170 #define XFS_INODEGC_SHRINKER_COUNT (1UL << DEF_PRIORITY)

Completed in 113 milliseconds