/openbmc/linux/include/net/ |
H A D | inet6_hashtables.h | 93 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 D | inet_hashtables.h | 419 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 D | net_namespace.h | 330 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 D | sock.h | 2017 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 D | inet6_hashtables.c | 254 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 D | tcp_ipv6.c | 1587 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 D | udp.c | 947 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 D | ipv4.c | 799 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 D | ipv6.c | 701 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 D | page_frags.rst | 7 fragments within that page are individually refcounted, in the page's
|
/openbmc/linux/net/mac80211/ |
H A D | util.c | 442 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 D | ieee80211_i.h | 2361 bool refcounted); 2371 bool refcounted); 2374 bool refcounted); 2377 bool refcounted);
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_ipv4.c | 2006 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 D | udp.c | 2394 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 D | mount_api.rst | 191 structure is not refcounted. 467 filesystem contexts are not refcounted, so this causes unconditional
|
H A D | path-lookup.txt | 225 Where ref-walk uses a stable, refcounted ``parent'' to walk the remaining
|
/openbmc/linux/Documentation/core-api/ |
H A D | pin_user_pages.rst | 249 pages: the head page is refcounted once for each tail or head page in the huge
|
/openbmc/linux/net/core/ |
H A D | sock.c | 550 const int nested, unsigned int trim_cap, bool refcounted) in __sk_receive_skb() argument 584 if (refcounted) in __sk_receive_skb()
|
H A D | filter.c | 6632 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 D | Kconfig | 843 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 D | credentials.rst | 251 (groups, keys, LSM security) a refcounted structure of type 'struct cred'.
|
/openbmc/linux/Documentation/bpf/ |
H A D | kfuncs.rst | 184 refcounted object. The verifier will then ensure that the pointer to the object
|
H A D | verifier.rst | 141 Pointer to struct bpf_sock_ops, implicitly refcounted.
|
/openbmc/qemu/docs/interop/ |
H A D | qcow2.txt | 110 not refcounted. The offset field in the
|
/openbmc/linux/lib/ |
H A D | Kconfig.debug | 1669 goes completely against the principles of a refcounted object.
|