Searched refs:mtx_recurse (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | kern_mutex.c | 274 LOCK_LOG_LOCK("LOCK", &m->lock_object, opts, m->mtx_recurse, file, in __mtx_lock_flags() 294 LOCK_LOG_LOCK("UNLOCK", &m->lock_object, opts, m->mtx_recurse, file, in __mtx_unlock_flags() 342 LOCK_LOG_LOCK("LOCK", &m->lock_object, opts, m->mtx_recurse, file, in __mtx_lock_spin_flags() 389 LOCK_LOG_LOCK("UNLOCK", &m->lock_object, opts, m->mtx_recurse, file, in __mtx_unlock_spin_flags() 438 m->mtx_recurse++; in _mtx_trylock_flags_int() 545 m->mtx_recurse++; in __mtx_lock_sleep() 732 m->mtx_recurse++; in _mtx_lock_spin_cookie() 835 m->mtx_recurse++; in _thread_lock() 842 MPASS(m->mtx_recurse == 0); in _thread_lock() 911 m->mtx_recurse++; in thread_lock_flags_() [all …]
|
| /freebsd-12-stable/sys/sys/ |
| D | mutex.h | 209 #define mtx_recurse lock_object.lo_data macro 284 (mp)->mtx_recurse++; \ 328 (mp)->mtx_recurse--; \ 338 (mp)->mtx_recurse--; \ 476 #define mtx_recursed(m) ((m)->mtx_recurse != 0)
|