Home
last modified time | relevance | path

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

/linux-6.15/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.h431 NR_LRU_GEN_CAPS enumerator
/linux-6.15/mm/
H A Dvmscan.c2663 DEFINE_STATIC_KEY_ARRAY_TRUE(lru_gen_caps, NR_LRU_GEN_CAPS);
2666 DEFINE_STATIC_KEY_ARRAY_FALSE(lru_gen_caps, NR_LRU_GEN_CAPS);
5251 for (i = 0; i < NR_LRU_GEN_CAPS; i++) { in enabled_store()