Home
last modified time | relevance | path

Searched refs:TD_LOCKS_DEC (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dkern_rmlock.c630 TD_LOCKS_DEC(curthread); in _rm_wunlock_debug()
694 TD_LOCKS_DEC(curthread); in _rm_runlock_debug()
1087 TD_LOCKS_DEC(curthread); in rms_runlock_fallback()
1108 TD_LOCKS_DEC(curthread); in rms_runlock()
1247 TD_LOCKS_DEC(curthread); in rms_wunlock()
H A Dkern_lock.c219 TD_LOCKS_DEC(curthread); in lockmgr_note_shared_release()
243 TD_LOCKS_DEC(curthread); in lockmgr_note_exclusive_release()
1621 TD_LOCKS_DEC(curthread); in _lockmgr_disown()
H A Dkern_mutex.c333 TD_LOCKS_DEC(curthread); in __mtx_unlock_flags()
1212 TD_LOCKS_DEC(curthread); in _mtx_destroy()
H A Dkern_rwlock.c391 TD_LOCKS_DEC(curthread); in _rw_wunlock_cookie()
876 TD_LOCKS_DEC(curthread); in _rw_runlock_cookie_int()
H A Dkern_sx.c415 TD_LOCKS_DEC(curthread); in _sx_xunlock()
1386 TD_LOCKS_DEC(curthread); in _sx_sunlock_int()
/freebsd/sys/sys/
H A Dproc.h434 #define TD_LOCKS_DEC(td) do { \ macro
444 #define TD_LOCKS_DEC(td) macro