Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
H A Dtree.h304 struct type *rbh_root; /* root of the tree */ \
311 (root)->rbh_root = NULL; \
328 #define RB_ROOT(head) (head)->rbh_root
358 (head)->rbh_root = (tmp); \
378 (head)->rbh_root = (tmp); \
493 RB_COLOR(head->rbh_root, field) = RB_BLACK; \
/third_party/libuv/include/uv/
H A Dtree.h300 struct type *rbh_root; /* root of the tree */ \
307 (root)->rbh_root = NULL; \
324 #define RB_ROOT(head) (head)->rbh_root
354 (head)->rbh_root = (tmp); \
374 (head)->rbh_root = (tmp); \
448 RB_COLOR(head->rbh_root, field) = RB_BLACK; \
/third_party/node/deps/uv/include/uv/
H A Dtree.h300 struct type *rbh_root; /* root of the tree */ \
307 (root)->rbh_root = NULL; \
324 #define RB_ROOT(head) (head)->rbh_root
354 (head)->rbh_root = (tmp); \
374 (head)->rbh_root = (tmp); \
448 RB_COLOR(head->rbh_root, field) = RB_BLACK; \
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dadp.c194 #define RB_ROOT(head) (head)->rbh_root
/third_party/node/deps/uv/src/unix/
H A Dlinux-inotify.c45 struct watcher_list* rbh_root; member
/third_party/libuv/src/unix/
H A Dlinux.c291 struct watcher_list* rbh_root; member
687 root = uv__inotify_watchers(loop)->rbh_root; in uv__io_fork()

Completed in 8 milliseconds