tag | line | file | source code |
---|---|---|---|
next_rq | 1834 | drivers/block/ide-tape.c | struct request *next_rq; |
next_rq | 1939 | drivers/block/ide-tape.c | next_rq=bdev->current_request; |
next_rq | 1940 | drivers/block/ide-tape.c | if (next_rq == HWGROUP (drive)->rq) |
next_rq | 1941 | drivers/block/ide-tape.c | next_rq=next_rq->next; |
next_rq | 1943 | drivers/block/ide-tape.c | if (next_rq == NULL) { |