Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/
H A Dlru_gen_util.c360 lru_gen_fd = open(LRU_GEN_ENABLED_PATH, O_RDONLY); in lru_gen_usable()
362 puts("lru_gen: Could not open " LRU_GEN_ENABLED_PATH); in lru_gen_usable()
366 puts("lru_gen: Could not read from " LRU_GEN_ENABLED_PATH); in lru_gen_usable()
/linux/tools/testing/selftests/kvm/include/
H A Dlru_gen_util.h20 #define LRU_GEN_ENABLED_PATH "/sys/kernel/mm/lru_gen/enabled" macro