Searched refs:__lc_get (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dlru_cache.c345 /* used as internal flags to __lc_get */
351 static struct lc_element *__lc_get(struct lru_cache *lc, unsigned int enr, unsigned int flags) function
472 return __lc_get(lc, enr, LC_GET_MAY_CHANGE);
492 return __lc_get(lc, enr, LC_GET_MAY_CHANGE|LC_GET_MAY_USE_UNCOMMITTED);
513 return __lc_get(lc, enr, 0);

Completed in 220 milliseconds