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