Searched refs:RB_GENERATE (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map_store_rb.c31 RB_GENERATE(rb_head, vm_map_store, entry, rb_node_compare);
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ruleset.c136 RB_GENERATE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
137 RB_GENERATE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
H A Dpf_if.c111 RB_GENERATE(pfi_ifhead, pfi_kif, pfik_tree, pfi_if_compare);
H A Dpf.c468 RB_GENERATE(pf_src_tree, pf_src_node, entry, pf_src_compare);
469 RB_GENERATE(pf_state_tree_lan_ext, pf_state_key,
471 RB_GENERATE(pf_state_tree_ext_gwy, pf_state_key,
473 RB_GENERATE(pf_state_tree_id, pf_state,
H A Dpf_norm.c147 RB_GENERATE(pf_frag_tree, pf_fragment, fr_entry, pf_frag_compare); variable
H A Dpf_table.c205 RB_GENERATE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp88 RB_GENERATE(IOStatistics::KextTree, KextNode, link, kextNodeCompare);
104 RB_GENERATE(IOStatistics::KextAddressTree, KextNode, addressLink, kextAddressNodeCompare);
119 RB_GENERATE(IOStatistics::ClassTree, ClassNode, tLink, classNodeCompare);
132 RB_GENERATE(IOWorkLoopCounter::DependencyTree, IOWorkLoopDependency, link, IOWorkLoopCounter::loadTagCompare);
/darwin-on-arm/xnu/libkern/libkern/
H A Dtree.h436 #define RB_GENERATE(name, type, field, cmp) \ macro
749 RB_GENERATE(name, type, field, cmp) \
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c214 RB_GENERATE(inp_fc_tree, inp_fc_entry, infc_link, infc_cmp);

Completed in 48 milliseconds