Searched refs:wq_maxbatchsz (Results 1 – 2 of 2) sorted by relevance
439 if (wipslot->wip_nmerged == wq->wq_maxbatchsz) in worker_runphase1()643 wq->wq_maxbatchsz = atoi(getenv("CTFMERGE_PHASE1_BATCH_SIZE")); in wq_init()645 wq->wq_maxbatchsz = MERGE_PHASE1_BATCH_SIZE; in wq_init()647 nslots = MIN(nslots, (nfiles + wq->wq_maxbatchsz - 1) / in wq_init()648 wq->wq_maxbatchsz); in wq_init()
56 int wq_maxbatchsz; member