Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
IDR_INIT_BASE
include/linux/idr.h
48
#define IDR_INIT(name) IDR_INIT_BASE(name, 0)
tools/testing/radix-tree/idr-test.c
63
struct idr idr = IDR_INIT_BASE(idr, 1);