Searched refs:this_one (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.c872 int this_one, action; local
879 qhead = ((this_one = qhead) + 1) % SEQ_MAX_QUEUE;
885 if ((action = play_event(&queue[this_one * EV_SZ])))
890 qhead = this_one;

Completed in 34 milliseconds