Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_exch.c369 spin_lock_bh(&ep->ex_lock); in fc_exch_timer_set()
371 spin_unlock_bh(&ep->ex_lock); in fc_exch_timer_set()
531 spin_lock_bh(&ep->ex_lock); in fc_seq_send()
533 spin_unlock_bh(&ep->ex_lock); in fc_seq_send()
582 spin_lock_bh(&ep->ex_lock); in fc_seq_start_next()
584 spin_unlock_bh(&ep->ex_lock); in fc_seq_start_next()
602 spin_lock_bh(&ep->ex_lock); in fc_seq_set_resp()
605 spin_unlock_bh(&ep->ex_lock); in fc_seq_set_resp()
609 spin_lock_bh(&ep->ex_lock); in fc_seq_set_resp()
614 spin_unlock_bh(&ep->ex_lock); in fc_seq_set_resp()
[all …]
/kernel/linux/linux-5.10/include/scsi/
Dlibfc.h425 spinlock_t ex_lock; member