Home
last modified time | relevance | path

Searched refs:mutexp (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/core/seq/
Dseq_memory.c224 struct mutex *mutexp) in snd_seq_cell_alloc() argument
248 if (mutexp) in snd_seq_cell_alloc()
249 mutex_unlock(mutexp); in snd_seq_cell_alloc()
251 if (mutexp) in snd_seq_cell_alloc()
252 mutex_lock(mutexp); in snd_seq_cell_alloc()
295 struct file *file, struct mutex *mutexp) in snd_seq_event_dup() argument
312 err = snd_seq_cell_alloc(pool, &cell, nonblock, file, mutexp); in snd_seq_event_dup()
339 mutexp); in snd_seq_event_dup()
Dseq_memory.h70 struct file *file, struct mutex *mutexp);
Dseq_clientmgr.c913 struct mutex *mutexp) in snd_seq_client_enqueue_event() argument
952 file, mutexp); in snd_seq_client_enqueue_event()