Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_queue.c80 q->klocked = 1; in queue_list_remove()
123 q->klocked = 0; in queue_new()
355 return (q->owner == client) || (!q->locked && !q->klocked); in check_access()
369 q->klocked = 1; in queue_access_lock()
380 q->klocked = 0; in queue_access_unlock()
566 q->klocked = 1; in snd_seq_queue_client_termination()
H A Dseq_queue.h30 bool klocked; /* kernel lock (after START) */ member