Searched refs:td_spinlock_stack (Results 1 – 2 of 2) sorted by relevance
82 gd->gd_curthread->td_spinlock_stack[i] = spin; in spin_trylock()124 gd->gd_curthread->td_spinlock_stack[i] = spin; in _spin_lock_quick()154 (gd->gd_curthread->td_spinlock_stack[i] == spin)) { in spin_unlock_quick()156 gd->gd_curthread->td_spinlock_stack[i] = NULL; in spin_unlock_quick()224 gd->gd_curthread->td_spinlock_stack[i] = spin; in _spin_lock_shared_quick()251 (gd->gd_curthread->td_spinlock_stack[i] == spin)) { in spin_unlock_shared_quick()253 gd->gd_curthread->td_spinlock_stack[i] = NULL; in spin_unlock_shared_quick()
337 struct spinlock *td_spinlock_stack[SPINLOCK_DEBUG_ARRAY_SIZE]; member