Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlru_cache.h259 extern struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr);
/Linux-v4.19/lib/
Dlru_cache.c512 struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr) in lc_get_cumulative() function
688 EXPORT_SYMBOL(lc_get_cumulative);
/Linux-v4.19/drivers/block/drbd/
Ddrbd_actlog.c549 al_ext = lc_get_cumulative(device->act_log, enr); in drbd_al_begin_io_nonblock()