Searched refs:isp_lock (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/isp/ |
| HD | isp_freebsd.h | 368 #define isp_lock isp_osinfo.lock macro
|
| HD | isp_freebsd.c | 3442 mtx_assert(&isp->isp_lock, MA_OWNED); in isp_action() 4420 callout_init_mtx(&tp->timer, &isp->isp_lock, 0); in isp_async()
|
| HD | isp.c | 2397 if (msleep(resp, &isp->isp_lock, 0, "VP_MODIFY", 5*hz) == EWOULDBLOCK) { in isp_fc_enable_vp() 2454 if (msleep(resp, &isp->isp_lock, 0, "VP_CTRL", 5*hz) == EWOULDBLOCK) { in isp_fc_disable_vp() 2607 if (msleep(resp, &isp->isp_lock, 0, "PLOGX", 3 * ICB_LOGIN_TOV * hz) in isp_plogx()
|