Symbol: RB_ROOT
crypto/openssh/openbsd-compat/sys-tree.h
325
#define RB_EMPTY(head) (RB_ROOT(head) == NULL)
crypto/openssh/openbsd-compat/sys-tree.h
456
elm != RB_ROOT(head)) { \
crypto/openssh/openbsd-compat/sys-tree.h
486
elm = RB_ROOT(head); \
crypto/openssh/openbsd-compat/sys-tree.h
518
elm = RB_ROOT(head); \
crypto/openssh/openbsd-compat/sys-tree.h
553
RB_ROOT(head) = child; \
crypto/openssh/openbsd-compat/sys-tree.h
564
RB_ROOT(head) = elm; \
crypto/openssh/openbsd-compat/sys-tree.h
587
RB_ROOT(head) = child; \
crypto/openssh/openbsd-compat/sys-tree.h
601
tmp = RB_ROOT(head); \
crypto/openssh/openbsd-compat/sys-tree.h
620
RB_ROOT(head) = elm; \
crypto/openssh/openbsd-compat/sys-tree.h
629
struct type *tmp = RB_ROOT(head); \
crypto/openssh/openbsd-compat/sys-tree.h
647
struct type *tmp = RB_ROOT(head); \
crypto/openssh/openbsd-compat/sys-tree.h
711
struct type *tmp = RB_ROOT(head); \
sys/compat/linuxkpi/common/include/linux/rbtree.h
204
#define RB_ROOT_CACHED (struct rb_root_cached) { RB_ROOT, NULL }
sys/dev/drm2/ttm/ttm_bo_vm.c
79
bo = RB_ROOT(&bdev->addr_space_rb);
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
503
priv->mfunc.master.res_tracker.res_tree[i] = RB_ROOT;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
407
dev->sriov.sl_id_map = RB_ROOT;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
1057
ctx->mcg_table = RB_ROOT;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
594
dev->priv.page_root = RB_ROOT;
sys/net/if_ovpn.c
354
return (RB_ROOT(&sc->peers));
sys/netpfil/pf/pf_ioctl.c
1888
while ((pfsr = RB_ROOT(&pfsrlim->pfsrlim_sources)) != NULL) {
sys/ofed/drivers/infiniband/core/ib_cm.c
4206
cm.listen_service_table = RB_ROOT;
sys/ofed/drivers/infiniband/core/ib_cm.c
4208
cm.remote_id_table = RB_ROOT;
sys/ofed/drivers/infiniband/core/ib_cm.c
4209
cm.remote_qp_table = RB_ROOT;
sys/ofed/drivers/infiniband/core/ib_cm.c
4210
cm.remote_sidr_table = RB_ROOT;
sys/ofed/drivers/infiniband/core/ib_multicast.c
834
port->table = RB_ROOT;
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
1064
uverbs_dev->xrcd_tree = RB_ROOT;
sys/sys/tree.h
1000
struct type *tmp = RB_ROOT(head); \
sys/sys/tree.h
349
#define RB_EMPTY(head) (RB_ROOT(head) == NULL)
sys/sys/tree.h
385
RB_ROOT(head) = (in); \
sys/sys/tree.h
857
struct type **tmpp = &RB_ROOT(head); \
sys/sys/tree.h
878
struct type *tmp = RB_ROOT(head); \
sys/sys/tree.h
897
struct type *tmp = RB_ROOT(head); \
tests/sys/sys/rb_test.c
101
tmp = RB_ROOT(&root);
tests/sys/sys/rb_test.c
98
tmp = RB_ROOT(&root);
usr.sbin/ypldap/ypldap.c
156
while ((ue = RB_ROOT(env->sc_user_names_t)) != NULL) {
usr.sbin/ypldap/ypldap.c
165
while ((ge = RB_ROOT(env->sc_group_names_t))
usr.sbin/ypldap/ypldap.c
305
while ((ue = RB_ROOT(env->sc_user_names)) != NULL) {
usr.sbin/ypldap/ypldap.c
318
while ((ge = RB_ROOT(env->sc_group_names)) != NULL) {