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

/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h319 #define RB_ROOT(head) (head)->rbh_root macro
320 #define RB_EMPTY(head) (RB_ROOT(head) == NULL)
451 elm != RB_ROOT(head)) { \
481 elm = RB_ROOT(head); \
513 elm = RB_ROOT(head); \
548 RB_ROOT(head) = child; \
559 RB_ROOT(head) = elm; \
582 RB_ROOT(head) = child; \
596 tmp = RB_ROOT(head); \
615 RB_ROOT(hea
[all...]

Completed in 30 milliseconds