taglinefilesource code
new_stage3194drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage3209drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3210drivers/block/ide-tape.cwhile (new_stage != NULL) {
new_stage3211drivers/block/ide-tape.cnew_stage->rq=rq;
new_stage3213drivers/block/ide-tape.cidetape_add_stage_tail (drive,new_stage);
new_stage3215drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3267drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage3276drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3285drivers/block/ide-tape.cwhile (new_stage == NULL) {
new_stage3290drivers/block/ide-tape.cnew_stage=idetape_kmalloc_stage (drive);
new_stage3303drivers/block/ide-tape.crq=&(new_stage->rq);
new_stage3311drivers/block/ide-tape.cidetape_copy_buffer_to_stage (new_stage,buffer);
new_stage3314drivers/block/ide-tape.cidetape_add_stage_tail (drive,new_stage);
new_stage4270drivers/block/ide-tape.cidetape_pipeline_stage_t *new_stage;
new_stage4282drivers/block/ide-tape.cnew_stage=(idetape_pipeline_stage_t *) kmalloc (sizeof (idetape_pipeline_stage_t),GFP_KERNEL);
new_stage4283drivers/block/ide-tape.cif (new_stage==NULL)
new_stage4286drivers/block/ide-tape.cnew_stage->next=new_stage->prev=NULL;
new_stage4292drivers/block/ide-tape.cprev_bh=new_stage->bh=(idetape_buffer_head_t *) kmalloc (sizeof (idetape_buffer_head_t),GFP_KERNEL);
new_stage4293drivers/block/ide-tape.cif (new_stage->bh==NULL) {
new_stage4294drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4297drivers/block/ide-tape.cnew_stage->bh->next=NULL;
new_stage4299drivers/block/ide-tape.cnew_stage->bh->data=kmalloc (IDETAPE_ALLOCATION_BLOCK,GFP_KERNEL);
new_stage4300drivers/block/ide-tape.cif (new_stage->bh->data==NULL) {
new_stage4301drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4308drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4315drivers/block/ide-tape.cidetape_kfree_stage (new_stage);
new_stage4320drivers/block/ide-tape.creturn (new_stage);