Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A 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
210 /* flag-bits for lru_cache */ argument

Completed in 3 milliseconds