Home
last modified time | relevance | path

Searched refs:RB_ROOT (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dtree.h322 #define RB_ROOT(head) (head)->rbh_root macro
483 elm != RB_ROOT(head)) { \
514 elm = RB_ROOT(head); \
547 elm = RB_ROOT(head); \
583 RB_ROOT(head) = child; \
594 RB_ROOT(head) = elm; \
617 RB_ROOT(head) = child; \
632 tmp = RB_ROOT(head); \
651 RB_ROOT(head) = elm; \
661 struct type *tmp = RB_ROOT(head); \
[all …]
/f-stack/freebsd/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); \
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c730 skc->skc_emergency_tree = RB_ROOT; in spl_kmem_cache_create()