Searched defs:lru_cache (Results 1 – 1 of 1) sorted by relevance
164 struct lru_cache { struct166 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 */ argument210 /* flag-bits for lru_cache */ argument