tag | line | file | source code |
---|---|---|---|
rq_stack_index | 3557 | drivers/block/ide-tape.c | printk ("ide-tape: rq_stack_index=%d\n",tape->rq_stack_index); |
rq_stack_index | 3559 | drivers/block/ide-tape.c | if (tape->rq_stack_index==IDETAPE_PC_STACK) |
rq_stack_index | 3560 | drivers/block/ide-tape.c | tape->rq_stack_index=0; |
rq_stack_index | 3561 | drivers/block/ide-tape.c | return (&(tape->rq_stack [tape->rq_stack_index++])); |
rq_stack_index | 401 | drivers/block/ide-tape.h | byte rq_stack_index; /* We implement a circular array */ |