Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_device.c293 spin_lock(&lun->lun_deve_lock); in target_dev_ua_allocate()
296 spin_unlock(&lun->lun_deve_lock); in target_dev_ua_allocate()
374 spin_lock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
377 spin_unlock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
392 spin_lock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
394 spin_unlock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
427 spin_lock(&lun->lun_deve_lock); in core_disable_device_list_for_node()
429 spin_unlock(&lun->lun_deve_lock); in core_disable_device_list_for_node()
H A Dtarget_core_alua.c938 spin_lock(&lun->lun_deve_lock); in core_alua_queue_state_change_ua()
969 spin_unlock(&lun->lun_deve_lock); in core_alua_queue_state_change_ua()
1814 spin_lock(&lun->lun_deve_lock); in __target_attach_tg_pt_gp()
1818 spin_unlock(&lun->lun_deve_lock); in __target_attach_tg_pt_gp()
H A Dtarget_core_pr.c732 spin_lock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
764 spin_unlock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
800 spin_lock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
802 spin_unlock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
H A Dtarget_core_tpg.c624 spin_lock_init(&lun->lun_deve_lock); in core_tpg_alloc_lun()
/openbmc/linux/include/target/
H A Dtarget_core_base.h747 spinlock_t lun_deve_lock; member