Home
last modified time | relevance | path

Searched refs:RB_PROTOTYPE (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.1.9/bsd/tests/
H A Dtree_tests_sysctl.c79 RB_PROTOTYPE(_rb_test_tree, rbt_test_node, link, rbt_cmp)
/xnu-12377.1.9/bsd/skywalk/namespace/
H A Dflowidns.c98 RB_PROTOTYPE(flowidns_flowid_tree, flowidns_flowid_tree_node, fftn_link,
H A Dnetns.c124 RB_PROTOTYPE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);
/xnu-12377.1.9/san/memory/
H A Dkasan_dynamic_denylist.c185 RB_PROTOTYPE(range_tree, range_tree_entry, tree, range_tree_cmp);
/xnu-12377.1.9/libkern/libkern/
H A Dtree.h426 #define RB_PROTOTYPE(name, type, field, cmp) \ macro
787 RB_PROTOTYPE(name, type, field, cmp) \
/xnu-12377.1.9/bsd/kern/
H A Dposix_shm.c178 RB_PROTOTYPE(pshmhead, internal_pshminfo, pshm_links, pshm_compare)
/xnu-12377.1.9/bsd/net/
H A Dpfvar.h1250 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 Ddlil.c284 RB_PROTOTYPE(ifnet_fc_tree, ifnet_fc_entry, ifce_entry, ifce_cmp);
/xnu-12377.1.9/bsd/netinet/
H A Dtcp_var.h247 RB_PROTOTYPE(tcp_seg_sent_tree_head, tcp_seg_sent, seg_link, tcp_seg_cmp)
H A Din_pcb.c323 RB_PROTOTYPE(inp_fc_tree, inpcb, infc_link, infc_cmp);
H A Dflow_divert.c196 RB_PROTOTYPE(fd_pcb_tree, flow_divert_pcb, rb_link, flow_divert_pcb_cmp);
/xnu-12377.1.9/osfmk/arm/pmap/
H A Dpmap.c13546 RB_PROTOTYPE(pmap_cs_profiles_rbtree, _pmap_cs_profile, link, pmap_cs_profiles_rbtree_compare);