Searched defs:SPINLOCK_BACKOFF_HOOK (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/aarch64/include/
H A Dlock.h11 # undef SPINLOCK_BACKOFF_HOOK macro
13 # define SPINLOCK_BACKOFF_HOOK asm volatile("yield" ::: "memory") macro
/netbsd-current/sys/sys/
H A Dlock.h55 #define SPINLOCK_BACKOFF_HOOK nullop(NULL) macro
/netbsd-current/sys/arch/x86/include/
H A Dlock.h71 # undef SPINLOCK_BACKOFF_HOOK macro
73 # define SPINLOCK_BACKOFF_HOOK x86_pause() macro
/netbsd-current/sys/arch/alpha/include/
H A Dlock.h172 #define SPINLOCK_BACKOFF_HOOK (void)nullop((void *)0) macro
/netbsd-current/sys/arch/ia64/include/
H A Dlock.h68 #define SPINLOCK_BACKOFF_HOOK /* XXX ia64_pause() */ macro

Completed in 217 milliseconds