lc_slot           206 include/linux/lru_cache.h 	struct hlist_head *lc_slot;
lc_slot           130 lib/lru_cache.c 	lc->lc_slot = slot;
lc_slot           182 lib/lru_cache.c 	kfree(lc->lc_slot);
lc_slot           209 lib/lru_cache.c 	memset(lc->lc_slot, 0, sizeof(struct hlist_head) * lc->nr_elements);
lc_slot           245 lib/lru_cache.c 	return  lc->lc_slot + (enr % lc->nr_elements);