Searched refs:discontact_th (Results 1 – 2 of 2) sorted by relevance
228 kfree(ch->discontact_th); in channel_remove()1364 ch->discontact_th = kzalloc(TH_HEADER_LENGTH, gfp_type()); in add_channel()1365 if (ch->discontact_th == NULL) in add_channel()1368 ch->discontact_th->th_blk_flag = TH_DISCONTACT; in add_channel()1439 ch->ccw[15].cda = virt_to_phys(ch->discontact_th); in add_channel()1493 kfree(ch->discontact_th); in add_channel()
189 struct th_header *discontact_th; member