Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/drbd/
Ddrbd_actlog.c575 lc_put(device->act_log, extent); in drbd_al_complete_io()
733 lc_put(device->resync, &ext->lce); in update_rs_extent()
998 if (lc_put(device->resync, &bm_ext->lce) == 0) { in drbd_rs_begin_io()
1063 if (lc_put(device->resync, &bm_ext->lce) == 0) { in drbd_try_rs_begin_io()
1134 if (lc_put(device->resync, &bm_ext->lce) == 0) { in drbd_try_rs_begin_io()
1171 if (lc_put(device->resync, &bm_ext->lce) == 0) { in drbd_rs_complete_io()
1228 lc_put(device->resync, &bm_ext->lce); in drbd_rs_del_all()
/Linux-v4.19/include/linux/
Dlru_cache.h263 extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);
/Linux-v4.19/lib/
Dlru_cache.c571 unsigned int lc_put(struct lru_cache *lc, struct lc_element *e) in lc_put() function
680 EXPORT_SYMBOL(lc_put);