Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnet_namespace.h358 bool refcounted, in __netns_tracker_alloc() argument
362 ref_tracker_alloc(refcounted ? &net->refcnt_tracker : in __netns_tracker_alloc()
376 bool refcounted) in __netns_tracker_free() argument
379 ref_tracker_free(refcounted ? &net->refcnt_tracker : in __netns_tracker_free()
H A Dsock.h2006 unsigned int trim_cap, bool refcounted);
/linux/net/dccp/
H A Dipv4.c
H A Dipv6.c
/linux/Documentation/mm/
H A Dpage_frags.rst7 fragments within that page are individually refcounted, in the page's
/linux/net/ipv6/
H A Dtcp_ipv6.c1719 bool refcounted;
1753 &refcounted);
1794 refcounted = true;
1884 if (refcounted)
1913 if (refcounted)
1949 refcounted = false;
1764 bool refcounted; global() local
/linux/net/mac80211/
H A Dieee80211_i.h2497 bool refcounted);
2501 bool refcounted);
2504 bool refcounted);
2507 bool refcounted);
/linux/Documentation/filesystems/
H A Dmount_api.rst191 structure is not refcounted.
467 filesystem contexts are not refcounted, so this causes unconditional
/linux/Documentation/core-api/
H A Dpin_user_pages.rst251 pages: the head page is refcounted once for each tail or head page in the huge
/linux/net/ipv4/
H A Dudp.c2675 bool refcounted; in __udp4_lib_rcv() local
2705 &refcounted, udp_ehashfn); in __udp4_lib_rcv()
2717 if (refcounted) in __udp4_lib_rcv()
/linux/net/core/
H A Dsock.c553 const int nested, unsigned int trim_cap, bool refcounted) in __sk_receive_skb() argument
594 if (refcounted) in __sk_receive_skb()
H A Dfilter.c6867 bool refcounted = false; in sk_lookup() local
6878 dif, sdif, &refcounted); in sk_lookup()
6892 dif, sdif, &refcounted); in sk_lookup()
6902 if (unlikely(sk && !refcounted && !sock_flag(sk, SOCK_RCU_FREE))) { in sk_lookup()
/linux/Documentation/security/
H A Dcredentials.rst251 (groups, keys, LSM security) a refcounted structure of type 'struct cred'.
/linux/init/
H A DKconfig891 be refcounted in the [20..39]% bucket and will set the bucket clamp
894 that task will be refcounted in the same bucket of the first task and
897 (20% in the example above) when there are no more tasks refcounted in
/linux/lib/
H A DKconfig.debug1737 goes completely against the principles of a refcounted object.
/linux/kernel/bpf/
H A Dverifier.c23861 aux->ctx_arg_info[i].ref_obj_id = aux->ctx_arg_info[i].refcounted ? in do_check_common()
24071 if (st_ops_desc->arg_info[member_idx].info->refcounted) { in check_struct_ops_btf_id()