Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/arm/
Dqueue.c36 } QE_t; typedef
61 QE_t *q; in queue_initialise()
73 queue->alloc = q = kmalloc_array(nqueues, sizeof(QE_t), GFP_KERNEL); in queue_initialise()
110 QE_t *q; in __queue_add()
120 q = list_entry(l, QE_t, list); in __queue_add()
139 QE_t *q; in __queue_remove()
145 q = list_entry(ent, QE_t, list); in __queue_remove()
169 QE_t *q = list_entry(l, QE_t, list); in queue_remove_exclude()
218 QE_t *q = list_entry(l, QE_t, list); in queue_remove_tgtluntag()
244 QE_t *q = list_entry(l, QE_t, list); in queue_remove_all_target()
[all …]