Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_actlog.c563 lc_put(device->act_log, extent); in drbd_al_complete_io()
721 lc_put(device->resync, &ext->lce); in update_rs_extent()
986 if (lc_put(device->resync, &bm_ext->lce) == 0) { in drbd_rs_begin_io()
1037 * application writes, we'd miss the lc_put on the in drbd_try_rs_begin_io()
1041 * the lc_put here... in drbd_try_rs_begin_io()
1051 if (lc_put(device->resync, &bm_ext->lce) == 0) { in drbd_try_rs_begin_io()
1122 if (lc_put(device->resync, &bm_ext->lce) == 0) { in drbd_try_rs_begin_io()
1159 if (lc_put(device->resync, &bm_ext->lce) == 0) { in drbd_rs_complete_io()
1216 lc_put(device->resync, &bm_ext->lce); in drbd_rs_del_all()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_actlog.c563 lc_put(device->act_log, extent); in drbd_al_complete_io()
721 lc_put(device->resync, &ext->lce); in update_rs_extent()
988 if (lc_put(device->resync, &bm_ext->lce) == 0) { in drbd_rs_begin_io()
1040 * application writes, we'd miss the lc_put on the in drbd_try_rs_begin_io()
1044 * the lc_put here... in drbd_try_rs_begin_io()
1054 if (lc_put(device->resync, &bm_ext->lce) == 0) { in drbd_try_rs_begin_io()
1125 if (lc_put(device->resync, &bm_ext->lce) == 0) { in drbd_try_rs_begin_io()
1162 if (lc_put(device->resync, &bm_ext->lce) == 0) { in drbd_rs_complete_io()
1219 lc_put(device->resync, &bm_ext->lce); in drbd_rs_del_all()
/kernel/linux/linux-5.10/include/linux/
H A Dlru_cache.h251 extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);
/kernel/linux/linux-6.6/include/linux/
H A Dlru_cache.h249 extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);
/kernel/linux/linux-5.10/lib/
H A Dlru_cache.c551 * lc_put - give up refcnt of @e
559 unsigned int lc_put(struct lru_cache *lc, struct lc_element *e) in lc_put() function
668 EXPORT_SYMBOL(lc_put); variable
/kernel/linux/linux-6.6/lib/
H A Dlru_cache.c541 * lc_put - give up refcnt of @e
549 unsigned int lc_put(struct lru_cache *lc, struct lc_element *e) in lc_put() function
615 EXPORT_SYMBOL(lc_put); variable

Completed in 7 milliseconds