Home
last modified time | relevance | path

Searched refs:lock_class_mtx_spin (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_witness.c660 { "ap boot", &lock_class_mtx_spin },
662 { "rm.mutex_mtx", &lock_class_mtx_spin },
664 { "cy", &lock_class_mtx_spin },
666 { "scc_hwmtx", &lock_class_mtx_spin },
667 { "uart_hwmtx", &lock_class_mtx_spin },
668 { "fast_taskqueue", &lock_class_mtx_spin },
669 { "intr table", &lock_class_mtx_spin },
670 { "process slock", &lock_class_mtx_spin },
671 { "syscons video lock", &lock_class_mtx_spin },
672 { "sleepq chain", &lock_class_mtx_spin },
[all …]
H A Dkern_mutex.c129 struct lock_class lock_class_mtx_spin = { variable
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()
455 KASSERT(LOCK_CLASS(&m->lock_object) != &lock_class_mtx_spin, in _mtx_trylock_flags_int()
1170 class = &lock_class_mtx_spin; in _mtx_init()
1213 if (LOCK_CLASS(&m->lock_object) == &lock_class_mtx_spin) { in _mtx_destroy()
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()
H A Dsubr_lock.c68 &lock_class_mtx_spin,
/freebsd/sys/sys/
H A Dlock.h165 extern struct lock_class lock_class_mtx_spin;