Searched refs:lru_cache (Results 1 – 1 of 1) sorted by relevance
164 struct lru_cache { struct241 extern void lc_reset(struct lru_cache *lc);242 extern void lc_destroy(struct lru_cache *lc);243 extern void lc_del(struct lru_cache *lc, struct lc_element *element);248 extern struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr);249 extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);250 extern void lc_committed(struct lru_cache *lc);266 static inline int lc_try_lock_for_transaction(struct lru_cache *lc) in lc_try_lock_for_transaction()280 extern int lc_try_lock(struct lru_cache *lc);286 static inline void lc_unlock(struct lru_cache *lc) in lc_unlock()[all …]
Completed in 3 milliseconds