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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_queue.c126 q->tickq = snd_seq_prioq_new();
129 if (q->tickq == NULL || q->timeq == NULL || q->timer == NULL) {
130 snd_seq_prioq_delete(&q->tickq);
153 snd_seq_prioq_delete(&q->tickq);
275 while ((cell = snd_seq_prioq_cell_peek(q->tickq)) != NULL) {
278 cell = snd_seq_prioq_cell_out(q->tickq);
342 err = snd_seq_prioq_cell_in(q->tickq, cell);
607 snd_seq_prioq_leave(q->tickq, client, 0);
628 snd_seq_prioq_leave(q->tickq, client, 0);
646 snd_seq_prioq_remove_events(q->tickq, clien
[all...]
H A Dseq_queue.h38 struct snd_seq_prioq *tickq; /* midi tick event queue */ member in struct:snd_seq_queue
H A Dseq_clientmgr.c1658 status.events = queue->tickq->cells + queue->timeq->cells;

Completed in 54 milliseconds