Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/ctf/cvt/
H A Dctfmerge.c429 if (wipslot->wip_nmerged == wq->wq_maxbatchsz) in worker_runphase1()
631 wq->wq_maxbatchsz = atoi(getenv("CTFMERGE_PHASE1_BATCH_SIZE")); in wq_init()
633 wq->wq_maxbatchsz = MERGE_PHASE1_BATCH_SIZE; in wq_init()
635 nslots = MIN(nslots, (nfiles + wq->wq_maxbatchsz - 1) / in wq_init()
636 wq->wq_maxbatchsz); in wq_init()
H A Dctfmerge.h56 int wq_maxbatchsz; member