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

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctfmerge.h48 tdata_t *wip_td; member in struct:wip
H A Dctfmerge.c341 if (wipslot->wip_td != NULL) {
347 if (wipslot->wip_td != NULL) {
348 fifo_add(wq->wq_donequeue, wipslot->wip_td);
349 wq->wq_wip[slotnum].wip_td = NULL;
396 fifo_add(wq->wq_donequeue, slot->wip_td);
402 slot->wip_td = NULL;
411 if (slot->wip_td == NULL) {
412 slot->wip_td = pow;
416 (void *)pow, (void *)slot->wip_td);
418 merge_into_master(pow, slot->wip_td, NUL
[all...]

Completed in 66 milliseconds