Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_lock.h7 typedef atomic_t snd_use_lock_t; typedef
19 void snd_use_lock_sync_helper(snd_use_lock_t *lock, const char *file, int line);
H A Dseq_lock.c12 void snd_use_lock_sync_helper(snd_use_lock_t *lockp, const char *file, int line) in snd_use_lock_sync_helper()