Searched refs:wip_td (Results 1 – 2 of 2) sorted by relevance
305 if (wipslot->wip_td != NULL) { in finalize_phase_one()311 if (wipslot->wip_td != NULL) { in finalize_phase_one()312 fifo_add(wq->wq_donequeue, wipslot->wip_td); in finalize_phase_one()313 wq->wq_wip[slotnum].wip_td = NULL; in finalize_phase_one()360 fifo_add(wq->wq_donequeue, slot->wip_td); in wip_save_work()366 slot->wip_td = NULL; in wip_save_work()375 if (slot->wip_td == NULL) { in wip_add_work()376 slot->wip_td = pow; in wip_add_work()380 (void *)pow, (void *)slot->wip_td); in wip_add_work()382 merge_into_master(pow, slot->wip_td, NULL, 0); in wip_add_work()
48 tdata_t *wip_td; member