Lines Matching refs:minalloc
1737 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc, in taskq_create() argument
1742 return (taskq_create_common(name, 0, nthreads, pri, minalloc, in taskq_create()
1757 int minalloc, int maxalloc, uint_t flags) in taskq_create_instance() argument
1767 pri, minalloc, maxalloc, &p0, 0, flags)); in taskq_create_instance()
1771 taskq_create_proc(const char *name, int nthreads, pri_t pri, int minalloc, in taskq_create_proc() argument
1777 return (taskq_create_common(name, 0, nthreads, pri, minalloc, in taskq_create_proc()
1782 taskq_create_sysdc(const char *name, int nthreads, int minalloc, in taskq_create_sysdc() argument
1788 return (taskq_create_common(name, 0, nthreads, minclsyspri, minalloc, in taskq_create_sysdc()
1794 int minalloc, int maxalloc, proc_t *proc, uint_t dc, uint_t flags) in taskq_create_common() argument
1868 tq->tq_minalloc = minalloc; in taskq_create_common()
1882 while (minalloc-- > 0) in taskq_create_common()