Searched refs:ctlfe_list_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/cam/ctl/
H A Dscsi_ctl.c91 struct mtx ctlfe_list_mtx; variable in typeref:struct:mtx
230 mtx_init(&ctlfe_list_mtx, ctlfe_mtx_desc, NULL, MTX_DEF);
257 mtx_lock(&ctlfe_list_mtx);
262 mtx_unlock(&ctlfe_list_mtx);
365 mtx_lock(&ctlfe_list_mtx);
367 mtx_unlock(&ctlfe_list_mtx);
379 mtx_lock(&ctlfe_list_mtx);
382 mtx_unlock(&ctlfe_list_mtx);

Completed in 65 milliseconds