Searched refs:RB_PROTOTYPE_PREV (Results 1 – 7 of 7) sorted by relevance
| /xnu-8792.61.2/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 | 157 RB_PROTOTYPE_PREV(netns_namespaces_tree, ns, ns_link, ns_cmp);
|
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | machine.c | 693 RB_PROTOTYPE_PREV(io_timeout_override, io_timeout_override_entry, tree, io_timeout_override_cmp);
|
| /xnu-8792.61.2/libkern/libkern/ |
| H A D | tree.h | 782 #define RB_PROTOTYPE_PREV(name, type, field, cmp) \ macro
|
| /xnu-8792.61.2/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-8792.61.2/bsd/net/ |
| H A D | necp_client.c | 466 RB_PROTOTYPE_PREV(_necp_client_flow_tree, necp_client_flow_registration, client_link, necp_client_f… 575 RB_PROTOTYPE_PREV(_necp_client_tree, necp_client, link, necp_client_id_cmp); 579 RB_PROTOTYPE_PREV(_necp_client_global_tree, necp_client, global_link, necp_client_id_cmp); 583 RB_PROTOTYPE_PREV(_necp_fd_flow_tree, necp_client_flow_registration, fd_link, necp_client_flow_id_c… 587 RB_PROTOTYPE_PREV(_necp_client_flow_global_tree, necp_client_flow_registration, global_link, necp_c…
|
| /xnu-8792.61.2/bsd/skywalk/mem/ |
| H A D | skmem_region.c | 141 RB_PROTOTYPE_PREV(segtfreehead, sksegment, sg_node, sksegment_cmp);
|