Searched refs:SPLAY_LINKRIGHT (Results 1 – 2 of 2) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | tree.h | 104 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ macro 236 SPLAY_LINKRIGHT(head, __left, field); \ 272 SPLAY_LINKRIGHT(head, __left, field); \
|
| /f-stack/freebsd/sys/ |
| H A D | tree.h | 115 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ macro 247 SPLAY_LINKRIGHT(head, __left, field); \ 283 SPLAY_LINKRIGHT(head, __left, field); \
|