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

/linux-master/drivers/scsi/cxlflash/
H A Dsuperpipe.c177 mutex_lock(&cfg->ctx_tbl_list_mutex);
188 mutex_unlock(&cfg->ctx_tbl_list_mutex);
200 * cfg->ctx_tbl_list_mutex -> ctxi->mutex
202 * Therefore release ctx_tbl_list_mutex before retrying.
205 mutex_unlock(&cfg->ctx_tbl_list_mutex);
864 mutex_lock(&cfg->ctx_tbl_list_mutex);
870 mutex_unlock(&cfg->ctx_tbl_list_mutex);
1237 mutex_lock(&cfg->ctx_tbl_list_mutex);
1252 mutex_unlock(&cfg->ctx_tbl_list_mutex);
1458 mutex_lock(&cfg->ctx_tbl_list_mutex);
[all...]
H A Dcommon.h135 struct mutex ctx_tbl_list_mutex; member in struct:cxlflash_cfg
H A Dmain.c3710 mutex_init(&cfg->ctx_tbl_list_mutex);

Completed in 143 milliseconds