Searched refs:tc_index_lock (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_hwi.h | 150 spinlock_t tc_index_lock; member 280 /* Must be called with the tc_index_lock held! 288 /* Must be called with the tc_index_lock held! 305 /* Must be called with the tc_index_lock held! 326 spin_lock_irqsave(&ascb->ha->seq.tc_index_lock, flags); in asd_ascb_free() 328 spin_unlock_irqrestore(&ascb->ha->seq.tc_index_lock, flags); in asd_ascb_free()
|
H A D | aic94xx_hwi.c | 220 spin_lock_init(&seq->tc_index_lock); in asd_init_scbs() 728 spin_lock_irqsave(&seq->tc_index_lock, flags); in asd_dl_tasklet_handler() 730 spin_unlock_irqrestore(&seq->tc_index_lock, flags); in asd_dl_tasklet_handler() 1051 spin_lock_irqsave(&seq->tc_index_lock, flags); in asd_ascb_alloc() 1053 spin_unlock_irqrestore(&seq->tc_index_lock, flags); in asd_ascb_alloc()
|
H A D | aic94xx_tmf.c | 275 spin_lock_irqsave(&asd_ha->seq.tc_index_lock, flags); in asd_get_tmf_resp_tasklet() 278 spin_unlock_irqrestore(&asd_ha->seq.tc_index_lock, flags); in asd_get_tmf_resp_tasklet()
|
H A D | aic94xx_task.c | 162 spin_lock_irqsave(&asd_ha->seq.tc_index_lock, flags); in asd_get_response_tasklet() 165 spin_unlock_irqrestore(&asd_ha->seq.tc_index_lock, flags); in asd_get_response_tasklet()
|
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
H A D | aic94xx_hwi.h | 150 spinlock_t tc_index_lock; member 280 /* Must be called with the tc_index_lock held! 288 /* Must be called with the tc_index_lock held! 305 /* Must be called with the tc_index_lock held! 326 spin_lock_irqsave(&ascb->ha->seq.tc_index_lock, flags); in asd_ascb_free() 328 spin_unlock_irqrestore(&ascb->ha->seq.tc_index_lock, flags); in asd_ascb_free()
|
H A D | aic94xx_hwi.c | 218 spin_lock_init(&seq->tc_index_lock); in asd_init_scbs() 726 spin_lock_irqsave(&seq->tc_index_lock, flags); in asd_dl_tasklet_handler() 728 spin_unlock_irqrestore(&seq->tc_index_lock, flags); in asd_dl_tasklet_handler() 1049 spin_lock_irqsave(&seq->tc_index_lock, flags); in asd_ascb_alloc() 1051 spin_unlock_irqrestore(&seq->tc_index_lock, flags); in asd_ascb_alloc()
|
H A D | aic94xx_tmf.c | 275 spin_lock_irqsave(&asd_ha->seq.tc_index_lock, flags); in asd_get_tmf_resp_tasklet() 278 spin_unlock_irqrestore(&asd_ha->seq.tc_index_lock, flags); in asd_get_tmf_resp_tasklet()
|
H A D | aic94xx_task.c | 162 spin_lock_irqsave(&asd_ha->seq.tc_index_lock, flags); in asd_get_response_tasklet() 165 spin_unlock_irqrestore(&asd_ha->seq.tc_index_lock, flags); in asd_get_response_tasklet()
|
Completed in 9 milliseconds