FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
cpu_lock_delay
sys/arm/include/cpu.h
695
#define cpu_lock_delay() DELAY(1)
sys/arm64/include/cpu.h
57
#define cpu_lock_delay() DELAY(1)
sys/powerpc/include/cpu.h
133
#define cpu_lock_delay() DELAY(1)
sys/riscv/include/cpu.h
50
#define cpu_lock_delay() DELAY(1)
sys/x86/x86/delay.c
123
cpu_lock_delay(void)