Home
last modified time | relevance | path

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

/kernel/linux/linux-4.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
/kernel/linux/linux-5.10/include/linux/
Dlru_cache.h164 struct lru_cache { struct
166 struct list_head lru;
167 struct list_head free;
168 struct list_head in_use;
169 struct list_head to_be_changed;
172 struct kmem_cache *lc_cache;
198 /* see below: flag-bits for lru_cache */ argument
211 /* flag-bits for lru_cache */ argument
/kernel/linux/linux-4.19/tools/testing/selftests/bpf/
Dtest_xdp_noinline.c181 struct bpf_map_def __attribute__ ((section("maps"), used)) lru_cache = { variable