Searched refs:RB_PROTOTYPE (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215.81.4/bsd/tests/ |
| H A D | tree_tests_sysctl.c | 79 RB_PROTOTYPE(_rb_test_tree, rbt_test_node, link, rbt_cmp)
|
| /xnu-11215.81.4/bsd/skywalk/namespace/ |
| H A D | flowidns.c | 97 RB_PROTOTYPE(flowidns_flowid_tree, flowidns_flowid_tree_node, fftn_link,
|
| H A D | netns.c | 118 RB_PROTOTYPE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);
|
| /xnu-11215.81.4/san/memory/ |
| H A D | kasan_dynamic_blacklist.c | 185 RB_PROTOTYPE(range_tree, range_tree_entry, tree, range_tree_cmp);
|
| /xnu-11215.81.4/libkern/libkern/ |
| H A D | tree.h | 426 #define RB_PROTOTYPE(name, type, field, cmp) \ macro 787 RB_PROTOTYPE(name, type, field, cmp) \
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | posix_shm.c | 178 RB_PROTOTYPE(pshmhead, internal_pshminfo, pshm_links, pshm_compare)
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | pfvar.h | 1250 RB_PROTOTYPE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare); 1251 RB_PROTOTYPE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
|
| H A D | dlil.c | 518 RB_PROTOTYPE(ifnet_fc_tree, ifnet_fc_entry, ifce_entry, ifce_cmp);
|
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | tcp_var.h | 233 RB_PROTOTYPE(tcp_seg_sent_tree_head, tcp_seg_sent, seg_link, tcp_seg_cmp)
|
| H A D | in_pcb.c | 319 RB_PROTOTYPE(inp_fc_tree, inpcb, infc_link, infc_cmp);
|
| H A D | flow_divert.c | 196 RB_PROTOTYPE(fd_pcb_tree, flow_divert_pcb, rb_link, flow_divert_pcb_cmp);
|
| /xnu-11215.81.4/osfmk/arm/pmap/ |
| H A D | pmap.c | 13508 RB_PROTOTYPE(pmap_cs_profiles_rbtree, _pmap_cs_profile, link, pmap_cs_profiles_rbtree_compare);
|