Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxlflash/
Dsuperpipe.c181 mutex_lock(&cfg->ctx_tbl_list_mutex); in get_context()
192 mutex_unlock(&cfg->ctx_tbl_list_mutex); in get_context()
209 mutex_unlock(&cfg->ctx_tbl_list_mutex); in get_context()
869 mutex_lock(&cfg->ctx_tbl_list_mutex); in remove_context()
875 mutex_unlock(&cfg->ctx_tbl_list_mutex); in remove_context()
1243 mutex_lock(&cfg->ctx_tbl_list_mutex); in cxlflash_mark_contexts_error()
1258 mutex_unlock(&cfg->ctx_tbl_list_mutex); in cxlflash_mark_contexts_error()
1464 mutex_lock(&cfg->ctx_tbl_list_mutex); in cxlflash_disk_attach()
1467 mutex_unlock(&cfg->ctx_tbl_list_mutex); in cxlflash_disk_attach()
1603 mutex_lock(&cfg->ctx_tbl_list_mutex); in recover_context()
[all …]
Dcommon.h139 struct mutex ctx_tbl_list_mutex; member
Dmain.c3733 mutex_init(&cfg->ctx_tbl_list_mutex); in cxlflash_probe()