Home
last modified time | relevance | path

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

/linux/drivers/target/
H A 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()
H A Dtarget_core_device.c777 mutex_init(&dev->lun_reset_mutex); in target_alloc_device()
/linux/include/target/
H A Dtarget_core_base.h899 struct mutex lun_reset_mutex;
895 struct mutex lun_reset_mutex; global() member
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c327 mutex_lock(&ctrl_info->lun_reset_mutex); in pqi_ctrl_block_device_reset()
332 mutex_unlock(&ctrl_info->lun_reset_mutex); in pqi_ctrl_unblock_device_reset()
6439 mutex_lock(&ctrl_info->lun_reset_mutex); in pqi_device_reset_handler()
6447 mutex_unlock(&ctrl_info->lun_reset_mutex); in pqi_device_reset_handler()
6467 mutex_unlock(&ctrl_info->lun_reset_mutex); in pqi_device_reset_handler()
6664 mutex_lock(&ctrl_info->lun_reset_mutex); in pqi_sdev_destroy()
6667 mutex_unlock(&ctrl_info->lun_reset_mutex); in pqi_sdev_destroy()
8848 mutex_init(&ctrl_info->lun_reset_mutex); in pqi_alloc_ctrl_info()
H A Dsmartpqi.h1361 struct mutex lun_reset_mutex; member