Home
last modified time | relevance | path

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

/dflybsd-src/lib/libssh/openbsd-compat/
H A Dsys-tree.h85 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
/dflybsd-src/sys/sys/
H A Dtree.h86 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro