|
Linux Kernel
3.7.1
|
#include <linux/sched.h>Go to the source code of this file.
Macros | |
| #define | snd_use_lock_init(lockp) |
| #define | snd_use_lock_use(lockp) |
| #define | snd_use_lock_free(lockp) |
| #define | snd_use_lock_sync(lockp) |
Typedefs | |
| typedef spinlock_t | snd_use_lock_t |
| #define snd_use_lock_free | ( | lockp | ) |
Definition at line 28 of file seq_lock.h.
| #define snd_use_lock_init | ( | lockp | ) |
Definition at line 26 of file seq_lock.h.
| #define snd_use_lock_sync | ( | lockp | ) |
Definition at line 29 of file seq_lock.h.
| #define snd_use_lock_use | ( | lockp | ) |
Definition at line 27 of file seq_lock.h.
| typedef spinlock_t snd_use_lock_t |
Definition at line 25 of file seq_lock.h.
1.8.2