Home
last modified time | relevance | path

Searched refs:cpu_lock_delay (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dcpu.h74 #define cpu_lock_delay() DELAY(1) macro
/f-stack/freebsd/i386/include/
H A Dcpu.h75 void cpu_lock_delay(void);
/f-stack/freebsd/amd64/include/
H A Dcpu.h80 void cpu_lock_delay(void);
/f-stack/freebsd/x86/x86/
H A Ddelay.c127 cpu_lock_delay(void) in cpu_lock_delay() function
/f-stack/freebsd/arm/include/
H A Dcpu.h60 #define cpu_lock_delay() DELAY(1) macro
/f-stack/freebsd/arm64/include/
H A Dcpu.h54 #define cpu_lock_delay() DELAY(1) macro
/f-stack/freebsd/kern/
H A Dkern_mutex.c1235 cpu_lock_delay(); in _mtx_lock_indefinite_check()