| /xnu-12377.1.9/bsd/tests/ |
| H A D | tree_tests_sysctl.c | 102 RB_INSERT(_rb_test_tree, tree, node); in rb_tree_insert_nodes()
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | pf_ruleset.c | 371 if ((dup = RB_INSERT(pf_anchor_global, &pf_anchors, anchor)) != in pf_find_or_create_ruleset() 383 if ((dup = RB_INSERT(pf_anchor_node, &parent->children, in pf_find_or_create_ruleset()
|
| H A D | if_llreach.c | 330 RB_INSERT(ll_reach_tree, &ifp->if_ll_srcs, lr); in ifnet_llreach_alloc()
|
| H A D | pf_if.c | 164 RB_INSERT(pfi_ifhead, &pfi_ifs, kif); in pfi_kif_get()
|
| H A D | pf_norm.c | 608 RB_INSERT(pf_frag_tree, &pf_frag_tree, *frag); in pf_reassemble() 850 RB_INSERT(pf_frag_tree, &pf_cache_tree, *frag); in pf_fragcache() 1239 RB_INSERT(pf_frag_tree, &pf_frag_tree, *frag); in pf_reassemble6() 1552 RB_INSERT(pf_frag_tree, &pf_cache_tree, *frag); in pf_frag6cache()
|
| H A D | necp_client.c | 2095 RB_INSERT(_necp_client_tree, &clients_to_close, client); in necpop_close() 3636 RB_INSERT(_necp_client_flow_tree, &client->flow_registrations, new_registration); in necp_client_create_flow_registration() 3639 RB_INSERT(_necp_fd_flow_tree, &fd_data->flows, new_registration); in necp_client_create_flow_registration() 3643 RB_INSERT(_necp_client_flow_global_tree, &necp_client_flow_global_tree, new_registration); in necp_client_create_flow_registration() 8109 RB_INSERT(_necp_client_tree, &fd_data->clients, client); in necp_client_add() 8112 RB_INSERT(_necp_client_global_tree, &necp_client_global_tree, client); in necp_client_add() 8202 RB_INSERT(_necp_client_tree, &fd_data->clients, client); in necp_client_claim()
|
| /xnu-12377.1.9/iokit/Kernel/ |
| H A D | IOStatistics.cpp | 244 RB_INSERT(KextTree, &kextHead, ke); in onKextLoad() 245 RB_INSERT(KextAddressTree, &kextAddressHead, ke); in onKextLoad() 359 RB_INSERT(ClassTree, &classHead, ce); in onClassAdded() 607 …if (NULL == RB_INSERT(IOWorkLoopCounter::DependencyTree, &wlc->dependencyHead, nextWorkLoopDepende… in attachWorkLoopEventSource()
|
| /xnu-12377.1.9/bsd/skywalk/namespace/ |
| H A D | flowidns.c | 170 dup = RB_INSERT(flowidns_flowid_tree, in flowidns_allocate_flowid()
|
| H A D | protons.c | 200 dup = RB_INSERT(protons_token_tree, &protons_tokens, pt); in protons_reserve_locked()
|
| H A D | netns.c | 493 RB_INSERT(netns_namespaces_tree, &netns_namespaces, namespace); in _netns_get_ns() 582 exist = RB_INSERT(ns_reservation_tree, &namespace->ns_reservations, in _netns_reserve_common()
|
| /xnu-12377.1.9/san/memory/ |
| H A D | kasan_dynamic_denylist.c | 221 RB_INSERT(range_tree, &range_tree_root, e); in kasan_dyn_denylist_load_kext()
|
| /xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_owner.c | 414 RB_INSERT(flow_owner_tree, &fob->fob_owner_head, fo); in flow_owner_alloc()
|
| H A D | flow_route.c | 718 RB_INSERT(flow_route_tree, &frb->frb_head, fr); in flow_route_find() 719 RB_INSERT(flow_route_id_tree, &frib->frib_head, fr); in flow_route_find()
|
| H A D | flow_entry.c | 671 RB_INSERT(flow_entry_id_tree, &fo->fo_flow_entry_id_head, fe); in flow_entry_alloc()
|
| H A D | flow_manager.c | 236 RB_INSERT(flow_mgr_tree, &flow_mgr_head, fm); in flow_mgr_create()
|
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_map_store_rb.c | 94 if ((tmp_store = RB_INSERT( rb_head, rbh, store )) != NULL) { in vm_map_store_entry_link_rb()
|
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | in6_mcast.c | 674 RB_INSERT(ip6_msource_tree, &inm->in6m_srcs, nims); in in6m_record_source() 723 RB_INSERT(ip6_msource_tree, &imf->im6f_sources, in im6f_get_source() 757 RB_INSERT(ip6_msource_tree, &imf->im6f_sources, in im6f_graft() 932 RB_INSERT(ip6_msource_tree, &inm->in6m_srcs, nims); in in6m_get_source()
|
| H A D | nd6_prproxy.c | 1395 RB_INSERT(prproxy_sols_tree, &pr->ndpr_prproxy_sols, soltgt); in nd6_solsrc_enq()
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | in_mcast.c | 728 RB_INSERT(ip_msource_tree, &inm->inm_srcs, nims); in inm_record_source() 778 RB_INSERT(ip_msource_tree, &imf->imf_sources, in imf_get_source() 812 RB_INSERT(ip_msource_tree, &imf->imf_sources, in imf_graft() 991 RB_INSERT(ip_msource_tree, &inm->inm_srcs, nims); in inm_get_source()
|
| H A D | tcp_subr.c | 4113 struct tcp_seg_sent *not_inserted = RB_INSERT(tcp_seg_sent_tree_head, &tp->t_segs_sent_tree, seg); in tcp_seg_sent_insert_before() 4134 struct tcp_seg_sent *not_inserted = RB_INSERT(tcp_seg_sent_tree_head, &tp->t_segs_sent_tree, seg); in tcp_seg_rto_insert_end() 4171 struct tcp_seg_sent *not_inserted = RB_INSERT(tcp_seg_sent_tree_head, in tcp_seg_sent_insert() 4192 struct tcp_seg_sent *not_inserted = RB_INSERT(tcp_seg_sent_tree_head, &tp->t_segs_sent_tree, seg); in tcp_seg_sent_insert()
|
| H A D | in_pcb.c | 3456 VERIFY(RB_INSERT(inp_fc_tree, &inp_fc_tree, inp) == NULL); in inp_calc_flowhash() 3510 RB_INSERT(inp_fc_tree, &inp_fc_tree, inp); in inp_calc_flowhash()
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | posix_shm.c | 234 conflict = RB_INSERT(pshmhead, &pshm_head, entry); in pshm_cache_add()
|
| /xnu-12377.1.9/bsd/skywalk/mem/ |
| H A D | skmem_region.c | 1736 RB_INSERT(segtfreehead, &skr->skr_seg_tfree, sg); in sksegment_freelist_insert() 1821 RB_INSERT(segtfreehead, &skr->skr_seg_tfree, sg); in sksegment_freelist_remove()
|
| /xnu-12377.1.9/libkern/libkern/ |
| H A D | tree.h | 821 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) macro
|
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | machine.c | 769 if (RB_INSERT(io_timeout_override, root, node)) { in io_increase_timeouts()
|