Searched refs:mtx_recurse (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_mutex.c | 284 LOCK_LOG_LOCK("LOCK", &m->lock_object, opts, m->mtx_recurse, file, in __mtx_lock_flags() 304 LOCK_LOG_LOCK("UNLOCK", &m->lock_object, opts, m->mtx_recurse, file, in __mtx_unlock_flags() 352 LOCK_LOG_LOCK("LOCK", &m->lock_object, opts, m->mtx_recurse, file, in __mtx_lock_spin_flags() 399 LOCK_LOG_LOCK("UNLOCK", &m->lock_object, opts, m->mtx_recurse, file, in __mtx_unlock_spin_flags() 448 m->mtx_recurse++; in _mtx_trylock_flags_int() 549 m->mtx_recurse++; in __mtx_lock_sleep() 742 m->mtx_recurse++; in _mtx_lock_spin_cookie() 937 LOCK_LOG_LOCK("LOCK", &m->lock_object, opts, m->mtx_recurse, file, in thread_lock_flags_() 1031 if (--(m->mtx_recurse) == 0) in __mtx_unlock_sleep() 1164 m->mtx_recurse = 0; in _mtx_init() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | mutex.h | 210 #define mtx_recurse lock_object.lo_data macro 285 (mp)->mtx_recurse++; \ 329 (mp)->mtx_recurse--; \ 339 (mp)->mtx_recurse--; \ 477 #define mtx_recursed(m) ((m)->mtx_recurse != 0)
|