Home
last modified time | relevance | path

Searched refs:nthrs (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_convert.c241 ctf_convert_set_nthreads(ctf_convert_t *cch, uint_t nthrs) in ctf_convert_set_nthreads() argument
243 if (nthrs == 0) in ctf_convert_set_nthreads()
245 cch->cch_nthreads = nthrs; in ctf_convert_set_nthreads()
H A Dctf_dwarf.c3466 ctf_dwarf_convert_batch(uint_t start, uint_t end, int fd, uint_t nthrs, in ctf_dwarf_convert_batch() argument
3520 if ((err = ctf_merge_set_nthreads(cmp, nthrs)) != 0) { in ctf_dwarf_convert_batch()
3579 uint_t ndies, i, bsize, nthrs; in ctf_dwarf_convert() local
3663 nthrs = min(ndies, cch->cch_nthreads); in ctf_dwarf_convert()
3666 if (workq_init(&wqp, nthrs) == -1) { in ctf_dwarf_convert()
3677 fd, nthrs, wqp, cdies, fpp); in ctf_dwarf_convert()
H A Dctf_merge.c1686 ctf_merge_set_nthreads(ctf_merge_t *cmp, const uint_t nthrs) in ctf_merge_set_nthreads() argument
1688 if (nthrs == 0) in ctf_merge_set_nthreads()
1690 cmp->cmh_nthreads = nthrs; in ctf_merge_set_nthreads()
/illumos-gate/usr/src/lib/mergeq/
H A Dworkq.c78 workq_init(workq_t **outp, uint_t nthrs) in workq_init() argument
95 wqp->wq_ndthreads = nthrs - 1; in workq_init()
H A Dmergeq.c239 mergeq_init(mergeq_t **outp, uint_t nthrs) in mergeq_init() argument
256 mqp->mq_ndthreads = nthrs - 1; in mergeq_init()