Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dtree.h285 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
291 for ((x) = SPLAY_MIN(name, head); \
/f-stack/freebsd/sys/
H A Dtree.h296 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
302 for ((x) = SPLAY_MIN(name, head); \