Home
last modified time | relevance | path

Searched refs:tgt_mutex (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_target.c854 mutex_lock(&vha->vha_tgt.tgt_mutex); in qlt_fc_port_added()
856 mutex_unlock(&vha->vha_tgt.tgt_mutex); in qlt_fc_port_added()
986 mutex_lock(&vha->vha_tgt.tgt_mutex); in qlt_stop_phase1()
991 mutex_unlock(&vha->vha_tgt.tgt_mutex); in qlt_stop_phase1()
1041 mutex_lock(&vha->vha_tgt.tgt_mutex); in qlt_stop_phase2()
1051 mutex_unlock(&vha->vha_tgt.tgt_mutex); in qlt_stop_phase2()
3707 mutex_lock(&vha->vha_tgt.tgt_mutex); in qlt_create_sess_from_atio()
3710 mutex_unlock(&vha->vha_tgt.tgt_mutex); in qlt_create_sess_from_atio()
5618 mutex_lock(&vha->vha_tgt.tgt_mutex); in qlt_abort_work()
5621 mutex_unlock(&vha->vha_tgt.tgt_mutex); in qlt_abort_work()
[all …]
Dqla_def.h2871 struct mutex tgt_mutex; member