Searched refs:pend_frames_lock (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/scsi/elx/libefc/ |
D | efclib.c | 30 spin_lock_init(&efc->pend_frames_lock); in efcport_init() 65 spin_lock_irqsave(&efc->pend_frames_lock, flags); in efc_purge_pending() 72 spin_unlock_irqrestore(&efc->pend_frames_lock, flags); in efc_purge_pending()
|
D | efc_domain.c | 874 spin_lock_irqsave(&efc->pend_frames_lock, flags); in efct_domain_process_pending() 885 spin_unlock_irqrestore(&efc->pend_frames_lock, flags); in efct_domain_process_pending() 890 spin_unlock_irqrestore(&efc->pend_frames_lock, flags); in efct_domain_process_pending() 917 spin_lock_irqsave(&efc->pend_frames_lock, flags); in efc_dispatch_frame() 920 spin_unlock_irqrestore(&efc->pend_frames_lock, flags); in efc_dispatch_frame() 1004 spin_lock(&node->pend_frames_lock); in efc_domain_dispatch_frame() 1007 spin_unlock(&node->pend_frames_lock); in efc_domain_dispatch_frame()
|
D | efc_node.c | 79 spin_lock_init(&node->pend_frames_lock); in efc_node_alloc() 300 spin_lock_irqsave(&node->pend_frames_lock, flags); in efc_node_handle_explicit_logo() 302 spin_unlock_irqrestore(&node->pend_frames_lock, flags); in efc_node_handle_explicit_logo() 352 spin_lock_irqsave(&node->pend_frames_lock, flags); in efc_node_purge_pending() 359 spin_unlock_irqrestore(&node->pend_frames_lock, flags); in efc_node_purge_pending() 1010 spin_lock_irqsave(&node->pend_frames_lock, flags); in efc_process_node_pending() 1017 spin_unlock_irqrestore(&node->pend_frames_lock, flags); in efc_process_node_pending()
|
D | efclib.h | 355 spinlock_t pend_frames_lock; member 563 spinlock_t pend_frames_lock; member
|