Home
last modified time | relevance | path

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

/xnu-11215.81.4/libkern/libkern/
H A Dtree.h366 #define _RB_PARENT(elm, field) (elm)->field.rbe_parent macro
461 struct type *__single parent = _RB_PARENT(elm, field); \
470 color = (int)((uintptr_t)_RB_PARENT(elm,field) & RB_COLOR_MASK);\
478 _RB_PARENT(elm, field) = __unsafe_forge_single(struct type*, \
483 _RB_PARENT(elm, field) = parent; \
/xnu-11215.81.4/bsd/net/
H A Dpf_ioctl.c4450 _RB_PARENT(pstore, entry) = NULL; in pfioctl_ioc_src_nodes()