Home
last modified time | relevance | path

Searched refs:td_spinlock_caller_pc (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
H A Dspinlock2.h83 gd->gd_curthread->td_spinlock_caller_pc[i] = in spin_trylock()
125 gd->gd_curthread->td_spinlock_caller_pc[i] = in _spin_lock_quick()
157 gd->gd_curthread->td_spinlock_caller_pc[i] = NULL; in spin_unlock_quick()
225 gd->gd_curthread->td_spinlock_caller_pc[i] = in _spin_lock_shared_quick()
254 gd->gd_curthread->td_spinlock_caller_pc[i] = NULL; in spin_unlock_shared_quick()
H A Dthread.h338 void *td_spinlock_caller_pc[SPINLOCK_DEBUG_ARRAY_SIZE]; member