Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RB_EMPTY_ROOT
include/linux/rbtree.h
30
#define RB_EMPTY_ROOT(root) (READ_ONCE((root)->rb_node) == NULL)
tools/include/linux/rbtree.h
39
#define RB_EMPTY_ROOT(root) (READ_ONCE((root)->rb_node) == NULL)