Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_actlog.c209 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in find_active_resync_extent()
521 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in drbd_al_begin_io_nonblock()
558 extent = lc_find(device->act_log, enr); in drbd_al_complete_io()
660 * we don't need it cached (lc_find). in update_rs_extent()
667 e = lc_find(device->resync, enr); in update_rs_extent()
729 /* be quiet if lc_find() did not find it. */ in update_rs_extent()
1044 e = lc_find(device->resync, device->resync_wenr); in drbd_try_rs_begin_io()
1142 e = lc_find(device->resync, enr); in drbd_rs_complete_io()
H A Ddrbd_receiver.c2777 tmp = lc_find(device->resync, BM_SECT_TO_EXT(sector)); in drbd_rs_should_slow_down()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_actlog.c209 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in find_active_resync_extent()
521 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in drbd_al_begin_io_nonblock()
558 extent = lc_find(device->act_log, enr); in drbd_al_complete_io()
660 * we don't need it cached (lc_find). in update_rs_extent()
667 e = lc_find(device->resync, enr); in update_rs_extent()
729 /* be quiet if lc_find() did not find it. */ in update_rs_extent()
1047 e = lc_find(device->resync, device->resync_wenr); in drbd_try_rs_begin_io()
1145 e = lc_find(device->resync, enr); in drbd_rs_complete_io()
H A Ddrbd_receiver.c2743 tmp = lc_find(device->resync, BM_SECT_TO_EXT(sector)); in drbd_rs_should_slow_down()
/kernel/linux/linux-5.10/include/linux/
H A Dlru_cache.h249 extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
/kernel/linux/linux-6.6/include/linux/
H A Dlru_cache.h247 extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
/kernel/linux/linux-5.10/lib/
H A Dlru_cache.c270 * lc_find - find element by label, if present in the hash table
280 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find() function
666 EXPORT_SYMBOL(lc_find); variable
/kernel/linux/linux-6.6/lib/
H A Dlru_cache.c260 * lc_find - find element by label, if present in the hash table
270 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find() function
613 EXPORT_SYMBOL(lc_find); variable

Completed in 34 milliseconds