Home
last modified time | relevance | path

Searched refs:refcounted (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/include/net/
H A Dinet6_hashtables.h93 bool *refcounted) in __inet6_lookup() argument
98 *refcounted = true; in __inet6_lookup()
101 *refcounted = false; in __inet6_lookup()
110 bool *refcounted, inet6_ehashfn_t *ehashfn) in inet6_steal_sock() argument
115 sk = skb_steal_sock(skb, refcounted, &prefetched); in inet6_steal_sock()
141 WARN_ON_ONCE(*refcounted); in inet6_steal_sock()
151 bool *refcounted) in __inet6_lookup_skb() argument
158 refcounted, inet6_ehashfn); in __inet6_lookup_skb()
167 iif, sdif, refcounted); in __inet6_lookup_skb()
H A Dinet_hashtables.h419 bool *refcounted) in __inet_lookup() argument
426 *refcounted = true; in __inet_lookup()
429 *refcounted = false; in __inet_lookup()
442 bool refcounted; in inet_lookup() local
445 dport, dif, 0, &refcounted); in inet_lookup()
447 if (sk && !refcounted && !refcount_inc_not_zero(&sk->sk_refcnt)) in inet_lookup()
456 bool *refcounted, inet_ehashfn_t *ehashfn) in inet_steal_sock() argument
461 sk = skb_steal_sock(skb, refcounted, &prefetched); in inet_steal_sock()
487 WARN_ON_ONCE(*refcounted); in inet_steal_sock()
498 bool *refcounted) in __inet_lookup_skb() argument
[all …]
H A Dnet_namespace.h330 bool refcounted, in __netns_tracker_alloc() argument
334 ref_tracker_alloc(refcounted ? &net->refcnt_tracker : in __netns_tracker_alloc()
348 bool refcounted) in __netns_tracker_free() argument
351 ref_tracker_free(refcounted ? &net->refcnt_tracker : in __netns_tracker_free()
H A Dsock.h2017 unsigned int trim_cap, bool refcounted);
2886 skb_steal_sock(struct sk_buff *skb, bool *refcounted, bool *prefetched) in skb_steal_sock() argument
2891 *refcounted = true; in skb_steal_sock()
2894 *refcounted = sk_is_refcounted(sk); in skb_steal_sock()
2900 *refcounted = false; in skb_steal_sock()
/openbmc/linux/net/ipv6/
H A Dinet6_hashtables.c254 bool refcounted; in inet6_lookup() local
257 ntohs(dport), dif, 0, &refcounted); in inet6_lookup()
258 if (sk && !refcounted && !refcount_inc_not_zero(&sk->sk_refcnt)) in inet6_lookup()
H A Dtcp_ipv6.c1587 bool refcounted; in tcp_v6_rcv() local
1622 &refcounted); in tcp_v6_rcv()
1664 refcounted = true; in tcp_v6_rcv()
1750 if (refcounted) in tcp_v6_rcv()
1779 if (refcounted) in tcp_v6_rcv()
1814 refcounted = false; in tcp_v6_rcv()
H A Dudp.c947 bool refcounted; in __udp6_lib_rcv() local
985 &refcounted, udp6_ehashfn); in __udp6_lib_rcv()
997 if (refcounted) in __udp6_lib_rcv()
1003 if (refcounted) in __udp6_lib_rcv()
/openbmc/linux/net/dccp/
H A Dipv4.c799 bool refcounted; in dccp_v4_rcv() local
837 dh->dccph_sport, dh->dccph_dport, 0, &refcounted); in dccp_v4_rcv()
866 refcounted = true; in dccp_v4_rcv()
901 return __sk_receive_skb(sk, skb, 1, dh->dccph_doff * 4, refcounted); in dccp_v4_rcv()
923 if (refcounted) in dccp_v4_rcv()
H A Dipv6.c701 bool refcounted; in dccp_v6_rcv() local
730 inet6_iif(skb), 0, &refcounted); in dccp_v6_rcv()
759 refcounted = true; in dccp_v6_rcv()
793 refcounted) ? -1 : 0; in dccp_v6_rcv()
815 if (refcounted) in dccp_v6_rcv()
/openbmc/linux/Documentation/mm/
H A Dpage_frags.rst7 fragments within that page are individually refcounted, in the page's
/openbmc/linux/net/mac80211/
H A Dutil.c442 bool refcounted, in __ieee80211_wake_queue() argument
455 if (!refcounted) { in __ieee80211_wake_queue()
488 bool refcounted) in ieee80211_wake_queue_by_reason() argument
494 __ieee80211_wake_queue(hw, queue, reason, refcounted, &flags); in ieee80211_wake_queue_by_reason()
508 bool refcounted) in __ieee80211_stop_queue() argument
517 if (!refcounted) in __ieee80211_stop_queue()
527 bool refcounted) in ieee80211_stop_queue_by_reason() argument
533 __ieee80211_stop_queue(hw, queue, reason, refcounted); in ieee80211_stop_queue_by_reason()
603 bool refcounted) in ieee80211_stop_queues_by_reason() argument
612 __ieee80211_stop_queue(hw, i, reason, refcounted); in ieee80211_stop_queues_by_reason()
[all …]
H A Dieee80211_i.h2361 bool refcounted);
2371 bool refcounted);
2374 bool refcounted);
2377 bool refcounted);
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c2006 bool refcounted; in tcp_v4_rcv() local
2042 th->dest, sdif, &refcounted); in tcp_v4_rcv()
2087 refcounted = true; in tcp_v4_rcv()
2174 if (refcounted) in tcp_v4_rcv()
2205 if (refcounted) in tcp_v4_rcv()
2235 refcounted = false; in tcp_v4_rcv()
H A Dudp.c2394 bool refcounted; in __udp4_lib_rcv() local
2424 &refcounted, udp_ehashfn); in __udp4_lib_rcv()
2436 if (refcounted) in __udp4_lib_rcv()
/openbmc/linux/Documentation/filesystems/
H A Dmount_api.rst191 structure is not refcounted.
467 filesystem contexts are not refcounted, so this causes unconditional
H A Dpath-lookup.txt225 Where ref-walk uses a stable, refcounted ``parent'' to walk the remaining
/openbmc/linux/Documentation/core-api/
H A Dpin_user_pages.rst249 pages: the head page is refcounted once for each tail or head page in the huge
/openbmc/linux/net/core/
H A Dsock.c550 const int nested, unsigned int trim_cap, bool refcounted) in __sk_receive_skb() argument
584 if (refcounted) in __sk_receive_skb()
H A Dfilter.c6632 bool refcounted = false; in sk_lookup() local
6643 dif, sdif, &refcounted); in sk_lookup()
6657 dif, sdif, &refcounted); in sk_lookup()
6667 if (unlikely(sk && !refcounted && !sock_flag(sk, SOCK_RCU_FREE))) { in sk_lookup()
/openbmc/linux/init/
H A DKconfig843 be refcounted in the [20..39]% bucket and will set the bucket clamp
846 that task will be refcounted in the same bucket of the first task and
849 (20% in the example above) when there are no more tasks refcounted in
/openbmc/linux/Documentation/security/
H A Dcredentials.rst251 (groups, keys, LSM security) a refcounted structure of type 'struct cred'.
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst184 refcounted object. The verifier will then ensure that the pointer to the object
H A Dverifier.rst141 Pointer to struct bpf_sock_ops, implicitly refcounted.
/openbmc/qemu/docs/interop/
H A Dqcow2.txt110 not refcounted. The offset field in the
/openbmc/linux/lib/
H A DKconfig.debug1669 goes completely against the principles of a refcounted object.

12