Searched refs:pic_list_lock (Results 1 – 1 of 1) sorted by relevance
150 static struct mtx pic_list_lock; variable196 mtx_init(&pic_list_lock, "intr pic list", NULL, MTX_DEF); in intr_irq_init()765 mtx_assert(&pic_list_lock, MA_OWNED);796 mtx_lock(&pic_list_lock);798 mtx_unlock(&pic_list_lock);810 mtx_lock(&pic_list_lock);813 mtx_unlock(&pic_list_lock);818 mtx_unlock(&pic_list_lock);826 mtx_unlock(&pic_list_lock);839 mtx_lock(&pic_list_lock);[all …]