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

/linux-master/include/linux/
H A Dlru_cache.h247 extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
/linux-master/drivers/block/drbd/
H A Ddrbd_actlog.c209 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT);
521 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT);
558 extent = lc_find(device->act_log, enr);
660 * we don't need it cached (lc_find).
667 e = lc_find(device->resync, enr);
729 /* be quiet if lc_find() did not find it. */
1051 e = lc_find(device->resync, device->resync_wenr);
1149 e = lc_find(device->resync, enr);
H A Ddrbd_receiver.c2743 tmp = lc_find(device->resync, BM_SECT_TO_EXT(sector));
/linux-master/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) function
613 EXPORT_SYMBOL(lc_find); variable

Completed in 200 milliseconds