Home
last modified time | relevance | path

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

/spdk/include/spdk/
H A Dtree.h94 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
140 if (SPLAY_EMPTY(head)) \
176 if (SPLAY_EMPTY(head)) { \
201 if (SPLAY_EMPTY(head)) \
296 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
298 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \