Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
rb_parent
include/linux/rbtree.h
26
#define rb_parent(r) ((struct rb_node *)((r)->__rb_parent_color & ~3))
tools/include/linux/rbtree.h
34
#define rb_parent(r) ((struct rb_node *)((r)->__rb_parent_color & ~3))