Searched refs:__lc_get (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | lru_cache.c | 355 /* used as internal flags to __lc_get */ 361 static struct lc_element *__lc_get(struct lru_cache *lc, unsigned int enr, unsigned int flags) in __lc_get() function 482 return __lc_get(lc, enr, LC_GET_MAY_CHANGE); in lc_get() 502 return __lc_get(lc, enr, LC_GET_MAY_CHANGE|LC_GET_MAY_USE_UNCOMMITTED); in lc_get_cumulative() 523 return __lc_get(lc, enr, 0); in lc_try_get()
|
/kernel/linux/linux-6.6/lib/ |
H A D | lru_cache.c | 345 /* used as internal flags to __lc_get */ 351 static struct lc_element *__lc_get(struct lru_cache *lc, unsigned int enr, unsigned int flags) in __lc_get() function 472 return __lc_get(lc, enr, LC_GET_MAY_CHANGE); in lc_get() 492 return __lc_get(lc, enr, LC_GET_MAY_CHANGE|LC_GET_MAY_USE_UNCOMMITTED); in lc_get_cumulative() 513 return __lc_get(lc, enr, 0); in lc_try_get()
|
Completed in 2 milliseconds