Lines Matching refs:lc_element
159 struct lc_element { struct
219 struct lc_element **lc_element; member
257 extern void lc_del(struct lru_cache *lc, struct lc_element *element);
259 extern struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr);
260 extern struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr);
261 extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
262 extern struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr);
263 extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);
270 void (*detail) (struct seq_file *, struct lc_element *));
311 extern struct lc_element *lc_element_by_index(struct lru_cache *lc, unsigned i);
312 extern unsigned int lc_index_of(struct lru_cache *lc, struct lc_element *e);