Home
last modified time | relevance | path

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

/include/linux/can/
Dskb.h57 if (sk && refcount_inc_not_zero(&sk->sk_refcnt)) { in can_skb_set_owner()
/include/linux/
Dkref.h111 return refcount_inc_not_zero(&kref->refcount); in kref_get_unless_zero()
Dipc_namespace.h138 if (refcount_inc_not_zero(&ns->count)) in get_ipc_ns_not_zero()
Drefcount.h243 static inline __must_check bool refcount_inc_not_zero(refcount_t *r) in refcount_inc_not_zero() function
Dskmsg.h392 if (psock && !refcount_inc_not_zero(&psock->refcnt)) in sk_psock_get()
/include/linux/sched/
Dtask_stack.h68 return refcount_inc_not_zero(&tsk->stack_refcount) ? in try_get_task_stack()
/include/net/
Darp.h43 if (n && !refcount_inc_not_zero(&n->refcnt)) in __ipv4_neigh_lookup()
Dllc.h124 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()
Dnet_namespace.h264 if (!refcount_inc_not_zero(&net->count)) in maybe_get_net()
Dinet_hashtables.h360 if (sk && !refcounted && !refcount_inc_not_zero(&sk->sk_refcnt)) in inet_lookup()
Dndisc.h400 if (n && !refcount_inc_not_zero(&n->refcnt)) in __ipv6_neigh_lookup()
Dnexthop.h120 return refcount_inc_not_zero(&nh->refcnt); in nexthop_get()
Dip6_fib.h340 return refcount_inc_not_zero(&f6i->fib6_ref); in fib6_info_hold_safe()
Dsch_generic.h139 if (refcount_inc_not_zero(&qdisc->refcnt)) in qdisc_refcount_inc_nz()
Dipv6.h378 if (!refcount_inc_not_zero(&opt->refcnt)) in txopt_get()
Dip_vs.h1232 return refcount_inc_not_zero(&cp->refcnt); in __ip_vs_conn_get()
Dsock.h2291 if (sk && refcount_inc_not_zero(&sk->sk_refcnt)) { in skb_set_owner_sk_safe()
/include/linux/sunrpc/
Dauth.h189 if (cred != NULL && refcount_inc_not_zero(&cred->cr_count)) in get_rpccred()
/include/rdma/
Dib_verbs.h4306 return refcount_inc_not_zero(&dev->refcount); in ib_device_try_get()