tag | line | file | source code |
---|---|---|---|
iqueue | 77 | drivers/sound/sequencer.c | static unsigned char *iqueue = NULL; |
iqueue | 135 | drivers/sound/sequencer.c | COPY_TO_USER (buf, p, &iqueue[iqhead * IEV_SZ], ev_len); |
iqueue | 173 | drivers/sound/sequencer.c | memcpy (&iqueue[iqtail * IEV_SZ], event, len); |
iqueue | 1901 | drivers/sound/sequencer.c | PERMANENT_MALLOC (unsigned char *, iqueue, SEQ_MAX_QUEUE * IEV_SZ, mem_start); |