Searched refs:spur_int_lock (Results 1 – 2 of 2) sorted by relevance
596 mutex_init(&softsp->spur_int_lock, NULL, MUTEX_DRIVER, in sysctrl_attach()874 mutex_destroy(&softsp->spur_int_lock); in sysctrl_attach()1596 mutex_enter(&softsp->spur_int_lock); in spur_delay()1610 mutex_exit(&softsp->spur_int_lock); in spur_delay()1630 mutex_enter(&softsp->spur_int_lock); in spur_retry()1632 mutex_exit(&softsp->spur_int_lock); in spur_retry()1684 mutex_enter(&softsp->spur_int_lock); in spur_long_timeout()1686 mutex_exit(&softsp->spur_int_lock); in spur_long_timeout()
412 kmutex_t spur_int_lock; /* lock spurious interrupt data */ member