Searched refs:owner_lock (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/core/seq/
H A Dseq_queue.h37 spinlock_t owner_lock; member in struct:snd_seq_queue
H A Dseq_queue.c73 guard(spinlock)(&q->owner_lock);
96 spin_lock_init(&q->owner_lock);
352 guard(spinlock_irqsave)(&q->owner_lock);
362 guard(spinlock_irqsave)(&q->owner_lock);
374 scoped_guard(spinlock_irqsave, &q->owner_lock)
397 scoped_guard(spinlock_irqsave, &q->owner_lock) {
732 scoped_guard(spinlock_irq, &q->owner_lock) {

Completed in 97 milliseconds