Home
last modified time | relevance | path

Searched refs:refcount_inc_not_zero (Results 1 – 25 of 118) sorted by relevance

12345

/Linux-v5.10/tools/include/linux/
Drefcount.h76 bool refcount_inc_not_zero(refcount_t *r) in refcount_inc_not_zero() function
109 REFCOUNT_WARN(!refcount_inc_not_zero(r), "refcount_t: increment on 0; use-after-free.\n"); in refcount_inc()
/Linux-v5.10/drivers/misc/lkdtm/
Drefcount.c66 if (!refcount_inc_not_zero(&over)) in lkdtm_REFCOUNT_INC_NOT_ZERO_OVERFLOW()
211 if (!refcount_inc_not_zero(&zero)) { in lkdtm_REFCOUNT_INC_ZERO()
308 if (!refcount_inc_not_zero(&sat)) in lkdtm_REFCOUNT_INC_NOT_ZERO_SATURATED()
/Linux-v5.10/drivers/gpu/drm/i915/
Dintel_wakeref.c166 if (!refcount_inc_not_zero(&wf->count)) { in intel_wakeref_auto()
168 if (!refcount_inc_not_zero(&wf->count)) { in intel_wakeref_auto()
/Linux-v5.10/include/linux/
Dkref.h111 return refcount_inc_not_zero(&kref->refcount); in kref_get_unless_zero()
Drefcount.h243 static inline __must_check bool refcount_inc_not_zero(refcount_t *r) in refcount_inc_not_zero() function
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv50.c224 if (refcount_inc_not_zero(&iobj->maps)) in nv50_instobj_acquire()
231 if (refcount_inc_not_zero(&iobj->maps)) { in nv50_instobj_acquire()
243 if (!refcount_inc_not_zero(&iobj->maps)) { in nv50_instobj_acquire()
/Linux-v5.10/include/linux/sched/
Dtask_stack.h64 return refcount_inc_not_zero(&tsk->stack_refcount) ? in try_get_task_stack()
/Linux-v5.10/include/net/
Darp.h43 if (n && !refcount_inc_not_zero(&n->refcnt)) in __ipv4_neigh_lookup()
Dllc.h122 return refcount_inc_not_zero(&sap->refcnt); in llc_sap_hold_safe()
Drequest_sock.h96 if (unlikely(!refcount_inc_not_zero(&sk_listener->sk_refcnt))) { in reqsk_alloc()
/Linux-v5.10/net/mptcp/
Dtoken.c257 if (!refcount_inc_not_zero(&sk->sk_refcnt)) in mptcp_token_get_sock()
314 if (!refcount_inc_not_zero(&sk->sk_refcnt)) in mptcp_token_iter_next()
/Linux-v5.10/net/ipv4/
Dudp_diag.c54 if (sk && !refcount_inc_not_zero(&sk->sk_refcnt)) in udp_dump_one()
207 if (sk && !refcount_inc_not_zero(&sk->sk_refcnt)) in __udp_diag_destroy()
Dinetpeer.c121 if (!refcount_inc_not_zero(&p->refcnt)) in lookup()
/Linux-v5.10/net/ipv6/
Dinet6_hashtables.c76 if (unlikely(!refcount_inc_not_zero(&sk->sk_refcnt))) in __inet6_lookup_established()
240 if (sk && !refcounted && !refcount_inc_not_zero(&sk->sk_refcnt)) in inet6_lookup()
/Linux-v5.10/drivers/block/
Dnbd.c393 if (!refcount_inc_not_zero(&nbd->config_refs)) { in nbd_xmit_timeout()
895 if (!refcount_inc_not_zero(&nbd->config_refs)) { in nbd_handle_cmd()
1483 if (!refcount_inc_not_zero(&nbd->refs)) { in nbd_open()
1487 if (!refcount_inc_not_zero(&nbd->config_refs)) { in nbd_open()
1491 if (refcount_inc_not_zero(&nbd->config_refs)) { in nbd_open()
1898 if (!refcount_inc_not_zero(&nbd->refs)) { in nbd_genl_connect()
2045 if (!refcount_inc_not_zero(&nbd->refs)) { in nbd_genl_disconnect()
2052 if (!refcount_inc_not_zero(&nbd->config_refs)) { in nbd_genl_disconnect()
2086 if (!refcount_inc_not_zero(&nbd->refs)) { in nbd_genl_reconfigure()
2094 if (!refcount_inc_not_zero(&nbd->config_refs)) { in nbd_genl_reconfigure()
/Linux-v5.10/tools/perf/util/
Dcomm.c24 if (cs && refcount_inc_not_zero(&cs->refcnt)) in comm_str__get()
/Linux-v5.10/net/ipv4/netfilter/
Dnf_tproxy_ipv4.c102 if (sk && !refcount_inc_not_zero(&sk->sk_refcnt)) in nf_tproxy_get_sock_v4()
/Linux-v5.10/include/linux/sunrpc/
Dauth.h189 if (cred != NULL && refcount_inc_not_zero(&cred->cr_count)) in get_rpccred()
/Linux-v5.10/net/ipv6/netfilter/
Dnf_tproxy_ipv6.c102 if (sk && !refcount_inc_not_zero(&sk->sk_refcnt)) in nf_tproxy_get_sock_v6()
/Linux-v5.10/fs/afs/
Dsecurity.c209 if (permits && !refcount_inc_not_zero(&permits->usage)) in afs_cache_permit()
261 if (refcount_inc_not_zero(&xpermits->usage)) { in afs_cache_permit()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_bloom_filter.c183 if (refcount_inc_not_zero(&bf->refcnt[rule_index])) { in mlxsw_sp_acl_bf_entry_add()
/Linux-v5.10/fs/btrfs/
Ddisk-io.h102 if (refcount_inc_not_zero(&root->refs)) in btrfs_grab_root()
/Linux-v5.10/drivers/net/ipa/
Dipa_clock.c198 return refcount_inc_not_zero(&ipa->clock->count); in ipa_clock_get_additional()
/Linux-v5.10/net/rds/
Dbind.c82 !refcount_inc_not_zero(&rds_rs_to_sk(rs)->sk_refcnt))) in rds_find_bound()
/Linux-v5.10/arch/arm64/mm/
Dcontext.c285 if (refcount_inc_not_zero(&mm->context.pinned)) in arm64_mm_context_get()

12345