Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dlru_cache.c239 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find() function
272 return __lc_find(lc, enr, 0); in lc_find()
287 struct lc_element *e = __lc_find(lc, enr, 1); in lc_is_used()
361 e = __lc_find(lc, enr, 1); in __lc_get()