Searched refs:tgt_ch (Results 1 – 1 of 1) sorted by relevance
345 srpt_channel_t *tgt_ch; in srpt_ch_cleanup() local363 tgt_ch = list_head(&tgt->tp_ch_list); in srpt_ch_cleanup()364 while (tgt_ch != NULL) { in srpt_ch_cleanup()365 if (tgt_ch == ch) { in srpt_ch_cleanup()366 list_remove(&tgt->tp_ch_list, tgt_ch); in srpt_ch_cleanup()367 srpt_ch_release_ref(tgt_ch, 0); in srpt_ch_cleanup()370 tgt_ch = list_next(&tgt->tp_ch_list, tgt_ch); in srpt_ch_cleanup()374 if (tgt_ch == NULL) { in srpt_ch_cleanup()