Home
last modified time | relevance | path

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

/linux-4.4.14/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