Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dlru_cache.h247 extern struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr);
/kernel/linux/linux-6.6/include/linux/
H A Dlru_cache.h245 extern struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr);
/kernel/linux/linux-5.10/lib/
H A Dlru_cache.c486 * lc_get_cumulative - like lc_get; also finds to-be-changed elements
500 struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr) in lc_get_cumulative() function
676 EXPORT_SYMBOL(lc_get_cumulative); variable
/kernel/linux/linux-6.6/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) in lc_get_cumulative() function
622 EXPORT_SYMBOL(lc_get_cumulative); variable
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_actlog.c537 al_ext = lc_get_cumulative(device->act_log, enr); in drbd_al_begin_io_nonblock()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_actlog.c537 al_ext = lc_get_cumulative(device->act_log, enr); in drbd_al_begin_io_nonblock()

Completed in 7 milliseconds