Home
last modified time | relevance | path

Searched refs:lc_element (Results 1 – 1 of 1) sorted by relevance

/include/linux/
A Dlru_cache.h147 struct lc_element { struct
206 struct lc_element **lc_element; member
243 extern void lc_del(struct lru_cache *lc, struct lc_element *element);
245 extern struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr);
246 extern struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr);
247 extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
248 extern struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr);
249 extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);
256 void (*detail) (struct seq_file *, struct lc_element *));
297 extern struct lc_element *lc_element_by_index(struct lru_cache *lc, unsigned i);

Completed in 3 milliseconds