Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/
H A Dsocal.c1032 mutex_destroy(&socalp->request[i].skc_mtx); in socal_dodetach()
1033 mutex_destroy(&socalp->response[i].skc_mtx); in socal_dodetach()
1425 &socalp->request[i].skc_mtx); in socal_ioctl()
1427 &socalp->response[i].skc_mtx); in socal_ioctl()
1439 mutex_exit(&socalp->request[i].skc_mtx); in socal_ioctl()
1441 &socalp->response[i].skc_mtx); in socal_ioctl()
1485 mutex_enter(&socalp->request[i].skc_mtx); in socal_ioctl()
1486 mutex_enter(&socalp->response[i].skc_mtx); in socal_ioctl()
1499 mutex_exit(&socalp->request[i].skc_mtx); in socal_ioctl()
1500 mutex_exit(&socalp->response[i].skc_mtx); in socal_ioctl()
[all …]
/titanic_41/usr/src/uts/sun/sys/
H A Dsocalvar.h96 kmutex_t skc_mtx; /* MT lock for CQ manipulation */ member