Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
is_red
lib/rbtree_test.c
168
count += !is_red(rb);
lib/rbtree_test.c
201
WARN_ON_ONCE(is_red(rb) &&
lib/rbtree_test.c
202
(!rb_parent(rb) || is_red(rb_parent(rb))));