Home
last modified time | relevance | path

Searched refs:NR_LRU_GEN_CAPS (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmm_inline.h108 DECLARE_STATIC_KEY_TRUE(lru_gen_caps[NR_LRU_GEN_CAPS]); in lru_gen_enabled()
115 DECLARE_STATIC_KEY_FALSE(lru_gen_caps[NR_LRU_GEN_CAPS]); in lru_gen_enabled()
H A Dmmzone.h465 NR_LRU_GEN_CAPS enumerator
/linux/mm/
H A Dvmscan.c2691 DEFINE_STATIC_KEY_ARRAY_TRUE(lru_gen_caps, NR_LRU_GEN_CAPS);
2694 DEFINE_STATIC_KEY_ARRAY_FALSE(lru_gen_caps, NR_LRU_GEN_CAPS);
5300 for (i = 0; i < NR_LRU_GEN_CAPS; i++) { in enabled_store()