Searched refs:RB_PROTOTYPE_PREV (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.81.4/bsd/skywalk/namespace/ |
| H A D | protons.c | 76 RB_PROTOTYPE_PREV(protons_token_tree, protons_token, pt_link, pt_cmp);
|
| H A D | netns.c | 162 RB_PROTOTYPE_PREV(netns_namespaces_tree, ns, ns_link, ns_cmp);
|
| /xnu-12377.81.4/libkern/libkern/ |
| H A D | tree.h | 786 #define RB_PROTOTYPE_PREV(name, type, field, cmp) \ macro
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 57 RB_PROTOTYPE_PREV(flow_mgr_tree, flow_mgr, fm_link, fm_cmp);
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | machine.c | 725 RB_PROTOTYPE_PREV(io_timeout_override, io_timeout_override_entry, tree, io_timeout_override_cmp);
|
| /xnu-12377.81.4/bsd/skywalk/mem/ |
| H A D | skmem_region.c | 143 RB_PROTOTYPE_PREV(segtfreehead, sksegment, sg_node, sksegment_cmp);
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | necp_client.c | 493 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…
|