Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_queue.c105 spin_lock_init(&q->check_lock); in queue_new()
252 spin_lock_irqsave(&q->check_lock, flags); in snd_seq_check_queue()
255 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
259 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
286 spin_lock_irqsave(&q->check_lock, flags); in snd_seq_check_queue()
290 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
295 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
Dseq_queue.h38 spinlock_t check_lock; member