Searched refs:QE_t (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/scsi/arm/ |
D | queue.c | 37 } QE_t; typedef 62 QE_t *q; in queue_initialise() 74 queue->alloc = q = kmalloc_array(nqueues, sizeof(QE_t), GFP_KERNEL); in queue_initialise() 111 QE_t *q; in __queue_add() 121 q = list_entry(l, QE_t, list); in __queue_add() 140 QE_t *q; in __queue_remove() 146 q = list_entry(ent, QE_t, list); in __queue_remove() 170 QE_t *q = list_entry(l, QE_t, list); in queue_remove_exclude() 219 QE_t *q = list_entry(l, QE_t, list); in queue_remove_tgtluntag() 245 QE_t *q = list_entry(l, QE_t, list); in queue_remove_all_target() [all …]
|