lru_cache         251 include/linux/lru_cache.h extern struct lru_cache *lc_create(const char *name, struct kmem_cache *cache,
lru_cache         254 include/linux/lru_cache.h extern void lc_reset(struct lru_cache *lc);
lru_cache         255 include/linux/lru_cache.h extern void lc_destroy(struct lru_cache *lc);
lru_cache         256 include/linux/lru_cache.h extern void lc_set(struct lru_cache *lc, unsigned int enr, int index);
lru_cache         257 include/linux/lru_cache.h extern void lc_del(struct lru_cache *lc, struct lc_element *element);
lru_cache         259 include/linux/lru_cache.h extern struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr);
lru_cache         260 include/linux/lru_cache.h extern struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr);
lru_cache         261 include/linux/lru_cache.h extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
lru_cache         262 include/linux/lru_cache.h extern struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr);
lru_cache         263 include/linux/lru_cache.h extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);
lru_cache         264 include/linux/lru_cache.h extern void lc_committed(struct lru_cache *lc);
lru_cache         267 include/linux/lru_cache.h extern size_t lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc);
lru_cache         269 include/linux/lru_cache.h extern void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext,
lru_cache         280 include/linux/lru_cache.h static inline int lc_try_lock_for_transaction(struct lru_cache *lc)
lru_cache         294 include/linux/lru_cache.h extern int lc_try_lock(struct lru_cache *lc);
lru_cache         300 include/linux/lru_cache.h static inline void lc_unlock(struct lru_cache *lc)
lru_cache         306 include/linux/lru_cache.h extern bool lc_is_used(struct lru_cache *lc, unsigned int enr);
lru_cache         311 include/linux/lru_cache.h extern struct lc_element *lc_element_by_index(struct lru_cache *lc, unsigned i);
lru_cache         312 include/linux/lru_cache.h extern unsigned int lc_index_of(struct lru_cache *lc, struct lc_element *e);