Searched refs:board_mtx (Results 1 – 2 of 2) sorted by relevance
802 mutex_init(&socalp->board_mtx, NULL, MUTEX_DRIVER, in socal_attach()989 mutex_enter(&socalp->board_mtx); in socal_dodetach()991 mutex_exit(&socalp->board_mtx); in socal_dodetach()996 mutex_exit(&socalp->board_mtx); in socal_dodetach()1068 mutex_destroy(&socalp->board_mtx); in socal_dodetach()1152 mutex_enter(&socalp->board_mtx); in socal_bus_ctl()1157 mutex_exit(&socalp->board_mtx); in socal_bus_ctl()1163 mutex_exit(&socalp->board_mtx); in socal_bus_ctl()1189 mutex_enter(&socalp->board_mtx); in socal_bus_ctl()1194 mutex_exit(&socalp->board_mtx); in socal_bus_ctl()[all …]
232 kmutex_t board_mtx; /* Per board mutex */ member