Home
last modified time | relevance | path

Searched refs:refcount_dec_not_one (Results 1 – 10 of 10) sorted by relevance

/linux/lib/
H A Drefcount.c74 bool refcount_dec_not_one(refcount_t *r) in refcount_dec_not_one() function
95 EXPORT_SYMBOL(refcount_dec_not_one);
115 if (refcount_dec_not_one(r)) in refcount_dec_and_mutex_lock()
146 if (refcount_dec_not_one(r)) in refcount_dec_and_lock()
175 if (refcount_dec_not_one(r)) in refcount_dec_and_lock_irqsave()
/linux/Documentation/translations/zh_CN/core-api/
H A Drefcount-vs-atomic.rst137 * ``atomic_add_unless(&var, -1, 1)`` --> ``refcount_dec_not_one(&var)``
/linux/kernel/cgroup/
H A Dcgroup-internal.h208 if (refcount_dec_not_one(&cset->refcount)) in put_css_set()
/linux/drivers/gpu/drm/
H A Ddrm_gem_shmem_helper.c361 if (refcount_dec_not_one(&shmem->pages_pin_count)) in drm_gem_shmem_unpin()
/linux/drivers/base/power/
H A Druntime.c335 while (refcount_dec_not_one(&link->rpm_active) && in pm_runtime_release_supplier()
/linux/net/netfilter/
H A Dnfnetlink_queue.c860 if (!refcount_dec_not_one(&ct->ct_general.use)) in nf_ct_drop_unconfirmed()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c682 if (refcount_dec_not_one(&fs_hws_data->hws_action_refcount)) in mlx5_fs_put_hws_action()
/linux/net/sunrpc/
H A Dclnt.c1038 if (refcount_dec_not_one(&clnt->cl_count)) in rpc_release_client()
/linux/fs/dlm/
H A Dlock.c348 if (refcount_dec_not_one(r)) in dlm_refcount_dec_and_write_lock_bh()
/linux/kernel/events/
H A Dcore.c5423 if (refcount_dec_not_one(&global_ctx_data_ref)) in detach_global_ctx_data()