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

/freebsd-11-stable/sys/cam/ctl/
H A Dscsi_ctl.c91 struct mtx ctlfe_list_mtx; variable in typeref:struct:mtx
224 mtx_init(&ctlfe_list_mtx, ctlfe_mtx_desc, NULL, MTX_DEF);
237 mtx_destroy(&ctlfe_list_mtx);
274 mtx_lock(&ctlfe_list_mtx);
279 mtx_unlock(&ctlfe_list_mtx);
382 mtx_lock(&ctlfe_list_mtx);
384 mtx_unlock(&ctlfe_list_mtx);
396 mtx_lock(&ctlfe_list_mtx);
399 mtx_unlock(&ctlfe_list_mtx);

Completed in 47 milliseconds