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

/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_exch.c213 * - If the EM pool lock and ex_lock must be taken at the same time, then the
214 * EM pool lock must be taken before the ex_lock.
376 spin_lock_bh(&ep->ex_lock); fc_exch_timer_set()
378 spin_unlock_bh(&ep->ex_lock); fc_exch_timer_set()
534 spin_lock_bh(&ep->ex_lock); fc_seq_send()
536 spin_unlock_bh(&ep->ex_lock); fc_seq_send()
584 spin_lock_bh(&ep->ex_lock); fc_seq_start_next()
586 spin_unlock_bh(&ep->ex_lock); fc_seq_start_next()
604 spin_lock_bh(&ep->ex_lock); fc_seq_set_resp()
607 spin_unlock_bh(&ep->ex_lock); fc_seq_set_resp()
611 spin_lock_bh(&ep->ex_lock); fc_seq_set_resp()
616 spin_unlock_bh(&ep->ex_lock); fc_seq_set_resp()
690 spin_lock_bh(&ep->ex_lock); fc_seq_exch_abort()
692 spin_unlock_bh(&ep->ex_lock); fc_seq_exch_abort()
701 * first unlock of ex_lock after fc_exch_alloc()) ep->resp and ep->arg are
725 spin_lock_bh(&ep->ex_lock); fc_invoke_resp()
731 spin_unlock_bh(&ep->ex_lock); fc_invoke_resp()
738 spin_lock_bh(&ep->ex_lock); fc_invoke_resp()
741 spin_unlock_bh(&ep->ex_lock); fc_invoke_resp()
763 spin_lock_bh(&ep->ex_lock); fc_exch_timeout()
770 spin_unlock_bh(&ep->ex_lock); fc_exch_timeout()
777 spin_unlock_bh(&ep->ex_lock); fc_exch_timeout()
786 spin_unlock_bh(&ep->ex_lock); fc_exch_timeout()
844 spin_lock_init(&ep->ex_lock); fc_exch_em_alloc()
850 spin_lock_bh(&ep->ex_lock); fc_exch_em_alloc()
938 spin_lock_bh(&ep->ex_lock); fc_exch_done()
940 spin_unlock_bh(&ep->ex_lock); fc_exch_done()
988 spin_unlock_bh(&ep->ex_lock); /* lock from fc_exch_alloc */ fc_exch_resp()
1071 spin_lock_bh(&ep->ex_lock); fc_seq_lookup_recip()
1102 spin_unlock_bh(&ep->ex_lock); fc_seq_lookup_recip()
1114 spin_unlock_bh(&ep->ex_lock); fc_seq_lookup_recip()
1382 spin_lock_bh(&ep->ex_lock); fc_exch_recv_abts()
1384 spin_unlock_bh(&ep->ex_lock); fc_exch_recv_abts()
1408 spin_unlock_bh(&ep->ex_lock); fc_exch_recv_abts()
1565 spin_lock_bh(&ep->ex_lock); fc_exch_recv_seq_resp()
1568 spin_unlock_bh(&ep->ex_lock); fc_exch_recv_seq_resp()
1576 spin_lock_bh(&ep->ex_lock); fc_exch_recv_seq_resp()
1579 spin_unlock_bh(&ep->ex_lock); fc_exch_recv_seq_resp()
1654 spin_lock_bh(&ep->ex_lock); fc_exch_abts_resp()
1692 spin_unlock_bh(&ep->ex_lock); fc_exch_abts_resp()
1725 spin_lock_bh(&ep->ex_lock); fc_exch_recv_bls()
1727 spin_unlock_bh(&ep->ex_lock); fc_exch_recv_bls()
1831 spin_lock_bh(&ep->ex_lock); fc_exch_reset()
1840 spin_unlock_bh(&ep->ex_lock); fc_exch_reset()
2120 spin_unlock_bh(&ep->ex_lock); fc_exch_seq_send()
2126 spin_unlock_bh(&ep->ex_lock); fc_exch_seq_send()
2172 spin_lock_bh(&ep->ex_lock); fc_exch_rrq()
2174 spin_unlock_bh(&ep->ex_lock); fc_exch_rrq()
2181 spin_unlock_bh(&ep->ex_lock); fc_exch_rrq()
2213 spin_lock_bh(&ep->ex_lock); fc_exch_els_rrq()
2233 spin_unlock_bh(&ep->ex_lock); fc_exch_els_rrq()
2242 spin_unlock_bh(&ep->ex_lock); fc_exch_els_rrq()
/linux-4.4.14/include/scsi/
H A Dlibfc.h396 * @ex_lock: Lock that protects the exchange
423 * Locking notes: The ex_lock protects following items:
429 spinlock_t ex_lock; member in struct:fc_exch

Completed in 123 milliseconds