Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
REFCOUNT_INIT
include/linux/refcount.h
113
#define REFCOUNT_INIT(n) { .refs = ATOMIC_INIT(n), }
tools/include/linux/refcount.h
56
#define REFCOUNT_INIT(n) { .refs = ATOMIC_INIT(n), }