Home
last modified time | relevance | path

Searched refs:ex_lock (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_exch.c204 * - If the EM pool lock and ex_lock must be taken at the same time, then the
205 * EM pool lock must be taken before the ex_lock.
369 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()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_exch.c203 * - If the EM pool lock and ex_lock must be taken at the same time, then the
204 * EM pool lock must be taken before the ex_lock.
368 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()
[all...]
/kernel/linux/linux-5.10/include/scsi/
H A Dlibfc.h392 * @ex_lock: Lock that protects the exchange
419 * Locking notes: The ex_lock protects following items:
425 spinlock_t ex_lock; member
/kernel/linux/linux-6.6/include/scsi/
H A Dlibfc.h401 * @ex_lock: Lock that protects the exchange
428 * Locking notes: The ex_lock protects following items:
434 spinlock_t ex_lock; member

Completed in 8 milliseconds