Searched defs:qlock (Results 1 - 1 of 1) sorted by relevance

/sound/core/
H A Dtimer.c69 spinlock_t qlock; member in struct:snd_timer_user
1123 spin_lock(&tu->qlock);
1142 spin_unlock(&tu->qlock);
1176 spin_lock_irqsave(&tu->qlock, flags);
1178 spin_unlock_irqrestore(&tu->qlock, flags);
1193 spin_lock(&tu->qlock);
1196 spin_unlock(&tu->qlock);
1234 spin_unlock(&tu->qlock);
1253 spin_lock_init(&tu->qlock);
1708 spin_lock_irq(&tu->qlock);
[all...]

Completed in 75 milliseconds