Searched refs:pend_q_lock (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/scsi/aic94xx/ | 
| D | aic94xx_hwi.c | 234 	spin_lock_init(&seq->pend_q_lock);  in asd_init_scbs() 739 		spin_lock_irqsave(&seq->pend_q_lock, flags);  in asd_dl_tasklet_handler() 742 		spin_unlock_irqrestore(&seq->pend_q_lock, flags);  in asd_dl_tasklet_handler() 1194 	spin_lock_irqsave(&asd_ha->seq.pend_q_lock, flags);  in asd_post_ascb_list() 1202 		spin_unlock_irqrestore(&asd_ha->seq.pend_q_lock, flags);  in asd_post_ascb_list() 1216 	spin_unlock_irqrestore(&asd_ha->seq.pend_q_lock, flags);  in asd_post_ascb_list() 1244 	spin_lock_irqsave(&asd_ha->seq.pend_q_lock, flags);  in asd_post_escb_list() 1248 	spin_unlock_irqrestore(&asd_ha->seq.pend_q_lock, flags);  in asd_post_escb_list()
  | 
| D | aic94xx_task.c | 22 	spin_lock_irqsave(&asd_ha->seq.pend_q_lock, flags);  in asd_can_dequeue() 24 	spin_unlock_irqrestore(&asd_ha->seq.pend_q_lock, flags);  in asd_can_dequeue() 518 	spin_lock_irqsave(&asd_ha->seq.pend_q_lock, flags);  in asd_can_queue() 523 	spin_unlock_irqrestore(&asd_ha->seq.pend_q_lock, flags);  in asd_can_queue()
  | 
| D | aic94xx_hwi.h | 143 	spinlock_t pend_q_lock;  member
  | 
| D | aic94xx_scb.c | 867 	spin_lock_irqsave(&seq->pend_q_lock, flags);  in asd_ascb_timedout() 870 	spin_unlock_irqrestore(&seq->pend_q_lock, flags);  in asd_ascb_timedout()
  | 
| D | aic94xx_init.c | 848 	spin_lock_irqsave(&asd_ha->seq.pend_q_lock, flags);  in asd_free_queues() 851 	spin_unlock_irqrestore(&asd_ha->seq.pend_q_lock, flags);  in asd_free_queues()
  |