Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/cxlflash/
H A Dsuperpipe.c177 mutex_lock(&cfg->ctx_tbl_list_mutex); in get_context()
188 mutex_unlock(&cfg->ctx_tbl_list_mutex); in get_context()
205 mutex_unlock(&cfg->ctx_tbl_list_mutex); in get_context()
865 mutex_lock(&cfg->ctx_tbl_list_mutex); in remove_context()
871 mutex_unlock(&cfg->ctx_tbl_list_mutex); in remove_context()
1239 mutex_lock(&cfg->ctx_tbl_list_mutex); in cxlflash_mark_contexts_error()
1254 mutex_unlock(&cfg->ctx_tbl_list_mutex); in cxlflash_mark_contexts_error()
1460 mutex_lock(&cfg->ctx_tbl_list_mutex); in cxlflash_disk_attach()
1463 mutex_unlock(&cfg->ctx_tbl_list_mutex); in cxlflash_disk_attach()
1599 mutex_lock(&cfg->ctx_tbl_list_mutex); in recover_context()
[all …]
H A Dcommon.h135 struct mutex ctx_tbl_list_mutex; member
H A Dmain.c3707 mutex_init(&cfg->ctx_tbl_list_mutex); in cxlflash_probe()