Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dtree.h83 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
/f-stack/freebsd/sys/
H A Dtree.h94 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro