tag | line | file | source code |
---|---|---|---|
iqueue | 56 | drivers/sound/sequencer.c | static unsigned char *iqueue = NULL; /* SEQ_MAX_QUEUE * IEV_SZ bytes */ |
iqueue | 96 | drivers/sound/sequencer.c | COPY_TO_USER (buf, p, &iqueue[iqhead * IEV_SZ], IEV_SZ); |
iqueue | 121 | drivers/sound/sequencer.c | memcpy (&iqueue[iqtail * IEV_SZ], event, IEV_SZ); |
iqueue | 1097 | drivers/sound/sequencer.c | PERMANENT_MALLOC(unsigned char*, iqueue, SEQ_MAX_QUEUE*IEV_SZ, mem_start); |