Searched refs:refcount_dec_and_lock (Results 1 – 24 of 24) sorted by relevance
/linux/lib/ |
A D | refcount.c | 144 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/security/landlock/ |
A D | object.c | 58 if (refcount_dec_and_lock(&object->usage, &object->lock)) { in landlock_put_object()
|
/linux/include/linux/ |
A D | kref.h | 86 if (refcount_dec_and_lock(&kref->refcount, lock)) { in kref_put_lock()
|
A D | refcount.h | 365 extern __must_check bool refcount_dec_and_lock(refcount_t *r, spinlock_t *lock);
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | refcount-vs-atomic.rst | 151 * atomic_dec_and_lock() --> refcount_dec_and_lock()
|
/linux/ipc/ |
A D | namespace.c | 167 if (refcount_dec_and_lock(&ns->ns.count, &mq_lock)) { in put_ipc_ns()
|
/linux/fs/crypto/ |
A D | keysetup_v1.c | 164 if (!refcount_dec_and_lock(&dk->dk_refcount, &fscrypt_direct_keys_lock)) in fscrypt_put_direct_key()
|
/linux/Documentation/core-api/ |
A D | refcount-vs-atomic.rst | 162 * atomic_dec_and_lock() --> refcount_dec_and_lock()
|
/linux/fs/lockd/ |
A D | mon.c | 408 if (refcount_dec_and_lock(&nsm->sm_count, &nsm_lock)) { in nsm_release()
|
A D | clntproc.c | 59 if (!refcount_dec_and_lock(&lockowner->count, &lockowner->host->h_lock)) in nlmclnt_put_lockowner()
|
A D | svclock.c | 345 if (!refcount_dec_and_lock(&lockowner->count, &lockowner->host->h_lock)) in nlmsvc_put_lockowner()
|
/linux/fs/nfs/ |
A D | pnfs_nfs.c | 193 if (refcount_dec_and_lock(&array->refcount, &inode->i_lock)) { in pnfs_put_commit_array() 699 if (refcount_dec_and_lock(&ds->ds_count, in nfs4_pnfs_ds_put()
|
A D | nfs4state.c | 760 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 D | client.c | 267 if (refcount_dec_and_lock(&clp->cl_count, &nn->nfs_client_lock)) { in nfs_put_client()
|
A D | pnfs.c | 304 if (refcount_dec_and_lock(&lo->plh_refcount, &inode->i_lock)) { in pnfs_put_layout_hdr() 598 if (refcount_dec_and_lock(&lseg->pls_refcount, &inode->i_lock)) { in pnfs_put_lseg()
|
A D | inode.c | 986 if (!refcount_dec_and_lock(&l_ctx->count, &inode->i_lock)) in nfs_put_lock_context()
|
/linux/fs/notify/ |
A D | mark.c | 269 if (!refcount_dec_and_lock(&mark->refcnt, &conn->lock)) in fsnotify_put_mark()
|
/linux/fs/nilfs2/ |
A D | the_nilfs.c | 797 if (refcount_dec_and_lock(&root->count, &nilfs->ns_cptree_lock)) { in nilfs_put_root()
|
/linux/net/ipv4/netfilter/ |
A D | ipt_CLUSTERIP.c | 129 if (refcount_dec_and_lock(&c->entries, &cn->lock)) { in clusterip_config_entry_put()
|
/linux/security/keys/ |
A D | key.c | 122 if (refcount_dec_and_lock(&user->usage, &key_user_lock)) { in key_user_put()
|
/linux/fs/nfsd/ |
A D | nfs4state.c | 545 if (refcount_dec_and_lock(&fi->fi_ref, &state_lock)) { in put_nfs4_file() 796 if (refcount_dec_and_lock(&co->co_odcount, &fp->fi_lock)) { in put_clnt_odstate() 1093 if (!refcount_dec_and_lock(&s->sc_count, &clp->cl_lock)) { in nfs4_put_stid()
|
/linux/ |
A D | vmlinux.symvers | 7480 0x00000000 refcount_dec_and_lock vmlinux EXPORT_SYMBOL
|
A D | System.map | 16663 ffff80001049a760 T refcount_dec_and_lock
|
A D | .tmp_System.map | 16663 ffff80001049a760 T refcount_dec_and_lock
|
Completed in 405 milliseconds