Searched refs:atomic_dec_and_lock (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/scripts/coccinelle/api/ ! |
D | atomic_as_refcounter.cocci | 28 atomic_dec_and_lock@p1(&(a)->x, ...) 71 atomic_dec_and_lock@p1(&(a)->x, ...)
|
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ ! |
D | refcount-vs-atomic.rst | 151 * atomic_dec_and_lock() --> refcount_dec_and_lock()
|
/linux-6.1.9/include/linux/ ! |
D | spinlock.h | 471 #define atomic_dec_and_lock(atomic, lock) \ macro
|
/linux-6.1.9/Documentation/core-api/ ! |
D | refcount-vs-atomic.rst | 162 * atomic_dec_and_lock() --> refcount_dec_and_lock()
|
/linux-6.1.9/fs/ceph/ ! |
D | snap.c | 230 if (!atomic_dec_and_lock(&realm->nref, &mdsc->snap_empty_lock)) in ceph_put_snap_realm() 1203 if (atomic_dec_and_lock(&sm->ref, &mdsc->snapid_map_lock)) { in ceph_put_snapid_map()
|
/linux-6.1.9/fs/hfs/ ! |
D | bnode.c | 467 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put()
|
/linux-6.1.9/fs/hfsplus/ ! |
D | bnode.c | 619 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put()
|
/linux-6.1.9/net/rxrpc/ ! |
D | conn_client.c | 943 if (atomic_dec_and_lock(&bundle->active, &local->client_bundles_lock)) { in rxrpc_deactivate_bundle()
|
/linux-6.1.9/fs/jffs2/ ! |
D | xattr.c | 407 if (atomic_dec_and_lock(&xd->refcnt, &c->erase_completion_lock)) { in unrefer_xattr_datum()
|
/linux-6.1.9/fs/xfs/ ! |
D | xfs_buf.c | 1023 release = atomic_dec_and_lock(&bp->b_hold, &pag->pag_buf_lock); in xfs_buf_rele()
|
/linux-6.1.9/fs/ ! |
D | inode.c | 1765 if (atomic_dec_and_lock(&inode->i_count, &inode->i_lock)) { in iput()
|
/linux-6.1.9/net/sunrpc/auth_gss/ ! |
D | auth_gss.c | 276 if (atomic_dec_and_lock(&sn->pipe_users, &pipe_version_lock)) { in put_pipe_version()
|
/linux-6.1.9/fs/nfs/ ! |
D | nfs4state.c | 615 if (!atomic_dec_and_lock(&sp->so_count, &clp->cl_lock)) in nfs4_put_state_owner()
|
/linux-6.1.9/fs/nfsd/ ! |
D | nfs4state.c | 223 if (!atomic_dec_and_lock(&clp->cl_rpc_users, &nn->client_lock)) in put_client_renew() 836 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()
|
/linux-6.1.9/fs/ocfs2/dlm/ ! |
D | dlmmaster.c | 3512 if (!atomic_dec_and_lock(&res->asts_reserved, &res->spinlock)) in dlm_lockres_release_ast()
|
/linux-6.1.9/drivers/md/ ! |
D | md.c | 643 if (!atomic_dec_and_lock(&mddev->active, &all_mddevs_lock)) in mddev_put()
|