Home
last modified time | relevance | path

Searched refs:mtx_owner (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
H A Dmutex2.h57 mtx->mtx_owner = NULL; in mtx_init()
68 mtx->mtx_owner = NULL; in mtx_init_flags()
126 mtx->mtx_owner = curthread; in mtx_lock_ex_link()
143 mtx->mtx_owner = curthread; in mtx_lock()
157 mtx->mtx_owner = curthread; in mtx_lock_ex()
166 mtx->mtx_owner = curthread; in mtx_lock_ex_quick()
275 mtx->mtx_owner = curthread; in mtx_lock_ex_try()
305 mtx->mtx_owner = NULL; in mtx_downgrade()
325 mtx->mtx_owner = curthread; in mtx_upgrade_try()
351 mtx->mtx_owner = NULL; in mtx_unlock()
[all …]
H A Dmutex.h69 struct thread *mtx_owner; member
81 .mtx_owner = NULL, \
/dragonfly/sys/kern/
H A Dkern_mutex.c100 mtx->mtx_owner = curthread; in __mtx_lock_ex()
394 mtx->mtx_owner = curthread; in _mtx_spinlock()
498 mtx->mtx_owner = curthread; in _mtx_lock_ex_try()
610 mtx->mtx_owner = curthread; in _mtx_upgrade_try()
648 mtx->mtx_owner == NULL); in _mtx_unlock()
649 mtx->mtx_owner = NULL; in _mtx_unlock()
662 mtx->mtx_owner == NULL); in _mtx_unlock()
663 mtx->mtx_owner = NULL; in _mtx_unlock()
675 mtx->mtx_owner == NULL); in _mtx_unlock()
676 mtx->mtx_owner = NULL; in _mtx_unlock()
[all …]
/dragonfly/test/debug/
H A Dh2chains.c143 (void *)cp, chain.bref.type, chain.lock.mtx_owner, chain.dio, in h2chainscan()
/dragonfly/
H A DMakefile_upgrade.inc989 TO_REMOVE+=/usr/share/man/man9/mtx_owner.9.gz