Symbol: RB_REMOVE
crypto/libressl/crypto/x509/x509_issuer_cache.c
90
RB_REMOVE(x509_issuer_tree, &x509_issuer_cache, old);
crypto/openssh/krl.c
153
RB_REMOVE(revoked_serial_tree, &rc->revoked_serials, rs);
crypto/openssh/krl.c
157
RB_REMOVE(revoked_key_id_tree, &rc->revoked_key_ids, rki);
crypto/openssh/krl.c
175
RB_REMOVE(revoked_blob_tree, &krl->revoked_keys, rb);
crypto/openssh/krl.c
180
RB_REMOVE(revoked_blob_tree, &krl->revoked_sha1s, rb);
crypto/openssh/krl.c
185
RB_REMOVE(revoked_blob_tree, &krl->revoked_sha256s, rb);
crypto/openssh/krl.c
299
RB_REMOVE(revoked_serial_tree, rt, crs);
crypto/openssh/krl.c
312
RB_REMOVE(revoked_serial_tree, rt, crs);
crypto/openssh/srclimit.c
225
if (RB_REMOVE(penalties_by_expiry, by_expiry,
crypto/openssh/srclimit.c
227
RB_REMOVE(penalties_by_addr, by_addr,
crypto/openssh/srclimit.c
326
if (RB_REMOVE(penalties_by_expiry, by_expiry, p) != p ||
crypto/openssh/srclimit.c
327
RB_REMOVE(penalties_by_addr, by_addr, p) != p)
crypto/openssh/srclimit.c
437
if (RB_REMOVE(penalties_by_expiry, by_expiry, existing) != existing)
lib/libdmsg/msg.c
2461
RB_REMOVE(dmsg_state_tree,
lib/libdmsg/msg.c
2465
RB_REMOVE(dmsg_state_tree,
lib/libdmsg/msg.c
2665
RB_REMOVE(dmsg_state_tree,
lib/libdmsg/msg.c
2669
RB_REMOVE(dmsg_state_tree,
lib/libdmsg/msg_lnk.c
1124
RB_REMOVE(h2span_relay_tree, &relay->conn->tree, relay);
lib/libdmsg/msg_lnk.c
1187
RB_REMOVE(h2span_cluster_tree,
lib/libdmsg/msg_lnk.c
679
RB_REMOVE(h2span_link_tree, &node->tree, slink);
lib/libdmsg/msg_lnk.c
681
RB_REMOVE(h2span_node_tree, &cls->tree, node);
lib/libdmsg/msg_lnk.c
683
RB_REMOVE(h2span_cluster_tree,
lib/libevtr/evtr.c
275
RB_REMOVE(id_tree, root, v);
sbin/fsck_hammer2/test.c
445
RB_REMOVE(blockref_tree, root, e);
sbin/hammer/cmd_blockmap.c
543
RB_REMOVE(collect_rb_tree, &CollectTree, collect);
sbin/hammer/cmd_dedup.c
241
RB_REMOVE(sim_dedup_entry_rb_tree, &sim_dedup_tree, sim_de);
sbin/hammer/cmd_dedup.c
343
RB_REMOVE(sha_dedup_entry_rb_tree,
sbin/hammer/cmd_dedup.c
354
RB_REMOVE(dedup_entry_rb_tree, &dedup_tree, de);
sbin/hammer/cmd_dedup.c
429
RB_REMOVE(sim_dedup_entry_rb_tree,
sbin/hammer/cmd_dedup.c
539
RB_REMOVE(sha_dedup_entry_rb_tree,
sbin/hammer/cmd_dedup.c
545
RB_REMOVE(dedup_entry_rb_tree, &dedup_tree, de);
sbin/hammer/cmd_recover.c
891
RB_REMOVE(bigblock_rb_tree, &ZoneTree, b);
sys/dev/disk/xdisk/xdisk.c
656
RB_REMOVE(xa_softc_tree, &xa_device_tree, sc);
sys/kern/kern_dmsg.c
1083
RB_REMOVE(kdmsg_state_tree,
sys/kern/kern_dmsg.c
1088
RB_REMOVE(kdmsg_state_tree,
sys/kern/kern_dmsg.c
1678
RB_REMOVE(kdmsg_state_tree,
sys/kern/kern_dmsg.c
1683
RB_REMOVE(kdmsg_state_tree,
sys/net/ipfw/ip_fw2.c
1109
RB_REMOVE(ipfw_state_tree, &ctx->ipfw_state_tree, s);
sys/net/ipfw/ip_fw2.c
2271
RB_REMOVE(ipfw_track_tree, &ctx->ipfw_track_tree, t);
sys/net/ipfw/ip_fw2.c
2290
RB_REMOVE(ipfw_trkcnt_tree,
sys/net/ipfw3_basic/ip_fw3_state.c
367
RB_REMOVE(fw3_state_tree, &state_ctx->rb_icmp_in, s);
sys/net/ipfw3_basic/ip_fw3_state.c
373
RB_REMOVE(fw3_state_tree, &state_ctx->rb_icmp_out, s);
sys/net/ipfw3_basic/ip_fw3_state.c
379
RB_REMOVE(fw3_state_tree, &state_ctx->rb_tcp_in, s);
sys/net/ipfw3_basic/ip_fw3_state.c
385
RB_REMOVE(fw3_state_tree, &state_ctx->rb_tcp_out, s);
sys/net/ipfw3_basic/ip_fw3_state.c
391
RB_REMOVE(fw3_state_tree, &state_ctx->rb_udp_in, s);
sys/net/ipfw3_basic/ip_fw3_state.c
397
RB_REMOVE(fw3_state_tree, &state_ctx->rb_udp_out, s);
sys/net/ipfw3_basic/ip_fw3_state.c
547
RB_REMOVE(fw3_state_tree, &state_ctx->rb_icmp_in, s);
sys/net/ipfw3_basic/ip_fw3_state.c
553
RB_REMOVE(fw3_state_tree, &state_ctx->rb_icmp_out, s);
sys/net/ipfw3_basic/ip_fw3_state.c
559
RB_REMOVE(fw3_state_tree, &state_ctx->rb_tcp_in, s);
sys/net/ipfw3_basic/ip_fw3_state.c
565
RB_REMOVE(fw3_state_tree, &state_ctx->rb_tcp_out, s);
sys/net/ipfw3_basic/ip_fw3_state.c
571
RB_REMOVE(fw3_state_tree, &state_ctx->rb_udp_in, s);
sys/net/ipfw3_basic/ip_fw3_state.c
577
RB_REMOVE(fw3_state_tree, &state_ctx->rb_udp_out, s);
sys/net/ipfw3_basic/ip_fw3_state.c
641
RB_REMOVE(fw3_state_tree, &state_ctx->rb_icmp_in, s);
sys/net/ipfw3_basic/ip_fw3_state.c
647
RB_REMOVE(fw3_state_tree, &state_ctx->rb_icmp_out, s);
sys/net/ipfw3_basic/ip_fw3_state.c
653
RB_REMOVE(fw3_state_tree, &state_ctx->rb_tcp_in, s);
sys/net/ipfw3_basic/ip_fw3_state.c
659
RB_REMOVE(fw3_state_tree, &state_ctx->rb_tcp_out, s);
sys/net/ipfw3_basic/ip_fw3_state.c
665
RB_REMOVE(fw3_state_tree, &state_ctx->rb_udp_in, s);
sys/net/ipfw3_basic/ip_fw3_state.c
671
RB_REMOVE(fw3_state_tree, &state_ctx->rb_udp_out, s);
sys/net/ipfw3_nat/ip_fw3_nat.c
801
RB_REMOVE(state_tree, &nat->rb_icmp_out, s);
sys/net/ipfw3_nat/ip_fw3_nat.c
816
RB_REMOVE(state_tree, &nat->rb_tcp_out, s);
sys/net/ipfw3_nat/ip_fw3_nat.c
830
RB_REMOVE(state_tree, &nat->rb_udp_out, s);
sys/net/ipfw3_nat/ip_fw3_nat.c
944
RB_REMOVE(state_tree, &nat->rb_icmp_out, s);
sys/net/ipfw3_nat/ip_fw3_nat.c
963
RB_REMOVE(state_tree, &nat->rb_tcp_out, s);
sys/net/ipfw3_nat/ip_fw3_nat.c
981
RB_REMOVE(state_tree, &nat->rb_udp_out, s);
sys/net/pf/pf.c
1441
RB_REMOVE(pf_src_tree, &tree_src_tracking[cpu], cur);
sys/net/pf/pf.c
1497
RB_REMOVE(pf_state_tree_id, &tree_id[cpu], cur);
sys/net/pf/pf.c
4311
RB_REMOVE(pf_src_tree, &tree_src_tracking[cpu], sn);
sys/net/pf/pf.c
4317
RB_REMOVE(pf_src_tree, &tree_src_tracking[cpu], nsn);
sys/net/pf/pf.c
985
RB_REMOVE(pf_state_tree, &pf_statetbl[cpu], s->key[idx]);
sys/net/pf/pf_if.c
154
RB_REMOVE(pfi_ifhead, &pfi_ifs, kif);
sys/net/pf/pf_if.c
252
RB_REMOVE(pfi_ifhead, &pfi_ifs, kif);
sys/net/pf/pf_norm.c
320
RB_REMOVE(pf_frag_tree, &pf_frag_tree[cpu], frag);
sys/net/pf/pf_norm.c
324
RB_REMOVE(pf_frag_tree, &pf_cache_tree[cpu], frag);
sys/net/pf/pf_ruleset.c
257
RB_REMOVE(pf_anchor_global, &pf_anchors,
sys/net/pf/pf_ruleset.c
293
RB_REMOVE(pf_anchor_global, &pf_anchors, ruleset->anchor);
sys/net/pf/pf_ruleset.c
295
RB_REMOVE(pf_anchor_node, &parent->children,
sys/net/pf/pf_table.c
1830
RB_REMOVE(pfr_ktablehead, &pfr_ktables, kt);
sys/vfs/autofs/autofs_vnops.c
556
RB_REMOVE(autofs_node_tree, &anp->an_parent->an_children, anp);
sys/vfs/fuse/fuse_node.c
84
RB_REMOVE(fuse_node_tree, &fmp->node_head, fnp);
sys/vfs/hammer/hammer_blockmap.c
669
RB_REMOVE(hammer_res_rb_tree, &hmp->rb_resv_root, resv);
sys/vfs/hammer/hammer_flusher.c
510
RB_REMOVE(hammer_mod_rb_tree, io->mod_root, io);
sys/vfs/hammer/hammer_inode.c
1224
RB_REMOVE(hammer_pfs_rb_tree, &hmp->rb_pfsm_root, pfsm);
sys/vfs/hammer/hammer_inode.c
1542
RB_REMOVE(hammer_redo_rb_tree, &hmp->rb_redo_root, ip);
sys/vfs/hammer/hammer_inode.c
1545
RB_REMOVE(hammer_ino_rb_tree, &hmp->rb_inos_root, ip);
sys/vfs/hammer/hammer_inode.c
1596
RB_REMOVE(hammer_fls_rb_tree, &ip->flush_group->flush_tree, ip);
sys/vfs/hammer/hammer_inode.c
2630
RB_REMOVE(hammer_fls_rb_tree, &ip->flush_group->flush_tree, ip);
sys/vfs/hammer/hammer_io.c
1044
RB_REMOVE(hammer_mod_rb_tree, io->mod_root, io);
sys/vfs/hammer/hammer_io.c
989
RB_REMOVE(hammer_mod_rb_tree, io->mod_root, io);
sys/vfs/hammer/hammer_object.c
413
RB_REMOVE(hammer_rec_rb_tree,
sys/vfs/hammer/hammer_ondisk.c
1011
RB_REMOVE(hammer_mod_rb_tree,
sys/vfs/hammer/hammer_ondisk.c
1078
RB_REMOVE(hammer_buf_rb_tree,
sys/vfs/hammer/hammer_ondisk.c
1538
RB_REMOVE(hammer_nod_rb_tree, &node->hmp->rb_nods_root, node);
sys/vfs/hammer/hammer_ondisk.c
393
RB_REMOVE(hammer_vol_rb_tree, &hmp->rb_vols_root, volume);
sys/vfs/hammer/hammer_ondisk.c
652
RB_REMOVE(hammer_mod_rb_tree,
sys/vfs/hammer/hammer_recover.c
732
RB_REMOVE(hammer_rterm_rb_tree, &rterm_root, rterm);
sys/vfs/hammer/hammer_redo.c
359
RB_REMOVE(hammer_redo_rb_tree, &hmp->rb_redo_root, ip);
sys/vfs/hammer/hammer_undo.c
452
RB_REMOVE(hammer_und_rb_tree, &hmp->rb_undo_root, node);
sys/vfs/hammer2/hammer2_chain.c
3556
RB_REMOVE(hammer2_chain_tree, &parent->core.rbtree, chain);
sys/vfs/hammer2/hammer2_chain.c
3623
RB_REMOVE(hammer2_chain_tree, &parent->core.rbtree, chain);
sys/vfs/hammer2/hammer2_chain.c
623
RB_REMOVE(hammer2_chain_tree,
sys/vfs/tmpfs/tmpfs_subr.c
648
RB_REMOVE(tmpfs_dirtree, &dnode->tn_dir.tn_dirtree, de);
sys/vfs/tmpfs/tmpfs_subr.c
649
RB_REMOVE(tmpfs_dirtree_cookie, &dnode->tn_dir.tn_cookietree, de);
sys/vfs/tmpfs/tmpfs_vnops.c
1390
RB_REMOVE(tmpfs_dirtree, &fdnode->tn_dir.tn_dirtree, de);
sys/vfs/tmpfs/tmpfs_vnops.c
1391
RB_REMOVE(tmpfs_dirtree_cookie,
sys/vm/swap_pager.c
2305
RB_REMOVE(swblock_rb_tree, &object->swblock_root, swap);
sys/vm/vm_vmspace.c
643
RB_REMOVE(vmspace_rb_tree, &vkp->root, ve);
usr.bin/systat/netbw.c
195
RB_REMOVE(mytcpcb_tree, &mytcp_tree, mytcp);
usr.bin/systat/netbw.c
306
RB_REMOVE(mytcpcb_tree, &mytcp_tree, delm);
usr.bin/systat/netbw.c
324
RB_REMOVE(mytcpcb_tree, &mytcp_tree, delm);
usr.bin/systat/pftop.c
215
RB_REMOVE(mypfstate_tree, &mypf_tree, mypf);
usr.bin/systat/pftop.c
323
RB_REMOVE(mypfstate_tree, &mypf_tree, delm);
usr.bin/systat/pftop.c
339
RB_REMOVE(mypfstate_tree, &mypf_tree, delm);
usr.bin/undo/undo.c
546
RB_REMOVE(undo_hist_entry_rb_tree, tree, tse);
usr.sbin/makefs/hammer2/hammer2_chain.c
3562
RB_REMOVE(hammer2_chain_tree, &parent->core.rbtree, chain);
usr.sbin/makefs/hammer2/hammer2_chain.c
3629
RB_REMOVE(hammer2_chain_tree, &parent->core.rbtree, chain);
usr.sbin/makefs/hammer2/hammer2_chain.c
629
RB_REMOVE(hammer2_chain_tree,