Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/seq/
Dseq_queue.c118 spin_lock_init(&q->check_lock); in queue_new()
263 spin_lock_irqsave(&q->check_lock, flags); in snd_seq_check_queue()
266 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
270 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
301 spin_lock_irqsave(&q->check_lock, flags); in snd_seq_check_queue()
304 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
308 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
Dseq_queue.h52 spinlock_t check_lock; member