Searched refs:RB_ROOT (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h98 #undef RB_ROOT macro
99 #define RB_ROOT (struct rb_root) { NULL } macro
/freebsd-13-stable/contrib/ipfilter/sys/
H A Dtree.h311 #undef RB_ROOT macro
327 #define RB_ROOT(head) (head)->rbh_root macro
328 #define RB_EMPTY(head) (RB_ROOT(head) == NULL)
459 elm != RB_ROOT(head)) { \
490 elm = RB_ROOT(head); \
523 elm = RB_ROOT(head); \
558 RB_ROOT(head) = child; \
569 RB_ROOT(head) = elm; \
592 RB_ROOT(head) = child; \
606 tmp = RB_ROOT(hea
[all...]
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsys-tree.h324 #define RB_ROOT(head) (head)->rbh_root macro
325 #define RB_EMPTY(head) (RB_ROOT(head) == NULL)
456 elm != RB_ROOT(head)) { \
486 elm = RB_ROOT(head); \
518 elm = RB_ROOT(head); \
553 RB_ROOT(head) = child; \
564 RB_ROOT(head) = elm; \
587 RB_ROOT(head) = child; \
601 tmp = RB_ROOT(head); \
620 RB_ROOT(hea
[all...]
/freebsd-13-stable/tests/sys/sys/
H A Drb_test.c99 tmp = RB_ROOT(&root);
100 ATF_REQUIRE_MSG(tmp != NULL, "RB_ROOT error");
/freebsd-13-stable/contrib/libevent/WIN32-Code/
H A Dtree.h317 #define RB_ROOT(head) (head)->rbh_root macro
318 #define RB_EMPTY(head) (RB_ROOT(head) == NULL)
439 elm != RB_ROOT(head)) { \
469 elm = RB_ROOT(head); \
501 elm = RB_ROOT(head); \
536 RB_ROOT(head) = child; \
547 RB_ROOT(head) = elm; \
570 RB_ROOT(head) = child; \
584 tmp = RB_ROOT(head); \
603 RB_ROOT(hea
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h317 #define RB_ROOT(head) (head)->rbh_root macro
318 #define RB_EMPTY(head) (RB_ROOT(head) == NULL)
439 elm != RB_ROOT(head)) { \
469 elm = RB_ROOT(head); \
501 elm = RB_ROOT(head); \
536 RB_ROOT(head) = child; \
547 RB_ROOT(head) = elm; \
570 RB_ROOT(head) = child; \
584 tmp = RB_ROOT(head); \
603 RB_ROOT(hea
[all...]
/freebsd-13-stable/sys/sys/
H A Dtree.h347 #define RB_ROOT(head) (head)->rbh_root macro
348 #define RB_EMPTY(head) (RB_ROOT(head) == NULL)
375 RB_ROOT(head) = (in); \
645 tmp = RB_ROOT(head); \
658 RB_ROOT(head) = elm; \
676 struct type *tmp = RB_ROOT(head); \
695 struct type *tmp = RB_ROOT(head); \
762 struct type *tmp = RB_ROOT(head); \
/freebsd-13-stable/usr.sbin/ypldap/
H A Dypldap.c157 while ((ue = RB_ROOT(env->sc_user_names_t)) != NULL) {
166 while ((ge = RB_ROOT(env->sc_group_names_t))
306 while ((ue = RB_ROOT(env->sc_user_names)) != NULL) {
319 while ((ge = RB_ROOT(env->sc_group_names)) != NULL) {
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_scn.c165 for (s = RB_ROOT(&e->e_u.e_elf.e_scn); s != NULL;) {
/freebsd-13-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c352 s = RB_ROOT(&sroutes);
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cm.c407 dev->sriov.sl_id_map = RB_ROOT;
H A Dmlx4_ib_mcg.c1057 ctx->mcg_table = RB_ROOT;
/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c79 bo = RB_ROOT(&bdev->addr_space_rb);
/freebsd-13-stable/sys/dev/iommu/
H A Diommu_gas.c459 RB_ROOT(&domain->rb_root));
468 error = iommu_gas_uppermatch(&a, RB_ROOT(&domain->rb_root));
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c590 dev->priv.page_root = RB_ROOT;
/freebsd-13-stable/share/man/man3/
H A DMakefile354 tree.3 RB_ROOT.3 \
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c725 skc->skc_emergency_tree = RB_ROOT;
/freebsd-13-stable/usr.sbin/ifmcstat/
H A Difmcstat.c624 tmp = RB_ROOT(&pinm->inm_srcs);
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c837 port->table = RB_ROOT;
H A Dib_cm.c4125 cm.listen_service_table = RB_ROOT;
4127 cm.remote_id_table = RB_ROOT;
4128 cm.remote_qp_table = RB_ROOT;
4129 cm.remote_sidr_table = RB_ROOT;
H A Dib_uverbs_main.c1183 uverbs_dev->xrcd_tree = RB_ROOT;
H A Dib_uverbs_cmd.c370 ucontext->umem_tree = RB_ROOT;
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c106 #undef RB_ROOT macro
109 #define RB_ROOT(head) (head)->rbh_root macro
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c503 priv->mfunc.master.res_tracker.res_tree[i] = RB_ROOT;

Completed in 325 milliseconds