Searched refs:isrc_table_lock (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dsubr_intr.c122 static struct mtx isrc_table_lock; variable in typeref:struct:mtx
163 mtx_init(&isrc_table_lock, "intr isrc table", NULL, MTX_DEF);
183 mtx_assert(&isrc_table_lock, MA_OWNED);
218 mtx_assert(&isrc_table_lock, MA_OWNED);
377 mtx_assert(&isrc_table_lock, MA_OWNED);
412 mtx_assert(&isrc_table_lock, MA_OWNED);
443 mtx_lock(&isrc_table_lock);
446 mtx_unlock(&isrc_table_lock);
456 mtx_unlock(&isrc_table_lock);
468 mtx_lock(&isrc_table_lock);
[all...]

Completed in 128 milliseconds