Searched refs:atomic_dec_and_lock (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/scripts/coccinelle/api/ |
H A D | atomic_as_refcounter.cocci | 28 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 D | refcount-vs-atomic.rst | 151 * atomic_dec_and_lock() --> refcount_dec_and_lock()
|
/openbmc/linux/include/linux/ |
H A D | spinlock.h | 472 #define atomic_dec_and_lock(atomic, lock) \ macro
|
/openbmc/linux/Documentation/core-api/ |
H A D | refcount-vs-atomic.rst | 162 * atomic_dec_and_lock() --> refcount_dec_and_lock()
|
/openbmc/linux/fs/ceph/ |
H A D | snap.c | 231 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 D | bnode.c | 468 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put()
|
/openbmc/linux/fs/hfsplus/ |
H A D | bnode.c | 619 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put()
|
/openbmc/linux/net/rxrpc/ |
H A D | conn_client.c | 698 if (atomic_dec_and_lock(&bundle->active, &local->client_bundles_lock)) { in rxrpc_deactivate_bundle()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_buf.c | 1029 release = atomic_dec_and_lock(&bp->b_hold, &pag->pag_buf_lock); in xfs_buf_rele()
|
/openbmc/linux/fs/jffs2/ |
H A D | xattr.c | 407 if (atomic_dec_and_lock(&xd->refcnt, &c->erase_completion_lock)) { in unrefer_xattr_datum()
|
/openbmc/linux/fs/ |
H A D | inode.c | 1834 if (atomic_dec_and_lock(&inode->i_count, &inode->i_lock)) { in iput()
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 292 if (atomic_dec_and_lock(&sn->pipe_users, &pipe_version_lock)) { in put_pipe_version()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4state.c | 619 if (!atomic_dec_and_lock(&sp->so_count, &clp->cl_lock)) in nfs4_put_state_owner()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4state.c | 226 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 D | dlmmaster.c | 3512 if (!atomic_dec_and_lock(&res->asts_reserved, &res->spinlock)) in dlm_lockres_release_ast()
|
/openbmc/linux/drivers/md/ |
H A D | md.c | 638 if (!atomic_dec_and_lock(&mddev->active, &all_mddevs_lock)) in mddev_put()
|