Home
last modified time | relevance | path

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

/openbmc/linux/scripts/coccinelle/api/
H A Datomic_as_refcounter.cocci28 atomic_dec_and_lock@p1(&(a)->x, ...)
71 atomic_dec_and_lock@p1(&(a)->x, ...)
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Drefcount-vs-atomic.rst151 * atomic_dec_and_lock() --> refcount_dec_and_lock()
/openbmc/linux/include/linux/
H A Dspinlock.h472 #define atomic_dec_and_lock(atomic, lock) \ macro
/openbmc/linux/Documentation/core-api/
H A Drefcount-vs-atomic.rst162 * atomic_dec_and_lock() --> refcount_dec_and_lock()
/openbmc/linux/fs/ceph/
H A Dsnap.c231 if (!atomic_dec_and_lock(&realm->nref, &mdsc->snap_empty_lock)) in ceph_put_snap_realm()
1259 if (atomic_dec_and_lock(&sm->ref, &mdsc->snapid_map_lock)) { in ceph_put_snapid_map()
/openbmc/linux/fs/hfs/
H A Dbnode.c468 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put()
/openbmc/linux/fs/hfsplus/
H A Dbnode.c619 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put()
/openbmc/linux/net/rxrpc/
H A Dconn_client.c698 if (atomic_dec_and_lock(&bundle->active, &local->client_bundles_lock)) { in rxrpc_deactivate_bundle()
/openbmc/linux/fs/xfs/
H A Dxfs_buf.c1029 release = atomic_dec_and_lock(&bp->b_hold, &pag->pag_buf_lock); in xfs_buf_rele()
/openbmc/linux/fs/jffs2/
H A Dxattr.c407 if (atomic_dec_and_lock(&xd->refcnt, &c->erase_completion_lock)) { in unrefer_xattr_datum()
/openbmc/linux/fs/
H A Dinode.c1834 if (atomic_dec_and_lock(&inode->i_count, &inode->i_lock)) { in iput()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c292 if (atomic_dec_and_lock(&sn->pipe_users, &pipe_version_lock)) { in put_pipe_version()
/openbmc/linux/fs/nfs/
H A Dnfs4state.c619 if (!atomic_dec_and_lock(&sp->so_count, &clp->cl_lock)) in nfs4_put_state_owner()
/openbmc/linux/fs/nfsd/
H A Dnfs4state.c226 if (!atomic_dec_and_lock(&clp->cl_rpc_users, &nn->client_lock)) in put_client_renew()
832 if (atomic_dec_and_lock(&fp->fi_access[oflag], &fp->fi_lock)) { in __nfs4_file_put_access()
1456 if (!atomic_dec_and_lock(&sop->so_count, &clp->cl_lock)) in nfs4_put_stateowner()
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmmaster.c3512 if (!atomic_dec_and_lock(&res->asts_reserved, &res->spinlock)) in dlm_lockres_release_ast()
/openbmc/linux/drivers/md/
H A Dmd.c638 if (!atomic_dec_and_lock(&mddev->active, &all_mddevs_lock)) in mddev_put()