Home
last modified time | relevance | path

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

12

/xnu-8796.121.2/iokit/IOKit/
H A DIOStatisticsPrivate.h169 typedef RB_HEAD(DependencyTree, IOWorkLoopDependency) DependencyTreeHead;
202 typedef RB_HEAD(KextTree, KextNode) KextTreeHead;
207 typedef RB_HEAD(KextAddressTree, KextNode) KextAddressTreeHead;
212 typedef RB_HEAD(ClassTree, ClassNode) ClassTreeHead;
/xnu-8796.121.2/tools/lldbmacros/kmemory/
H A Dvm.py15 RB_HEAD,
34 self.rb = RB_HEAD(
/xnu-8796.121.2/osfmk/vm/
H A Dvm_map_store.h51 RB_HEAD(rb_head, vm_map_store);
/xnu-8796.121.2/bsd/netinet/
H A Dflow_divert.h66 RB_HEAD(fd_pcb_tree, flow_divert_pcb);
H A Din_var.h273 RB_HEAD(ip_msource_tree, ip_msource); /* define struct ip_msource_tree */
H A Din_pcb.c310 RB_HEAD(inp_fc_tree, inpcb) inp_fc_tree;
/xnu-8796.121.2/tools/lldbmacros/core/
H A Dcollections.py305 class RB_HEAD(object): class
508 return RB_HEAD(rbh_root_value, link_field, None).iter()
775 RB_HEAD.__name__,
/xnu-8796.121.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h79 RB_HEAD(flow_owner_tree, flow_owner);
110 RB_HEAD(flow_entry_id_tree, flow_entry);
499 RB_HEAD(flow_route_tree, flow_route);
534 RB_HEAD(flow_route_id_tree, flow_route);
H A Dflow_manager.c56 RB_HEAD(flow_mgr_tree, flow_mgr);
/xnu-8796.121.2/bsd/net/
H A Dpfvar.h1219 RB_HEAD(pf_anchor_global, pf_anchor);
1220 RB_HEAD(pf_anchor_node, pf_anchor);
1328 RB_HEAD(pfr_ktablehead, pfr_ktable);
1354 RB_HEAD(pf_state_tree_lan_ext, pf_state_key);
1358 RB_HEAD(pf_state_tree_ext_gwy, pf_state_key);
1362 RB_HEAD(pfi_ifhead, pfi_kif);
2149 RB_HEAD(pf_src_tree, pf_src_node);
2154 RB_HEAD(pf_state_tree_id, pf_state);
H A Dif_var_private.h553 RB_HEAD(ll_reach_tree, if_llreach); /* define struct ll_reach_tree */
H A Dnecp_client.c465 RB_HEAD(_necp_client_flow_tree, necp_client_flow_registration);
574 RB_HEAD(_necp_client_tree, necp_client);
578 RB_HEAD(_necp_client_global_tree, necp_client);
582 RB_HEAD(_necp_fd_flow_tree, necp_client_flow_registration);
586 RB_HEAD(_necp_client_flow_global_tree, necp_client_flow_registration);
H A Dpf_norm.c147 static RB_HEAD(pf_frag_tree, pf_fragment) pf_frag_tree, pf_cache_tree;
/xnu-8796.121.2/bsd/skywalk/mem/
H A Dskmem_region_var.h255 RB_HEAD(segtfreehead, sksegment) skr_seg_tfree; /* free tree */
/xnu-8796.121.2/bsd/skywalk/namespace/
H A Dflowidns.c96 RB_HEAD(flowidns_flowid_tree, flowidns_flowid_tree_node);
H A Dprotons.c74 RB_HEAD(protons_token_tree, protons_token);
H A Dnetns.c117 RB_HEAD(ns_reservation_tree, ns_reservation);
155 RB_HEAD(netns_namespaces_tree, ns) netns_namespaces =
/xnu-8796.121.2/san/memory/
H A Dkasan_dynamic_blacklist.c184 RB_HEAD(range_tree, range_tree_entry) range_tree_root;
/xnu-8796.121.2/bsd/kern/
H A Dposix_shm.c175 RB_HEAD(pshmhead, internal_pshminfo) pshm_head;
/xnu-8796.121.2/bsd/netinet6/
H A Dnd6.h626 RB_HEAD(prproxy_sols_tree, nd6_prproxy_soltgt);
H A Din6_var.h897 RB_HEAD(ip6_msource_tree, ip6_msource);
/xnu-8796.121.2/osfmk/kern/
H A Dmachine.c700 static RB_HEAD(io_timeout_override, io_timeout_override_entry) io_timeout_override_root;
/xnu-8796.121.2/libkern/libkern/
H A Dtree.h339 #define RB_HEAD(name, type) \ macro
/xnu-8796.121.2/bsd/skywalk/nexus/
H A Dnexus.c51 RB_HEAD(kern_nexus_tree, kern_nexus);
/xnu-8796.121.2/osfmk/arm/pmap/
H A Dpmap.c12715 RB_HEAD(pmap_cs_profiles_rbtree, _pmap_cs_profile) pmap_cs_registered_profiles;

12