Lines Matching refs:lc_element
147 struct lc_element { struct
207 struct lc_element **lc_element; member
245 extern void lc_del(struct lru_cache *lc, struct lc_element *element);
247 extern struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr);
248 extern struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr);
249 extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
250 extern struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr);
251 extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);
258 void (*detail) (struct seq_file *, struct lc_element *));
299 extern struct lc_element *lc_element_by_index(struct lru_cache *lc, unsigned i);
300 extern unsigned int lc_index_of(struct lru_cache *lc, struct lc_element *e);