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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctfmerge.h51 int wip_batchid; member in struct:wip
H A Dctfmerge.c313 if (wq->wq_wip[i].wip_batchid == wq->wq_lastdonebatch + 1) {
376 while (wq->wq_lastdonebatch + 1 < slot->wip_batchid)
378 assert(wq->wq_lastdonebatch + 1 == slot->wip_batchid);
387 slot->wip_batchid = wq->wq_next_batchid++;
679 wq->wq_wip[i].wip_batchid = wq->wq_next_batchid++;

Completed in 58 milliseconds