Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lock.c220 TD_LOCKS_DEC(curthread); in lockmgr_note_shared_release()
244 TD_LOCKS_DEC(curthread); in lockmgr_note_exclusive_release()
1634 TD_LOCKS_DEC(curthread); in _lockmgr_disown()
H A Dkern_rmlock.c630 TD_LOCKS_DEC(curthread); in _rm_wunlock_debug()
694 TD_LOCKS_DEC(curthread); in _rm_runlock_debug()
H A Dkern_mutex.c313 TD_LOCKS_DEC(curthread); in __mtx_unlock_flags()
1189 TD_LOCKS_DEC(curthread); in _mtx_destroy()
H A Dkern_rwlock.c379 TD_LOCKS_DEC(curthread); in _rw_wunlock_cookie()
861 TD_LOCKS_DEC(curthread); in _rw_runlock_cookie_int()
H A Dkern_sx.c417 TD_LOCKS_DEC(curthread); in _sx_xunlock()
1384 TD_LOCKS_DEC(curthread); in _sx_sunlock_int()
/f-stack/freebsd/sys/
H A Dproc.h420 #define TD_LOCKS_DEC(td) do { \ macro
430 #define TD_LOCKS_DEC(td) macro