Home
last modified time | relevance | path

Searched refs:lun_reset_mutex (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/target/
Dtarget_core_tmr.c399 mutex_lock(&dev->lun_reset_mutex); in core_tmr_lun_reset()
408 mutex_unlock(&dev->lun_reset_mutex); in core_tmr_lun_reset()
Dtarget_core_device.c744 mutex_init(&dev->lun_reset_mutex); in target_alloc_device()
/Linux-v6.6/include/target/
Dtarget_core_base.h871 struct mutex lun_reset_mutex; member
/Linux-v6.6/drivers/scsi/smartpqi/
Dsmartpqi.h1346 struct mutex lun_reset_mutex; member
Dsmartpqi_init.c325 mutex_lock(&ctrl_info->lun_reset_mutex); in pqi_ctrl_block_device_reset()
330 mutex_unlock(&ctrl_info->lun_reset_mutex); in pqi_ctrl_unblock_device_reset()
6358 mutex_lock(&ctrl_info->lun_reset_mutex); in pqi_device_reset_handler()
6375 mutex_unlock(&ctrl_info->lun_reset_mutex); in pqi_device_reset_handler()
8669 mutex_init(&ctrl_info->lun_reset_mutex); in pqi_alloc_ctrl_info()