Searched refs:wip_td (Results 1 – 2 of 2) sorted by relevance
315 if (wipslot->wip_td != NULL) { in finalize_phase_one()321 if (wipslot->wip_td != NULL) { in finalize_phase_one()322 fifo_add(wq->wq_donequeue, wipslot->wip_td); in finalize_phase_one()323 wq->wq_wip[slotnum].wip_td = NULL; in finalize_phase_one()370 fifo_add(wq->wq_donequeue, slot->wip_td); in wip_save_work()376 slot->wip_td = NULL; in wip_save_work()385 if (slot->wip_td == NULL) { in wip_add_work()386 slot->wip_td = pow; in wip_add_work()390 (void *)pow, (void *)slot->wip_td); in wip_add_work()392 merge_into_master(pow, slot->wip_td, NULL, 0); in wip_add_work()
48 tdata_t *wip_td; member