Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
snd_timer_user Struct Reference

Data Fields

struct snd_timer_instancetimeri
 
int tread
 
unsigned long ticks
 
unsigned long overrun
 
int qhead
 
int qtail
 
int qused
 
int queue_size
 
struct snd_timer_readqueue
 
struct snd_timer_treadtqueue
 
spinlock_t qlock
 
unsigned long last_resolution
 
unsigned int filter
 
struct timespec tstamp
 
wait_queue_head_t qchange_sleep
 
struct fasync_structfasync
 
struct mutex tread_sem
 

Detailed Description

Definition at line 59 of file timer.c.

Field Documentation

Definition at line 75 of file timer.c.

unsigned int filter

Definition at line 72 of file timer.c.

unsigned long last_resolution

Definition at line 71 of file timer.c.

unsigned long overrun

Definition at line 63 of file timer.c.

wait_queue_head_t qchange_sleep

Definition at line 74 of file timer.c.

int qhead

Definition at line 64 of file timer.c.

spinlock_t qlock

Definition at line 70 of file timer.c.

int qtail

Definition at line 65 of file timer.c.

Definition at line 68 of file timer.c.

int queue_size

Definition at line 67 of file timer.c.

int qused

Definition at line 66 of file timer.c.

unsigned long ticks

Definition at line 62 of file timer.c.

Definition at line 60 of file timer.c.

Definition at line 69 of file timer.c.

int tread

Definition at line 61 of file timer.c.

struct mutex tread_sem

Definition at line 76 of file timer.c.

struct timespec tstamp

Definition at line 73 of file timer.c.


The documentation for this struct was generated from the following file: