HomeSort by: relevance | last modified time | path
    Searched refs:RB_REMOVE (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/ufs/chfs/
ebh_misc.h 51 RB_REMOVE(name, head, var); \
62 RB_REMOVE(name, head, var); \
ebh.c 657 le = RB_REMOVE(ltree_rbtree, &ebh->ltree, le);
713 RB_REMOVE(ltree_rbtree, &ebh->ltree, le);
1039 RB_REMOVE(peb_in_use_rbtree, &ebh->in_use, peb);
1796 RB_REMOVE(peb_free_rbtree, &ebh->free, peb);
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_drawable.c 103 RB_REMOVE(drawable_tree, &dev->drw_head,
170 RB_REMOVE(drawable_tree, &dev->drw_head,
  /src/sys/dist/pf/net/
pf_ruleset.c 260 RB_REMOVE(pf_anchor_global, &pf_anchors,
296 RB_REMOVE(pf_anchor_global, &pf_anchors, ruleset->anchor);
298 RB_REMOVE(pf_anchor_node, &parent->children,
pf_if.c 175 RB_REMOVE(pfi_ifhead, &pfi_ifs, p);
261 RB_REMOVE(pfi_ifhead, &pfi_ifs, kif);
pf_norm.c 346 RB_REMOVE(pf_frag_tree, &pf_frag_tree, frag);
350 RB_REMOVE(pf_frag_tree, &pf_cache_tree, frag);
pf.c 1029 RB_REMOVE(pf_src_tree, &tree_src_tracking, cur);
1079 RB_REMOVE(pf_state_tree_id, &tree_id, cur);
3046 RB_REMOVE(pf_state_tree_ext_gwy,
3049 RB_REMOVE(pf_state_tree_lan_ext,
3512 RB_REMOVE(pf_src_tree, &tree_src_tracking, sn);
3519 RB_REMOVE(pf_src_tree, &tree_src_tracking, nsn);
pf_table.c 1866 RB_REMOVE(pfr_ktablehead, &pfr_ktables, kt);
  /src/share/man/man3/
Makefile 278 tree.3 RB_INIT.3 tree.3 RB_INSERT.3 tree.3 RB_REMOVE.3 \
  /src/sys/fs/autofs/
autofs_vnops.c 683 RB_REMOVE(autofs_node_tree, &anp->an_parent->an_children, anp);
  /src/sys/sys/
tree.h 723 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y)
  /src/sys/kern/
sys_aio.c 419 RB_REMOVE(aiost_file_tree, sp->fg_root, fg);

Completed in 23 milliseconds