Home
last modified time | relevance | path

Searched refs:refcount_dec_and_test (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/linux-5.19.10/lib/
Drefcount.c119 if (!refcount_dec_and_test(r)) { in refcount_dec_and_mutex_lock()
150 if (!refcount_dec_and_test(r)) { in refcount_dec_and_lock()
179 if (!refcount_dec_and_test(r)) { in refcount_dec_and_lock_irqsave()
/linux-5.19.10/drivers/misc/lkdtm/
Drefcount.c164 if (refcount_dec_and_test(&neg)) in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE()
332 if (refcount_dec_and_test(&sat)) in lkdtm_REFCOUNT_DEC_AND_TEST_SATURATED()
385 if (refcount_dec_and_test(&count)) in lkdtm_REFCOUNT_TIMING()
/linux-5.19.10/include/linux/netfilter/
Dnf_conntrack_common.h36 if (nfct && refcount_dec_and_test(&nfct->use)) in nf_conntrack_put()
/linux-5.19.10/include/net/
Dnetrom.h128 if (refcount_dec_and_test(&nr_node->refcount)) { in nr_node_put()
138 if (refcount_dec_and_test(&nr_neigh->refcount)) { in nr_neigh_put()
Dax25.h176 if (refcount_dec_and_test(&assoc->refcount)) { in ax25_uid_put()
281 if (refcount_dec_and_test(&ax25->refcount)) { in ax25_cb_put()
294 if (refcount_dec_and_test(&ax25_dev->refcount)) { in ax25_dev_put()
Dx25.h253 if (refcount_dec_and_test(&nb->refcnt)) in x25_neigh_put()
276 if (refcount_dec_and_test(&rt->refcnt)) in x25_route_put()
Dllc.h131 if (refcount_dec_and_test(&sap->refcnt)) in llc_sap_put()
/linux-5.19.10/net/ceph/
Dsnapshot.c58 if (refcount_dec_and_test(&sc->nref)) { in ceph_put_snap_context()
/linux-5.19.10/security/landlock/
Druleset.c253 while (hierarchy && refcount_dec_and_test(&hierarchy->usage)) { in put_hierarchy()
373 if (ruleset && refcount_dec_and_test(&ruleset->usage)) in landlock_put_ruleset()
387 if (ruleset && refcount_dec_and_test(&ruleset->usage)) { in landlock_put_ruleset_deferred()
/linux-5.19.10/drivers/md/
Ddm-ps-io-affinity.c34 if (refcount_dec_and_test(&pi->refcount)) { in ioa_free_path()
96 if (refcount_dec_and_test(&pi->refcount)) { in ioa_add_path()
/linux-5.19.10/include/linux/
Dkref.h64 if (refcount_dec_and_test(&kref->refcount)) { in kref_put()
Dutsname.h43 if (refcount_dec_and_test(&ns->ns.count)) in put_uts_ns()
Dposix_acl.h57 if (acl && refcount_dec_and_test(&acl->a_refcount)) in posix_acl_release()
/linux-5.19.10/fs/btrfs/
Ddelayed-ref.h318 if (refcount_dec_and_test(&ref->refs)) { in btrfs_put_delayed_ref()
347 if (refcount_dec_and_test(&head->refs)) in btrfs_put_delayed_ref_head()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_mps.c17 if (!refcount_dec_and_test(&mps_entry->refcnt)) { in cxgb4_mps_ref_dec_by_mac()
39 if (!refcount_dec_and_test(&mps_entry->refcnt)) { in cxgb4_mps_ref_dec()
/linux-5.19.10/tools/include/linux/
Drefcount.h146 bool refcount_dec_and_test(refcount_t *r) in refcount_dec_and_test() function
/linux-5.19.10/net/ipv4/
Dinet_timewait_sock.c62 if (refcount_dec_and_test(&tw->tw_dr->tw_refcount)) in inet_twsk_kill()
81 if (refcount_dec_and_test(&tw->tw_refcnt)) in inet_twsk_put()
/linux-5.19.10/Documentation/translations/zh_CN/core-api/
Drefcount-vs-atomic.rst123 * atomic_dec_and_test() --> refcount_dec_and_test()
/linux-5.19.10/crypto/
Dcryptd.c250 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_skcipher_complete()
487 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_hash_complete()
741 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_aead_crypt()
950 if (refcount_dec_and_test(&ctx->refcnt)) in cryptd_free_skcipher()
1007 if (refcount_dec_and_test(&ctx->refcnt)) in cryptd_free_ahash()
1057 if (refcount_dec_and_test(&ctx->refcnt)) in cryptd_free_aead()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx4/
Dsrq.c60 if (refcount_dec_and_test(&srq->refcount)) in mlx4_srq_event()
235 if (refcount_dec_and_test(&srq->refcount)) in mlx4_srq_free()
/linux-5.19.10/tools/lib/perf/
Dthreadmap.c89 if (map && refcount_dec_and_test(&map->refcnt)) in perf_thread_map__put()
/linux-5.19.10/fs/notify/
Dgroup.c109 if (refcount_dec_and_test(&group->refcnt)) in fsnotify_put_group()
/linux-5.19.10/fs/nfs/
Dcache_lib.c70 if (refcount_dec_and_test(&dreq->count)) in nfs_cache_defer_req_put()
/linux-5.19.10/tools/perf/util/
Dcomm.c32 if (cs && refcount_dec_and_test(&cs->refcnt)) { in comm_str__put()
/linux-5.19.10/kernel/bpf/
Ddispatcher.c79 if (refcount_dec_and_test(&entry->users)) { in bpf_dispatcher_remove_prog()

12345678910>>...15