Home
last modified time | relevance | path

Searched refs:board_mtx (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun/io/
H A Dsocal.c802 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 …]
/titanic_44/usr/src/uts/sun/sys/
H A Dsocalvar.h232 kmutex_t board_mtx; /* Per board mutex */ member