Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/arm/
Dqueue.c36 } QE_t; typedef
61 QE_t *q; in queue_initialise()
73 queue->alloc = q = kmalloc(sizeof(QE_t) * nqueues, 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()
217 QE_t *q = list_entry(l, QE_t, list); in queue_remove_tgtluntag()
243 QE_t *q = list_entry(l, QE_t, list); in queue_remove_all_target()
[all …]