Home
last modified time | relevance | path

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

1234567

/openbmc/linux/tools/include/linux/
H A 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()
/openbmc/linux/drivers/misc/lkdtm/
H A 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()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_wakeref.c167 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 Dkref.h111 return refcount_inc_not_zero(&kref->refcount); in kref_get_unless_zero()
H A Dipc_namespace.h145 if (refcount_inc_not_zero(&ns->ns.count)) in get_ipc_ns_not_zero()
H A Drefcount.h243 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 Dnv50.c224 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 Duchan.c110 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 Dsubdev.c199 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 Dtask_stack.h69 return refcount_inc_not_zero(&tsk->stack_refcount) ? in try_get_task_stack()
/openbmc/linux/net/netfilter/
H A Dnf_queue.c101 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 Drefcount-vs-atomic.rst108 * atomic_inc_not_zero() --> refcount_inc_not_zero()
/openbmc/linux/include/net/
H A Darp.h43 if (n && !refcount_inc_not_zero(&n->refcnt)) in __ipv4_neigh_lookup()
H A Dllc.h124 return refcount_inc_not_zero(&sap->refcnt); in llc_sap_hold_safe()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.h17 return refcount_inc_not_zero(&root->tdp_mmu_root_count); in kvm_tdp_mmu_get_root()
/openbmc/linux/net/mptcp/
H A Dtoken.c263 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 Dudp_diag.c54 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 Dinet6_hashtables.c75 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 Dskb.h80 if (sk && refcount_inc_not_zero(&sk->sk_refcnt)) { in can_skb_set_owner()
/openbmc/linux/tools/perf/util/
H A Dcomm.c24 if (cs && refcount_inc_not_zero(&cs->refcnt)) in comm_str__get()
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_tproxy_ipv4.c103 if (sk && !refcount_inc_not_zero(&sk->sk_refcnt)) in nf_tproxy_get_sock_v4()
/openbmc/linux/include/linux/sunrpc/
H A Dauth.h192 if (cred != NULL && refcount_inc_not_zero(&cred->cr_count)) in get_rpccred()
/openbmc/linux/fs/afs/
H A Dsecurity.c209 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 Dct_fs_smfs.c125 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 Ddisk-io.h101 if (refcount_inc_not_zero(&root->refs)) in btrfs_grab_root()

1234567