Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/arm/
Dqueue.c42 #define SET_MAGIC(q,m) ((q)->magic = (m)) macro
45 #define SET_MAGIC(q,m) do { } while (0) macro
76 SET_MAGIC(q, QUEUE_MAGIC_FREE); in queue_initialise()
123 SET_MAGIC(q, QUEUE_MAGIC_USED); in __queue_add()
148 SET_MAGIC(q, QUEUE_MAGIC_FREE); in __queue_remove()