Lines Matching refs:minalloc
1805 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc, in taskq_create() argument
1810 return (taskq_create_common(name, 0, nthreads, pri, minalloc, in taskq_create()
1825 int minalloc, int maxalloc, uint_t flags) in taskq_create_instance() argument
1835 pri, minalloc, maxalloc, &p0, 0, flags)); in taskq_create_instance()
1839 taskq_create_proc(const char *name, int nthreads, pri_t pri, int minalloc, in taskq_create_proc() argument
1845 return (taskq_create_common(name, 0, nthreads, pri, minalloc, in taskq_create_proc()
1850 taskq_create_sysdc(const char *name, int nthreads, int minalloc, in taskq_create_sysdc() argument
1856 return (taskq_create_common(name, 0, nthreads, minclsyspri, minalloc, in taskq_create_sysdc()
1862 int minalloc, int maxalloc, proc_t *proc, uint_t dc, uint_t flags) in taskq_create_common() argument
1939 tq->tq_minalloc = minalloc; in taskq_create_common()
1953 while (minalloc-- > 0) in taskq_create_common()