Lines Matching defs:lru
86 struct lru *lru; member
92 struct lru { struct
101 static void lru_init(struct lru *lru) in lru_init()
108 static void lru_destroy(struct lru *lru) in lru_destroy()
117 static void lru_insert(struct lru *lru, struct lru_entry *le) in lru_insert()
147 static void lru_iter_begin(struct lru *lru, struct lru_iter *it) in lru_iter_begin()
196 static void lru_iter_invalidate(struct lru *lru, struct lru_entry *e) in lru_iter_invalidate()
222 static void lru_remove(struct lru *lru, struct lru_entry *le) in lru_remove()
257 static struct lru_entry *lru_evict(struct lru *lru, le_predicate pred, void *context, bool no_sleep) in lru_evict()
348 struct lru_entry lru; member
395 struct lru lru[LIST_SIZE]; member
781 struct lru *lru = &bc->lru[list_mode]; in __cache_iterate() local