Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_rmlock.c630 TD_LOCKS_DEC(curthread); in _rm_wunlock_debug()
694 TD_LOCKS_DEC(curthread); in _rm_runlock_debug()
HDkern_lock.c336 TD_LOCKS_DEC(curthread); in wakeupshlk()
1024 TD_LOCKS_DEC(curthread); in __lockmgr_args()
1328 TD_LOCKS_DEC(curthread); in _lockmgr_disown()
HDkern_mutex.c252 TD_LOCKS_DEC(curthread); in __mtx_unlock_flags()
962 TD_LOCKS_DEC(curthread); in _mtx_destroy()
HDkern_rwlock.c322 TD_LOCKS_DEC(curthread); in _rw_wunlock_cookie()
700 TD_LOCKS_DEC(curthread); in _rw_runlock_cookie()
HDkern_sx.c374 TD_LOCKS_DEC(curthread); in _sx_sunlock()
390 TD_LOCKS_DEC(curthread); in _sx_xunlock()
/NextBSD/sys/sys/
HDrwlock.h204 TD_LOCKS_DEC(td); in __rw_runlock()
HDproc.h367 #define TD_LOCKS_DEC(td) ((td)->td_locks--) macro
372 #define TD_LOCKS_DEC(td) macro