Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Daha152x.c274 #define DO_LOCK(flags) spin_lock_irqsave(&QLOCK,flags)
275 #define DO_UNLOCK(flags) spin_unlock_irqrestore(&QLOCK,flags)
535 #define QLOCK (HOSTDATA(shpnt)->lock) macro
761 spin_lock_init(&QLOCK); in aha152x_probe_one()