/openbmc/linux/tools/include/linux/ |
H A D | refcount.h | 76 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()
|
/openbmc/linux/drivers/misc/lkdtm/ |
H A D | refcount.c | 66 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()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_wakeref.c | 167 if (!refcount_inc_not_zero(&wf->count)) { in intel_wakeref_auto() 169 if (!refcount_inc_not_zero(&wf->count)) { in intel_wakeref_auto()
|
/openbmc/linux/include/linux/ |
H A D | kref.h | 111 return refcount_inc_not_zero(&kref->refcount); in kref_get_unless_zero()
|
H A D | ipc_namespace.h | 145 if (refcount_inc_not_zero(&ns->ns.count)) in get_ipc_ns_not_zero()
|
H A D | refcount.h | 243 static inline __must_check bool refcount_inc_not_zero(refcount_t *r) in refcount_inc_not_zero() function
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
H A D | nv50.c | 224 if (refcount_inc_not_zero(&iobj->maps)) { in nv50_instobj_acquire() 234 if (refcount_inc_not_zero(&iobj->maps)) { in nv50_instobj_acquire() 246 if (!refcount_inc_not_zero(&iobj->maps)) { in nv50_instobj_acquire()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | uchan.c | 110 if (!refcount_inc_not_zero(&cctx->uses)) { in nvkm_uchan_object_init_0() 112 if (!refcount_inc_not_zero(&cctx->uses)) { in nvkm_uchan_object_init_0() 113 if (!refcount_inc_not_zero(&ectx->uses)) { in nvkm_uchan_object_init_0()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | subdev.c | 199 if (subdev && !refcount_inc_not_zero(&subdev->use.refcount)) { in nvkm_subdev_ref() 201 if (!refcount_inc_not_zero(&subdev->use.refcount)) { in nvkm_subdev_ref()
|
/openbmc/linux/include/linux/sched/ |
H A D | task_stack.h | 69 return refcount_inc_not_zero(&tsk->stack_refcount) ? in try_get_task_stack()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_queue.c | 101 if (state->sk && !refcount_inc_not_zero(&state->sk->sk_refcnt)) in nf_queue_entry_get_refs() 185 if (!refcount_inc_not_zero(&sk->sk_refcnt)) in __nf_queue()
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | refcount-vs-atomic.rst | 108 * atomic_inc_not_zero() --> refcount_inc_not_zero()
|
/openbmc/linux/include/net/ |
H A D | arp.h | 43 if (n && !refcount_inc_not_zero(&n->refcnt)) in __ipv4_neigh_lookup()
|
H A D | llc.h | 124 return refcount_inc_not_zero(&sap->refcnt); in llc_sap_hold_safe()
|
/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.h | 17 return refcount_inc_not_zero(&root->tdp_mmu_root_count); in kvm_tdp_mmu_get_root()
|
/openbmc/linux/net/mptcp/ |
H A D | token.c | 263 if (!refcount_inc_not_zero(&sk->sk_refcnt)) in mptcp_token_get_sock() 322 if (!refcount_inc_not_zero(&sk->sk_refcnt)) in mptcp_token_iter_next()
|
/openbmc/linux/net/ipv4/ |
H A D | udp_diag.c | 54 if (sk && !refcount_inc_not_zero(&sk->sk_refcnt)) in udp_dump_one() 205 if (sk && !refcount_inc_not_zero(&sk->sk_refcnt)) in __udp_diag_destroy()
|
/openbmc/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 75 if (unlikely(!refcount_inc_not_zero(&sk->sk_refcnt))) in __inet6_lookup_established() 258 if (sk && !refcounted && !refcount_inc_not_zero(&sk->sk_refcnt)) in inet6_lookup()
|
/openbmc/linux/include/linux/can/ |
H A D | skb.h | 80 if (sk && refcount_inc_not_zero(&sk->sk_refcnt)) { in can_skb_set_owner()
|
/openbmc/linux/tools/perf/util/ |
H A D | comm.c | 24 if (cs && refcount_inc_not_zero(&cs->refcnt)) in comm_str__get()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_tproxy_ipv4.c | 103 if (sk && !refcount_inc_not_zero(&sk->sk_refcnt)) in nf_tproxy_get_sock_v4()
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | auth.h | 192 if (cred != NULL && refcount_inc_not_zero(&cred->cr_count)) in get_rpccred()
|
/openbmc/linux/fs/afs/ |
H A D | security.c | 209 if (permits && !refcount_inc_not_zero(&permits->usage)) in afs_cache_permit() 260 if (refcount_inc_not_zero(&xpermits->usage)) { in afs_cache_permit()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | ct_fs_smfs.c | 125 if (refcount_inc_not_zero(&smfs_matcher->ref)) in mlx5_ct_fs_smfs_matcher_get() 133 if (refcount_inc_not_zero(&smfs_matcher->ref)) in mlx5_ct_fs_smfs_matcher_get()
|
/openbmc/linux/fs/btrfs/ |
H A D | disk-io.h | 101 if (refcount_inc_not_zero(&root->refs)) in btrfs_grab_root()
|