Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dqueue.c33 } QE_t; typedef
58 QE_t *q; in queue_initialise()
70 queue->alloc = q = kmalloc_array(nqueues, sizeof(QE_t), GFP_KERNEL); in queue_initialise()
107 QE_t *q; in __queue_add()
117 q = list_entry(l, QE_t, list); in __queue_add()
136 QE_t *q; in __queue_remove()
142 q = list_entry(ent, QE_t, list); in __queue_remove()
166 QE_t *q = list_entry(l, QE_t, list); in queue_remove_exclude()
215 QE_t * in queue_remove_tgtluntag()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Dqueue.c37 } 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 * in queue_remove_tgtluntag()
[all...]

Completed in 2 milliseconds