Searched defs:lru_cache (Results 1 – 2 of 2) sorted by relevance
176 struct lru_cache { struct178 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 */ argument223 /* flag-bits for lru_cache */ argument
181 struct bpf_map_def __attribute__ ((section("maps"), used)) lru_cache = { variable