Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
Dfc_exch.c368 spin_lock_bh(&ep->ex_lock); in fc_exch_timer_set()
370 spin_unlock_bh(&ep->ex_lock); in fc_exch_timer_set()
530 spin_lock_bh(&ep->ex_lock); in fc_seq_send()
532 spin_unlock_bh(&ep->ex_lock); in fc_seq_send()
581 spin_lock_bh(&ep->ex_lock); in fc_seq_start_next()
583 spin_unlock_bh(&ep->ex_lock); in fc_seq_start_next()
601 spin_lock_bh(&ep->ex_lock); in fc_seq_set_resp()
604 spin_unlock_bh(&ep->ex_lock); in fc_seq_set_resp()
608 spin_lock_bh(&ep->ex_lock); in fc_seq_set_resp()
613 spin_unlock_bh(&ep->ex_lock); in fc_seq_set_resp()
[all …]
/linux-6.1.9/include/scsi/
Dlibfc.h434 spinlock_t ex_lock; member