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

/linux-master/include/linux/
H A Dlru_cache.h249 extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);
/linux-master/drivers/block/drbd/
H A Ddrbd_actlog.c563 lc_put(device->act_log, extent);
721 lc_put(device->resync, &ext->lce);
990 if (lc_put(device->resync, &bm_ext->lce) == 0) {
1044 * application writes, we'd miss the lc_put on the
1048 * the lc_put here...
1058 if (lc_put(device->resync, &bm_ext->lce) == 0) {
1129 if (lc_put(device->resync, &bm_ext->lce) == 0) {
1166 if (lc_put(device->resync, &bm_ext->lce) == 0) {
1223 lc_put(device->resync, &bm_ext->lce);
/linux-master/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) function
615 EXPORT_SYMBOL(lc_put); variable

Completed in 192 milliseconds