Home
last modified time | relevance | path

Searched refs:refcount_dec_and_lock (Results 1 – 20 of 20) sorted by relevance

/linux-6.3-rc2/lib/
A Drefcount.c144 bool refcount_dec_and_lock(refcount_t *r, spinlock_t *lock) in refcount_dec_and_lock() function
157 EXPORT_SYMBOL(refcount_dec_and_lock);
/linux-6.3-rc2/security/landlock/
A Dobject.c58 if (refcount_dec_and_lock(&object->usage, &object->lock)) { in landlock_put_object()
/linux-6.3-rc2/include/linux/
A Dkref.h86 if (refcount_dec_and_lock(&kref->refcount, lock)) { in kref_put_lock()
A Drefcount.h365 extern __must_check bool refcount_dec_and_lock(refcount_t *r, spinlock_t *lock) __cond_acquires(loc…
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Drefcount-vs-atomic.rst151 * atomic_dec_and_lock() --> refcount_dec_and_lock()
/linux-6.3-rc2/ipc/
A Dnamespace.c200 if (refcount_dec_and_lock(&ns->ns.count, &mq_lock)) { in put_ipc_ns()
/linux-6.3-rc2/fs/crypto/
A Dkeysetup_v1.c165 if (!refcount_dec_and_lock(&dk->dk_refcount, &fscrypt_direct_keys_lock)) in fscrypt_put_direct_key()
/linux-6.3-rc2/Documentation/core-api/
A Drefcount-vs-atomic.rst162 * atomic_dec_and_lock() --> refcount_dec_and_lock()
/linux-6.3-rc2/fs/lockd/
A Dmon.c408 if (refcount_dec_and_lock(&nsm->sm_count, &nsm_lock)) { in nsm_release()
A Dclntproc.c60 if (!refcount_dec_and_lock(&lockowner->count, &lockowner->host->h_lock)) in nlmclnt_put_lockowner()
A Dsvclock.c345 if (!refcount_dec_and_lock(&lockowner->count, &lockowner->host->h_lock)) in nlmsvc_put_lockowner()
/linux-6.3-rc2/fs/nfs/
A Dpnfs_nfs.c193 if (refcount_dec_and_lock(&array->refcount, &inode->i_lock)) { in pnfs_put_commit_array()
703 if (refcount_dec_and_lock(&ds->ds_count, in nfs4_pnfs_ds_put()
A Dnfs4state.c760 if (!refcount_dec_and_lock(&state->count, &owner->so_lock)) in nfs4_put_open_state()
940 if (!refcount_dec_and_lock(&lsp->ls_count, &state->state_lock)) in nfs4_put_lock_state()
A Dclient.c264 if (refcount_dec_and_lock(&clp->cl_count, &nn->nfs_client_lock)) { in nfs_put_client()
A Dpnfs.c315 if (refcount_dec_and_lock(&lo->plh_refcount, &inode->i_lock)) { in pnfs_put_layout_hdr()
610 if (refcount_dec_and_lock(&lseg->pls_refcount, &inode->i_lock)) { in pnfs_put_lseg()
A Dinode.c987 if (!refcount_dec_and_lock(&l_ctx->count, &inode->i_lock)) in nfs_put_lock_context()
/linux-6.3-rc2/fs/notify/
A Dmark.c311 if (!refcount_dec_and_lock(&mark->refcnt, &conn->lock)) in fsnotify_put_mark()
/linux-6.3-rc2/fs/nilfs2/
A Dthe_nilfs.c858 if (refcount_dec_and_lock(&root->count, &nilfs->ns_cptree_lock)) { in nilfs_put_root()
/linux-6.3-rc2/security/keys/
A Dkey.c122 if (refcount_dec_and_lock(&user->usage, &key_user_lock)) { in key_user_put()
/linux-6.3-rc2/fs/nfsd/
A Dnfs4state.c890 if (refcount_dec_and_lock(&co->co_odcount, &fp->fi_lock)) { in put_clnt_odstate()
1194 if (!refcount_dec_and_lock(&s->sc_count, &clp->cl_lock)) { in nfs4_put_stid()

Completed in 56 milliseconds