Home
last modified time | relevance | path

Searched refs:__mtx_lock_spin (Results 1 – 3 of 3) sorted by relevance

/f-stack/lib/include/sys/
H A Dmutex.h33 #undef __mtx_lock_spin
61 #define __mtx_lock_spin(mp, tid, opts, file, line) DO_NOTHING macro
/f-stack/freebsd/sys/
H A Dmutex.h255 #define __mtx_lock_spin(mp, tid, opts, file, line) do { \ macro
280 #define __mtx_lock_spin(mp, tid, opts, file, line) do { \ macro
430 __mtx_lock_spin((m), curthread, (opts), (file), (line))
/f-stack/freebsd/kern/
H A Dkern_mutex.c350 __mtx_lock_spin(m, curthread, opts, file, line); in __mtx_lock_spin_flags()