Searched refs:_mtx_obtain_lock_fetch (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/kern/ |
| HD | kern_mutex.c | 252 if (!_mtx_obtain_lock_fetch(m, &v, tid)) in __mtx_lock_flags() 317 if (!_mtx_obtain_lock_fetch(m, &v, tid)) in __mtx_lock_spin_flags() 414 if (_mtx_obtain_lock_fetch(m, &v, tid)) in _mtx_trylock_flags_int() 497 if (_mtx_obtain_lock_fetch(m, &v, tid)) in __mtx_lock_sleep() 550 if (_mtx_obtain_lock_fetch(m, &v, tid)) in __mtx_lock_sleep() 700 if (_mtx_obtain_lock_fetch(m, &v, tid)) in _mtx_lock_spin_cookie() 736 if (_mtx_obtain_lock_fetch(m, &v, tid)) in _mtx_lock_spin_cookie() 889 if (_mtx_obtain_lock_fetch(m, &v, tid)) in thread_lock_flags_()
|
| /freebsd-11-stable/sys/sys/ |
| HD | mutex.h | 213 #define _mtx_obtain_lock_fetch(mp, vp, tid) \ macro 239 !_mtx_obtain_lock_fetch((mp), &_v, _tid))) \ 256 !_mtx_obtain_lock_fetch((mp), &_v, _tid))) \
|