Searched refs:RB_PROTOTYPE_PREV (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.140.41/bsd/skywalk/namespace/ |
| H A D | protons.c | 75 RB_PROTOTYPE_PREV(protons_token_tree, protons_token, pt_link, pt_cmp);
|
| H A D | netns.c | 156 RB_PROTOTYPE_PREV(netns_namespaces_tree, ns, ns_link, ns_cmp);
|
| /xnu-8020.140.41/libkern/libkern/ |
| H A D | tree.h | 782 #define RB_PROTOTYPE_PREV(name, type, field, cmp) \ macro
|
| /xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 56 RB_PROTOTYPE_PREV(flow_mgr_tree, flow_mgr, fm_link, fm_cmp);
|
| /xnu-8020.140.41/bsd/net/ |
| H A D | necp_client.c | 462 RB_PROTOTYPE_PREV(_necp_client_flow_tree, necp_client_flow_registration, client_link, necp_client_f… 565 RB_PROTOTYPE_PREV(_necp_client_tree, necp_client, link, necp_client_id_cmp); 569 RB_PROTOTYPE_PREV(_necp_client_global_tree, necp_client, global_link, necp_client_id_cmp); 573 RB_PROTOTYPE_PREV(_necp_fd_flow_tree, necp_client_flow_registration, fd_link, necp_client_flow_id_c… 577 RB_PROTOTYPE_PREV(_necp_client_flow_global_tree, necp_client_flow_registration, global_link, necp_c…
|
| /xnu-8020.140.41/bsd/skywalk/mem/ |
| H A D | skmem_region.c | 141 RB_PROTOTYPE_PREV(segtfreehead, sksegment, sg_node, sksegment_cmp);
|