Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/cvt/
H A Dctfmerge.c303 wip_t *wipslot = &wq->wq_wip[slotnum]; in finalize_phase_one() local
305 if (wipslot->wip_td != NULL) { in finalize_phase_one()
307 slotnum, i, wipslot->wip_nmerged); 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()
392 wip_t *wipslot; in worker_runphase1() local
421 wipslot = &wq->wq_wip[wipslotnum]; in worker_runphase1()
423 pthread_mutex_lock(&wipslot->wip_lock); in worker_runphase1()
427 wip_add_work(wipslot, pow); in worker_runphase1()
429 if (wipslot->wip_nmerged == wq->wq_maxbatchsz) in worker_runphase1()
[all …]