Searched refs:__lc_find (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | lru_cache.c | 249 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find() function 282 return __lc_find(lc, enr, 0); in lc_find() 297 struct lc_element *e = __lc_find(lc, enr, 1); in lc_is_used() 371 e = __lc_find(lc, enr, 1); in __lc_get()
|
/kernel/linux/linux-6.6/lib/ |
H A D | lru_cache.c | 239 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()
|
Completed in 2 milliseconds