Searched refs:refcount_dec_and_mutex_lock (Results 1 – 16 of 16) sorted by relevance
| /linux/lib/ |
| H A D | refcount.c | 113 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/Documentation/translations/zh_CN/core-api/ |
| H A D | refcount-vs-atomic.rst | 152 * atomic_dec_and_mutex_lock() --> refcount_dec_and_mutex_lock()
|
| /linux/drivers/gpu/host1x/ |
| H A D | context.c | 171 if (refcount_dec_and_mutex_lock(&cd->ref, &cdl->lock)) { in host1x_memory_context_put()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | mod_hdr.c | 143 if (!refcount_dec_and_mutex_lock(&mh->refcnt, &tbl->lock)) in mlx5e_mod_hdr_detach()
|
| /linux/drivers/net/phy/ |
| H A D | phy_package.c | 332 if (refcount_dec_and_mutex_lock(&shared->refcnt, &bus->shared_lock)) { in phy_package_leave()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | subdev.c | 188 if (refcount_dec_and_mutex_lock(&subdev->use.refcount, &subdev->use.mutex)) { in nvkm_subdev_unref()
|
| /linux/drivers/soc/qcom/ |
| H A D | qcom_pd_mapper.c | 709 if (refcount_dec_and_mutex_lock(&data->refcnt, &qcom_pdm_mutex)) { in qcom_pdm_remove()
|
| /linux/fs/lockd/ |
| H A D | host.c | 299 if (refcount_dec_and_mutex_lock(&host->h_count, &nlm_host_mutex)) { in nlmclnt_release_host()
|
| /linux/net/netfilter/ |
| H A D | xt_hashlimit.c | 426 if (refcount_dec_and_mutex_lock(&hinfo->use, &hashlimit_mutex)) { in htable_put()
|
| /linux/kernel/trace/ |
| H A D | trace_events_user.c | 282 delete = refcount_dec_and_mutex_lock(&user->refcnt, &event_mutex); in user_event_put()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 825 if (!refcount_dec_and_mutex_lock(&vm->as.active_cnt, &ptdev->mmu->as.slots_lock)) in panthor_vm_idle()
|
| /linux/drivers/block/ |
| H A D | nbd.c | 1434 if (refcount_dec_and_mutex_lock(&nbd->config_refs, in nbd_config_put()
|
| /linux/fs/btrfs/ |
| H A D | scrub.c | 3049 if (refcount_dec_and_mutex_lock(&fs_info->scrub_workers_refcnt, in scrub_workers_put()
|
| /linux/net/sched/ |
| H A D | cls_api.c | 1315 if (refcount_dec_and_mutex_lock(&block->refcnt, &block->lock)) { in __tcf_block_put()
|
| /linux/kernel/events/ |
| H A D | core.c | 6753 refcount_dec_and_mutex_lock(&rb->aux_mmap_count, &rb->aux_mutex)) { in perf_mmap_close() 6776 if (!refcount_dec_and_mutex_lock(&event->mmap_count, &event->mmap_mutex)) in perf_mmap_close()
|
| /linux/net/core/ |
| H A D | rtnetlink.c | 175 return refcount_dec_and_mutex_lock(r, &rtnl_mutex); in refcount_dec_and_rtnl_lock()
|