Home
last modified time | relevance | path

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

/xnu-8796.121.2/libkern/libkern/
H A Dtree.h364 #define _RB_PARENT(elm, field) (elm)->field.rbe_parent macro
459 struct type *parent = _RB_PARENT(elm, field); \
468 color = (int)((uintptr_t)_RB_PARENT(elm,field) & RB_COLOR_MASK);\
475 _RB_PARENT(elm, field) = (struct type*)((uintptr_t)parent | (unsigned int)color);\
479 _RB_PARENT(elm, field) = parent; \
/xnu-8796.121.2/bsd/net/
H A Dpf_ioctl.c4395 _RB_PARENT(pstore, entry) = NULL; in pfioctl_ioc_src_nodes()