Lines Matching refs:LOCK_CLASS
291 KASSERT(LOCK_CLASS(&m->lock_object) != &lock_class_mtx_spin, in __mtx_lock_flags()
320 KASSERT(LOCK_CLASS(&m->lock_object) != &lock_class_mtx_spin, in __mtx_unlock_flags()
349 KASSERT(LOCK_CLASS(&m->lock_object) != &lock_class_mtx_sleep, in __mtx_lock_spin_flags()
391 KASSERT(LOCK_CLASS(&m->lock_object) != &lock_class_mtx_sleep, in __mtx_trylock_spin_flags()
417 KASSERT(LOCK_CLASS(&m->lock_object) != &lock_class_mtx_sleep, in __mtx_unlock_spin_flags()
455 KASSERT(LOCK_CLASS(&m->lock_object) != &lock_class_mtx_spin, in _mtx_trylock_flags_int()
832 KASSERT(LOCK_CLASS(&m->lock_object) != &lock_class_mtx_sleep, in thread_lock_validate()
1213 if (LOCK_CLASS(&m->lock_object) == &lock_class_mtx_spin) { in _mtx_destroy()
1289 KASSERT(LOCK_CLASS(&m->lock_object) != &lock_class_mtx_sleep, in mtx_spin_wait_unlocked()
1315 KASSERT(LOCK_CLASS(&m->lock_object) != &lock_class_mtx_spin, in mtx_wait_unlocked()
1346 if (LOCK_CLASS(lock) == &lock_class_mtx_spin) in db_show_mtx()