Searched refs:__mtx_lock_spin (Results 1 – 3 of 3) sorted by relevance
| /f-stack/lib/include/sys/ |
| H A D | mutex.h | 33 #undef __mtx_lock_spin 61 #define __mtx_lock_spin(mp, tid, opts, file, line) DO_NOTHING macro
|
| /f-stack/freebsd/sys/ |
| H A D | mutex.h | 255 #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 D | kern_mutex.c | 350 __mtx_lock_spin(m, curthread, opts, file, line); in __mtx_lock_spin_flags()
|