Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_lock.c221 TD_LOCKS_DEC(curthread); in lockmgr_note_shared_release()
247 TD_LOCKS_DEC(curthread); in lockmgr_note_exclusive_release()
1043 TD_LOCKS_DEC(curthread); in lockmgr_xunlock_hard()
1500 TD_LOCKS_DEC(curthread); in _lockmgr_disown()
Dkern_rmlock.c631 TD_LOCKS_DEC(curthread); in _rm_wunlock_debug()
695 TD_LOCKS_DEC(curthread); in _rm_runlock_debug()
Dkern_mutex.c303 TD_LOCKS_DEC(curthread); in __mtx_unlock_flags()
1178 TD_LOCKS_DEC(curthread); in _mtx_destroy()
Dkern_rwlock.c372 TD_LOCKS_DEC(curthread); in _rw_wunlock_cookie()
854 TD_LOCKS_DEC(curthread); in _rw_runlock_cookie_int()
Dkern_sx.c413 TD_LOCKS_DEC(curthread); in _sx_xunlock()
1392 TD_LOCKS_DEC(curthread); in _sx_sunlock_int()
/freebsd-12-stable/sys/sys/
Dproc.h401 #define TD_LOCKS_DEC(td) do { \ macro
410 #define TD_LOCKS_DEC(td) macro