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

/linux-master/include/linux/
H A Dlru_cache.h245 extern struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr);
/linux-master/lib/
H A Dlru_cache.c476 * lc_get_cumulative - like lc_get; also finds to-be-changed elements
490 struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr) function
622 EXPORT_SYMBOL(lc_get_cumulative); variable
/linux-master/drivers/block/drbd/
H A Ddrbd_actlog.c537 al_ext = lc_get_cumulative(device->act_log, enr);

Completed in 205 milliseconds