DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
spin_held
sys/dev/drm/include/linux/spinlock.h
48
#define spin_is_locked(x) spin_held(x)
sys/kern/subr_sleepqueue.c
121
KKASSERT(spin_held(&sc->sc_spin));