Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxlflash/
Dsuperpipe.c165 mutex_lock(&cfg->ctx_tbl_list_mutex); in get_context()
176 mutex_unlock(&cfg->ctx_tbl_list_mutex); in get_context()
193 mutex_unlock(&cfg->ctx_tbl_list_mutex); in get_context()
879 mutex_lock(&cfg->ctx_tbl_list_mutex); in _cxlflash_disk_detach()
886 mutex_unlock(&cfg->ctx_tbl_list_mutex); in _cxlflash_disk_detach()
1210 mutex_lock(&cfg->ctx_tbl_list_mutex); in cxlflash_mark_contexts_error()
1225 mutex_unlock(&cfg->ctx_tbl_list_mutex); in cxlflash_mark_contexts_error()
1431 mutex_lock(&cfg->ctx_tbl_list_mutex); in cxlflash_disk_attach()
1434 mutex_unlock(&cfg->ctx_tbl_list_mutex); in cxlflash_disk_attach()
1557 mutex_lock(&cfg->ctx_tbl_list_mutex); in recover_context()
[all …]
Dcommon.h113 struct mutex ctx_tbl_list_mutex; member
Dmain.c2414 mutex_init(&cfg->ctx_tbl_list_mutex); in cxlflash_probe()