Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libfc/
Dfc_exch.c379 spin_lock_bh(&ep->ex_lock); in fc_exch_timer_set()
381 spin_unlock_bh(&ep->ex_lock); in fc_exch_timer_set()
541 spin_lock_bh(&ep->ex_lock); in fc_seq_send()
543 spin_unlock_bh(&ep->ex_lock); in fc_seq_send()
592 spin_lock_bh(&ep->ex_lock); in fc_seq_start_next()
594 spin_unlock_bh(&ep->ex_lock); in fc_seq_start_next()
612 spin_lock_bh(&ep->ex_lock); in fc_seq_set_resp()
615 spin_unlock_bh(&ep->ex_lock); in fc_seq_set_resp()
619 spin_lock_bh(&ep->ex_lock); in fc_seq_set_resp()
624 spin_unlock_bh(&ep->ex_lock); in fc_seq_set_resp()
[all …]
/Linux-v4.19/include/scsi/
Dlibfc.h437 spinlock_t ex_lock; member