Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dtree.h83 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
129 if (SPLAY_EMPTY(head)) \
165 if (SPLAY_EMPTY(head)) { \
190 if (SPLAY_EMPTY(head)) \
285 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
287 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \