taglinefilesource code
next_stage1242drivers/block/ide-tape.ctape->first_stage=tape->next_stage=tape->last_stage=NULL;
next_stage2866drivers/block/ide-tape.cif (tape->next_stage == NULL) {
next_stage3365drivers/block/ide-tape.ctape->next_stage=NULL;
next_stage3453drivers/block/ide-tape.cif (tape->first_stage != NULL || tape->next_stage != NULL || tape->last_stage != NULL || tape->current_number_of_stages != 0) {
next_stage4490drivers/block/ide-tape.ctape->first_stage=tape->next_stage=stage;
next_stage4492drivers/block/ide-tape.cif (tape->next_stage == NULL)
next_stage4493drivers/block/ide-tape.ctape->next_stage=tape->last_stage;
next_stage4529drivers/block/ide-tape.cif (tape->next_stage != NULL)
next_stage4547drivers/block/ide-tape.cif (tape->next_stage == NULL)
next_stage4565drivers/block/ide-tape.cidetape_pipeline_stage_t *stage=tape->next_stage;
next_stage4583drivers/block/ide-tape.ctape->next_stage=stage->next;
next_stage500drivers/block/ide-tape.hidetape_pipeline_stage_t *next_stage;  /* Will be serviced after the currently active request */