Home
last modified time | relevance | path

Searched defs:lru_cache (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dlru_cache.h176 struct lru_cache { struct
178 struct list_head lru;
179 struct list_head free;
180 struct list_head in_use;
181 struct list_head to_be_changed;
184 struct kmem_cache *lc_cache;
210 /* see below: flag-bits for lru_cache */ argument
223 /* flag-bits for lru_cache */ argument
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_xdp_noinline.c181 struct bpf_map_def __attribute__ ((section("maps"), used)) lru_cache = { variable