Searched refs:wq_maxbatchsz (Results 1 – 2 of 2) sorted by relevance
429 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()
56 int wq_maxbatchsz; member