Home
last modified time | relevance | path

Searched refs:atomic_dec_and_lock (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/scripts/coccinelle/api/
H A Datomic_as_refcounter.cocci28 atomic_dec_and_lock@p1(&(a)->x, ...)
71 atomic_dec_and_lock@p1(&(a)->x, ...)
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Drefcount-vs-atomic.rst151 * atomic_dec_and_lock() --> refcount_dec_and_lock()
/linux-6.15/include/linux/
H A Dspinlock.h501 #define atomic_dec_and_lock(atomic, lock) \ macro
/linux-6.15/Documentation/core-api/
H A Drefcount-vs-atomic.rst187 * atomic_dec_and_lock() --> refcount_dec_and_lock()
/linux-6.15/fs/ceph/
H A Dsnap.c233 if (!atomic_dec_and_lock(&realm->nref, &mdsc->snap_empty_lock)) in ceph_put_snap_realm()
1273 if (atomic_dec_and_lock(&sm->ref, &mdsc->snapid_map_lock)) { in ceph_put_snapid_map()
/linux-6.15/fs/hfs/
H A Dbnode.c474 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put()
/linux-6.15/net/rxrpc/
H A Dconn_client.c710 if (atomic_dec_and_lock(&bundle->active, &local->client_bundles_lock)) { in rxrpc_deactivate_bundle()
/linux-6.15/fs/hfsplus/
H A Dbnode.c625 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put()
/linux-6.15/fs/jffs2/
H A Dxattr.c407 if (atomic_dec_and_lock(&xd->refcnt, &c->erase_completion_lock)) { in unrefer_xattr_datum()
/linux-6.15/fs/
H A Dinode.c1916 if (atomic_dec_and_lock(&inode->i_count, &inode->i_lock)) { in iput()
/linux-6.15/net/sunrpc/auth_gss/
H A Dauth_gss.c292 if (atomic_dec_and_lock(&sn->pipe_users, &pipe_version_lock)) { in put_pipe_version()
/linux-6.15/fs/nfs/
H A Dnfs4state.c613 if (!atomic_dec_and_lock(&sp->so_count, &clp->cl_lock)) in nfs4_put_state_owner()
/linux-6.15/fs/nfsd/
H A Dnfs4state.c228 if (!atomic_dec_and_lock(&clp->cl_rpc_users, &nn->client_lock)) in put_client_renew()
816 if (atomic_dec_and_lock(&fp->fi_access[oflag], &fp->fi_lock)) { in __nfs4_file_put_access()
1478 if (!atomic_dec_and_lock(&sop->so_count, &clp->cl_lock)) in nfs4_put_stateowner()
/linux-6.15/fs/ocfs2/dlm/
H A Ddlmmaster.c3512 if (!atomic_dec_and_lock(&res->asts_reserved, &res->spinlock)) in dlm_lockres_release_ast()
/linux-6.15/drivers/md/
H A Dmd.c634 if (!atomic_dec_and_lock(&mddev->active, &all_mddevs_lock)) in mddev_put()