Lines Matching full:locked
19 * - The queue is locked when struct snd_seq_queue pointer is returned via
88 static struct snd_seq_queue *queue_new(int owner, int locked) in queue_new() argument
114 q->locked = locked; in queue_new()
160 struct snd_seq_queue *snd_seq_queue_alloc(int client, int locked, unsigned int info_flags) in snd_seq_queue_alloc() argument
164 q = queue_new(client, locked); in snd_seq_queue_alloc()
339 return (q->owner == client) || (!q->locked && !q->klocked); in check_access()
379 int snd_seq_queue_set_owner(int queueid, int client, int locked) in snd_seq_queue_set_owner() argument
390 q->locked = locked ? 1 : 0; in snd_seq_queue_set_owner()
675 bool locked; in snd_seq_info_queues_read() local
690 locked = q->locked; in snd_seq_info_queues_read()
696 snd_iprintf(buffer, "lock status : %s\n", locked ? "Locked" : "Free"); in snd_seq_info_queues_read()