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

/freebsd-current/sys/cam/ctl/
H A Dscsi_ctl.c90 struct mtx ctlfe_list_mtx; variable in typeref:struct:mtx
223 mtx_init(&ctlfe_list_mtx, ctlfe_mtx_desc, NULL, MTX_DEF);
236 mtx_destroy(&ctlfe_list_mtx);
273 mtx_lock(&ctlfe_list_mtx);
278 mtx_unlock(&ctlfe_list_mtx);
375 mtx_lock(&ctlfe_list_mtx);
377 mtx_unlock(&ctlfe_list_mtx);
388 mtx_lock(&ctlfe_list_mtx);
391 mtx_unlock(&ctlfe_list_mtx);

Completed in 54 milliseconds