Searched refs:iqhead (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsequencer.c68 static volatile int iqhead, iqtail, iqlen; variable
114 char *fixit = (char *) &iqueue[iqhead * IEV_SZ];
122 iqhead = (iqhead + 1) % SEQ_MAX_QUEUE;
1244 iqlen = iqhead = iqtail = 0;

Completed in 56 milliseconds