Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h77 #define RB_EMPTY_ROOT(root) RB_EMPTY((struct linux_root *)root)
/third_party/FreeBSD/sys/sys/
H A Dtree.h329 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) macro
/third_party/libuv/include/uv/
H A Dtree.h325 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) macro
/third_party/node/deps/uv/include/uv/
H A Dtree.h325 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) macro

Completed in 8 milliseconds