tag | line | file | source code |
next_stage | 1224 | drivers/block/ide-tape.c | tape->first_stage=tape->next_stage=tape->last_stage=NULL; |
next_stage | 2792 | drivers/block/ide-tape.c | if (tape->next_stage == NULL) { |
next_stage | 3267 | drivers/block/ide-tape.c | tape->next_stage=NULL; |
next_stage | 3323 | drivers/block/ide-tape.c | if (tape->first_stage != NULL || tape->next_stage != NULL || tape->last_stage != NULL || tape->current_number_of_stages != 0) { |
next_stage | 4436 | drivers/block/ide-tape.c | tape->first_stage=tape->next_stage=stage; |
next_stage | 4438 | drivers/block/ide-tape.c | if (tape->next_stage == NULL) |
next_stage | 4439 | drivers/block/ide-tape.c | tape->next_stage=tape->last_stage; |
next_stage | 4475 | drivers/block/ide-tape.c | if (tape->next_stage != NULL) |
next_stage | 4493 | drivers/block/ide-tape.c | if (tape->next_stage == NULL) |
next_stage | 4511 | drivers/block/ide-tape.c | idetape_pipeline_stage_t *stage=tape->next_stage; |
next_stage | 4529 | drivers/block/ide-tape.c | tape->next_stage=stage->next; |
next_stage | 472 | drivers/block/ide-tape.h | idetape_pipeline_stage_t *next_stage; /* Will be serviced after the currently active request */ |