NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SI_MPSAFE
sys/rump/librump/rumpkern/intr.c
165
mpsafe = si->si_flags & SI_MPSAFE;
sys/rump/librump/rumpkern/intr.c
349
si->si_flags = flags & SOFTINT_MPSAFE ? SI_MPSAFE : 0;