Searched refs:SPLAY_NEXT (Results 1 – 2 of 2) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | tree.h | 284 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) macro 293 (x) = SPLAY_NEXT(name, head, x))
|
| /f-stack/freebsd/sys/ |
| H A D | tree.h | 295 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) macro 304 (x) = SPLAY_NEXT(name, head, x))
|