QUEUE_LENGTH 454 sound/firewire/amdtp-stream.c if (++s->packet_index >= QUEUE_LENGTH) QUEUE_LENGTH 678 sound/firewire/amdtp-stream.c return increment_cycle_count(cycle, QUEUE_LENGTH); QUEUE_LENGTH 692 sound/firewire/amdtp-stream.c unsigned int index = (s->packet_index + i) % QUEUE_LENGTH; QUEUE_LENGTH 733 sound/firewire/amdtp-stream.c unsigned int index = (s->packet_index + i) % QUEUE_LENGTH; QUEUE_LENGTH 956 sound/firewire/amdtp-stream.c err = iso_packets_buffer_init(&s->buffer, s->unit, QUEUE_LENGTH, QUEUE_LENGTH 207 sound/firewire/isight.c if (++index >= QUEUE_LENGTH) QUEUE_LENGTH 271 sound/firewire/isight.c QUEUE_LENGTH, QUEUE_LENGTH 378 sound/firewire/isight.c for (i = 0; i < QUEUE_LENGTH; ++i) {