Home
last modified time | relevance | path

Searched defs:enr (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/lib/
Dlru_cache.c255 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot()
261 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find()
292 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find()
307 bool lc_is_used(struct lru_cache *lc, unsigned int enr) in lc_is_used()
373 static struct lc_element *__lc_get(struct lru_cache *lc, unsigned int enr, unsigned int flags) in __lc_get()
492 struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr) in lc_get()
512 struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr) in lc_get_cumulative()
533 struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr) in lc_try_get()
618 void lc_set(struct lru_cache *lc, unsigned int enr, int index) in lc_set()