Searched refs:refcount_dec_and_lock (Results 1 - 18 of 18) sorted by relevance

/linux-master/lib/
H A Drefcount.c129 * refcount_dec_and_lock - return holding spinlock if able to decrement
144 bool refcount_dec_and_lock(refcount_t *r, spinlock_t *lock) function
157 EXPORT_SYMBOL(refcount_dec_and_lock); variable
166 * Same as refcount_dec_and_lock() above except that the spinlock is acquired
/linux-master/include/linux/
H A Dkref.h86 if (refcount_dec_and_lock(&kref->refcount, lock)) {
H A Drefcount.h357 extern __must_check bool refcount_dec_and_lock(refcount_t *r, spinlock_t *lock) __cond_acquires(lock);
/linux-master/security/landlock/
H A Dobject.c58 if (refcount_dec_and_lock(&object->usage, &object->lock)) {
/linux-master/ipc/
H A Dnamespace.c200 if (refcount_dec_and_lock(&ns->ns.count, &mq_lock)) {
/linux-master/fs/crypto/
H A Dkeysetup_v1.c165 if (!refcount_dec_and_lock(&dk->dk_refcount, &fscrypt_direct_keys_lock))
/linux-master/fs/lockd/
H A Dmon.c411 if (refcount_dec_and_lock(&nsm->sm_count, &nsm_lock)) {
H A Dsvclock.c356 if (!refcount_dec_and_lock(&lockowner->count, &lockowner->host->h_lock))
H A Dclntproc.c62 if (!refcount_dec_and_lock(&lockowner->count, &lockowner->host->h_lock))
/linux-master/fs/nfs/
H A Dpnfs_nfs.c193 if (refcount_dec_and_lock(&array->refcount, &inode->i_lock)) {
703 if (refcount_dec_and_lock(&ds->ds_count,
H A Dnfs4state.c763 if (!refcount_dec_and_lock(&state->count, &owner->so_lock))
943 if (!refcount_dec_and_lock(&lsp->ls_count, &state->state_lock))
H A Dclient.c260 if (refcount_dec_and_lock(&clp->cl_count, &nn->nfs_client_lock)) {
H A Dpnfs.c315 if (refcount_dec_and_lock(&lo->plh_refcount, &inode->i_lock)) {
610 if (refcount_dec_and_lock(&lseg->pls_refcount, &inode->i_lock)) {
H A Dinode.c987 if (!refcount_dec_and_lock(&l_ctx->count, &inode->i_lock))
/linux-master/fs/notify/
H A Dmark.c311 if (!refcount_dec_and_lock(&mark->refcnt, &conn->lock))
/linux-master/security/keys/
H A Dkey.c121 if (refcount_dec_and_lock(&user->usage, &key_user_lock)) {
/linux-master/fs/nilfs2/
H A Dthe_nilfs.c905 if (refcount_dec_and_lock(&root->count, &nilfs->ns_cptree_lock)) {
/linux-master/fs/nfsd/
H A Dnfs4state.c904 if (refcount_dec_and_lock(&co->co_odcount, &fp->fi_lock)) {
1214 if (!refcount_dec_and_lock(&s->sc_count, &clp->cl_lock)) {

Completed in 245 milliseconds