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

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctfmerge.h56 int wq_maxbatchsz; member in struct:workqueue
H A Dctfmerge.c465 if (wipslot->wip_nmerged == wq->wq_maxbatchsz)
667 wq->wq_maxbatchsz = atoi(getenv("CTFMERGE_PHASE1_BATCH_SIZE"));
669 wq->wq_maxbatchsz = MERGE_PHASE1_BATCH_SIZE;
671 nslots = MIN(nslots, (nfiles + wq->wq_maxbatchsz - 1) /
672 wq->wq_maxbatchsz);

Completed in 72 milliseconds