Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_memory.c213 struct mutex *mutexp) in snd_seq_cell_alloc() argument
237 if (mutexp) in snd_seq_cell_alloc()
238 mutex_unlock(mutexp); in snd_seq_cell_alloc()
240 if (mutexp) in snd_seq_cell_alloc()
241 mutex_lock(mutexp); in snd_seq_cell_alloc()
284 struct file *file, struct mutex *mutexp) in snd_seq_event_dup() argument
301 err = snd_seq_cell_alloc(pool, &cell, nonblock, file, mutexp); in snd_seq_event_dup()
328 mutexp); in snd_seq_event_dup()
Dseq_memory.h55 struct file *file, struct mutex *mutexp);
Dseq_clientmgr.c928 struct mutex *mutexp) in snd_seq_client_enqueue_event() argument
967 file, mutexp); in snd_seq_client_enqueue_event()