lru_cache         486 drivers/block/drbd/drbd_actlog.c 	struct lru_cache *al = device->act_log;
lru_cache         921 drivers/block/drbd/drbd_int.h 	struct lru_cache *resync;
lru_cache         944 drivers/block/drbd/drbd_int.h 	struct lru_cache *act_log;	/* activity log */
lru_cache        1148 drivers/block/drbd/drbd_nl.c 	struct lru_cache *n, *t;
lru_cache        1803 drivers/block/drbd/drbd_nl.c 	struct lru_cache *resync_lru = NULL;
lru_cache         239 include/linux/lru_cache.h extern struct lru_cache *lc_create(const char *name, struct kmem_cache *cache,
lru_cache         242 include/linux/lru_cache.h extern void lc_reset(struct lru_cache *lc);
lru_cache         243 include/linux/lru_cache.h extern void lc_destroy(struct lru_cache *lc);
lru_cache         244 include/linux/lru_cache.h extern void lc_set(struct lru_cache *lc, unsigned int enr, int index);
lru_cache         245 include/linux/lru_cache.h extern void lc_del(struct lru_cache *lc, struct lc_element *element);
lru_cache         247 include/linux/lru_cache.h extern struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr);
lru_cache         248 include/linux/lru_cache.h extern struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr);
lru_cache         249 include/linux/lru_cache.h extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
lru_cache         250 include/linux/lru_cache.h extern struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr);
lru_cache         251 include/linux/lru_cache.h extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);
lru_cache         252 include/linux/lru_cache.h extern void lc_committed(struct lru_cache *lc);
lru_cache         255 include/linux/lru_cache.h extern void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc);
lru_cache         257 include/linux/lru_cache.h extern void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext,
lru_cache         268 include/linux/lru_cache.h static inline int lc_try_lock_for_transaction(struct lru_cache *lc)
lru_cache         282 include/linux/lru_cache.h extern int lc_try_lock(struct lru_cache *lc);
lru_cache         288 include/linux/lru_cache.h static inline void lc_unlock(struct lru_cache *lc)
lru_cache         294 include/linux/lru_cache.h extern bool lc_is_used(struct lru_cache *lc, unsigned int enr);
lru_cache         299 include/linux/lru_cache.h extern struct lc_element *lc_element_by_index(struct lru_cache *lc, unsigned i);
lru_cache         300 include/linux/lru_cache.h extern unsigned int lc_index_of(struct lru_cache *lc, struct lc_element *e);
lru_cache          40 lib/lru_cache.c 	struct lru_cache *lc_ = (lc);	\
lru_cache          55 lib/lru_cache.c int lc_try_lock(struct lru_cache *lc)
lru_cache          87 lib/lru_cache.c struct lru_cache *lc_create(const char *name, struct kmem_cache *cache,
lru_cache          93 lib/lru_cache.c 	struct lru_cache *lc;
lru_cache         160 lib/lru_cache.c static void lc_free_by_index(struct lru_cache *lc, unsigned i)
lru_cache         174 lib/lru_cache.c void lc_destroy(struct lru_cache *lc)
lru_cache         193 lib/lru_cache.c void lc_reset(struct lru_cache *lc)
lru_cache         229 lib/lru_cache.c void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc)
lru_cache         243 lib/lru_cache.c static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr)
lru_cache         249 lib/lru_cache.c static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr,
lru_cache         280 lib/lru_cache.c struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr)
lru_cache         295 lib/lru_cache.c bool lc_is_used(struct lru_cache *lc, unsigned int enr)
lru_cache         309 lib/lru_cache.c void lc_del(struct lru_cache *lc, struct lc_element *e)
lru_cache         321 lib/lru_cache.c static struct lc_element *lc_prepare_for_change(struct lru_cache *lc, unsigned new_number)
lru_cache         345 lib/lru_cache.c static int lc_unused_element_available(struct lru_cache *lc)
lru_cache         361 lib/lru_cache.c static struct lc_element *__lc_get(struct lru_cache *lc, unsigned int enr, unsigned int flags)
lru_cache         480 lib/lru_cache.c struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr)
lru_cache         500 lib/lru_cache.c struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr)
lru_cache         521 lib/lru_cache.c struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr)
lru_cache         534 lib/lru_cache.c void lc_committed(struct lru_cache *lc)
lru_cache         559 lib/lru_cache.c unsigned int lc_put(struct lru_cache *lc, struct lc_element *e)
lru_cache         579 lib/lru_cache.c struct lc_element *lc_element_by_index(struct lru_cache *lc, unsigned i)
lru_cache         592 lib/lru_cache.c unsigned int lc_index_of(struct lru_cache *lc, struct lc_element *e)
lru_cache         606 lib/lru_cache.c void lc_set(struct lru_cache *lc, unsigned int enr, int index)
lru_cache         638 lib/lru_cache.c void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext,
lru_cache         180 tools/testing/selftests/bpf/progs/test_xdp_noinline.c } lru_cache SEC(".maps");
lru_cache         700 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	void *lru_map = &lru_cache;