Home
last modified time | relevance | path

Searched refs:RB_PROTOTYPE_PREV (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.81.4/bsd/skywalk/namespace/
H A Dprotons.c76 RB_PROTOTYPE_PREV(protons_token_tree, protons_token, pt_link, pt_cmp);
H A Dnetns.c162 RB_PROTOTYPE_PREV(netns_namespaces_tree, ns, ns_link, ns_cmp);
/xnu-12377.81.4/libkern/libkern/
H A Dtree.h786 #define RB_PROTOTYPE_PREV(name, type, field, cmp) \ macro
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c57 RB_PROTOTYPE_PREV(flow_mgr_tree, flow_mgr, fm_link, fm_cmp);
/xnu-12377.81.4/osfmk/kern/
H A Dmachine.c725 RB_PROTOTYPE_PREV(io_timeout_override, io_timeout_override_entry, tree, io_timeout_override_cmp);
/xnu-12377.81.4/bsd/skywalk/mem/
H A Dskmem_region.c143 RB_PROTOTYPE_PREV(segtfreehead, sksegment, sg_node, sksegment_cmp);
/xnu-12377.81.4/bsd/net/
H A Dnecp_client.c493 RB_PROTOTYPE_PREV(_necp_client_flow_tree, necp_client_flow_registration, client_link, necp_client_f…
608 RB_PROTOTYPE_PREV(_necp_client_tree, necp_client, link, necp_client_id_cmp);
612 RB_PROTOTYPE_PREV(_necp_client_global_tree, necp_client, global_link, necp_client_id_cmp);
616 RB_PROTOTYPE_PREV(_necp_fd_flow_tree, necp_client_flow_registration, fd_link, necp_client_flow_id_c…
620 RB_PROTOTYPE_PREV(_necp_client_flow_global_tree, necp_client_flow_registration, global_link, necp_c…