Home
last modified time | relevance | path

Searched refs:refcount_dec_and_mutex_lock (Results 1 – 23 of 23) sorted by relevance

/linux-6.1.9/lib/
Drefcount.c113 bool refcount_dec_and_mutex_lock(refcount_t *r, struct mutex *lock) in refcount_dec_and_mutex_lock() function
126 EXPORT_SYMBOL(refcount_dec_and_mutex_lock);
/linux-6.1.9/include/linux/
Dkref.h75 if (refcount_dec_and_mutex_lock(&kref->refcount, lock)) { in kref_put_mutex()
Drefcount.h364 extern __must_check bool refcount_dec_and_mutex_lock(refcount_t *r, struct mutex *lock) __cond_acqu…
/linux-6.1.9/Documentation/translations/zh_CN/core-api/
Drefcount-vs-atomic.rst152 * atomic_dec_and_mutex_lock() --> refcount_dec_and_mutex_lock()
/linux-6.1.9/drivers/gpu/host1x/
Dcontext.c154 if (refcount_dec_and_mutex_lock(&cd->ref, &cdl->lock)) { in host1x_memory_context_put()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmod_hdr.c142 if (!refcount_dec_and_mutex_lock(&mh->refcnt, &tbl->lock)) in mlx5e_mod_hdr_detach()
Dtc_tun_encap.c486 if (!refcount_dec_and_mutex_lock(&e->refcnt, &esw->offloads.encap_tbl_lock)) in mlx5e_encap_put()
499 if (!refcount_dec_and_mutex_lock(&d->refcnt, &esw->offloads.decap_tbl_lock)) in mlx5e_decap_put()
1020 if (!refcount_dec_and_mutex_lock(&r->refcnt, &esw->offloads.encap_tbl_lock)) in mlx5e_route_put()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/core/
Dengine.c43 if (refcount_dec_and_mutex_lock(&engine->use.refcount, &engine->use.mutex)) { in nvkm_engine_unref()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dint_port.c298 if (!refcount_dec_and_mutex_lock(&int_port->refcnt, &priv->int_ports_lock)) in mlx5e_tc_int_port_put()
Dct_fs_smfs.c174 if (!refcount_dec_and_mutex_lock(&smfs_matcher->ref, &fs_smfs->lock)) in mlx5_ct_fs_smfs_matcher_put()
/linux-6.1.9/Documentation/core-api/
Drefcount-vs-atomic.rst163 * atomic_dec_and_mutex_lock() --> refcount_dec_and_mutex_lock()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv50.c200 if (refcount_dec_and_mutex_lock(&iobj->maps, &imem->base.mutex)) { in nv50_instobj_release()
/linux-6.1.9/fs/lockd/
Dhost.c300 if (refcount_dec_and_mutex_lock(&host->h_count, &nlm_host_mutex)) { in nlmclnt_release_host()
/linux-6.1.9/drivers/infiniband/hw/hns/
Dhns_roce_hem.c675 else if (!refcount_dec_and_mutex_lock(&table->hem[index.buf]->refcount, in hns_roce_table_mhop_put()
698 if (!refcount_dec_and_mutex_lock(&table->hem[i]->refcount, in hns_roce_table_put()
/linux-6.1.9/net/netfilter/
Dxt_hashlimit.c424 if (refcount_dec_and_mutex_lock(&hinfo->use, &hashlimit_mutex)) { in htable_put()
/linux-6.1.9/drivers/vfio/
Dvfio_main.c273 if (!refcount_dec_and_mutex_lock(&group->drivers, &vfio.group_lock)) in vfio_device_remove_group()
/linux-6.1.9/net/sched/
Dact_api.c383 if (refcount_dec_and_mutex_lock(&p->tcfa_refcnt, &idrinfo->lock)) { in __tcf_action_put()
Dcls_api.c1178 if (refcount_dec_and_mutex_lock(&block->refcnt, &block->lock)) { in __tcf_block_put()
/linux-6.1.9/drivers/net/phy/
Dphy_device.c1689 if (refcount_dec_and_mutex_lock(&shared->refcnt, &bus->shared_lock)) { in phy_package_leave()
/linux-6.1.9/drivers/block/
Dnbd.c1300 if (refcount_dec_and_mutex_lock(&nbd->config_refs, in nbd_config_put()
/linux-6.1.9/fs/btrfs/
Dscrub.c4162 if (refcount_dec_and_mutex_lock(&fs_info->scrub_workers_refcnt, in scrub_workers_put()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c945 if (!refcount_dec_and_mutex_lock(&hpe->refcnt, &tc->hairpin_tbl_lock)) in mlx5e_hairpin_put()
/linux-6.1.9/net/core/
Drtnetlink.c165 return refcount_dec_and_mutex_lock(r, &rtnl_mutex); in refcount_dec_and_rtnl_lock()