Home
last modified time | relevance | path

Searched refs:wip_td (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/tools/ctf/cvt/
H A Dctfmerge.c305 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()
H A Dctfmerge.h48 tdata_t *wip_td; member