Lines Matching refs:__left
216 SYS_TREE_STRUCT type __node, *__left, *__right, *__tmp; \
220 __left = __right = &__node; \
242 SPLAY_LINKRIGHT(head, __left, field); \
245 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
253 SYS_TREE_STRUCT type __node, *__left, *__right, *__tmp; \
256 __left = __right = &__node; \
278 SPLAY_LINKRIGHT(head, __left, field); \
281 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \