Searched refs:atomic_dec_and_lock (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/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, ...)
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | refcount-vs-atomic.rst | 151 * atomic_dec_and_lock() --> refcount_dec_and_lock()
|
| /linux-6.15/include/linux/ |
| H A D | spinlock.h | 501 #define atomic_dec_and_lock(atomic, lock) \ macro
|
| /linux-6.15/Documentation/core-api/ |
| H A D | refcount-vs-atomic.rst | 187 * atomic_dec_and_lock() --> refcount_dec_and_lock()
|
| /linux-6.15/fs/ceph/ |
| H A D | snap.c | 233 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 D | bnode.c | 474 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put()
|
| /linux-6.15/net/rxrpc/ |
| H A D | conn_client.c | 710 if (atomic_dec_and_lock(&bundle->active, &local->client_bundles_lock)) { in rxrpc_deactivate_bundle()
|
| /linux-6.15/fs/hfsplus/ |
| H A D | bnode.c | 625 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put()
|
| /linux-6.15/fs/jffs2/ |
| H A D | xattr.c | 407 if (atomic_dec_and_lock(&xd->refcnt, &c->erase_completion_lock)) { in unrefer_xattr_datum()
|
| /linux-6.15/fs/ |
| H A D | inode.c | 1916 if (atomic_dec_and_lock(&inode->i_count, &inode->i_lock)) { in iput()
|
| /linux-6.15/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()
|
| /linux-6.15/fs/nfs/ |
| H A D | nfs4state.c | 613 if (!atomic_dec_and_lock(&sp->so_count, &clp->cl_lock)) in nfs4_put_state_owner()
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfs4state.c | 228 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 D | dlmmaster.c | 3512 if (!atomic_dec_and_lock(&res->asts_reserved, &res->spinlock)) in dlm_lockres_release_ast()
|
| /linux-6.15/drivers/md/ |
| H A D | md.c | 634 if (!atomic_dec_and_lock(&mddev->active, &all_mddevs_lock)) in mddev_put()
|