Lines Matching refs:minalloc
2509 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc, in taskq_create() argument
2514 return (taskq_create_common(name, 0, nthreads, pri, minalloc, in taskq_create()
2529 int minalloc, int maxalloc, uint_t flags) in taskq_create_instance() argument
2539 pri, minalloc, maxalloc, &p0, 0, flags)); in taskq_create_instance()
2543 taskq_create_proc(const char *name, int nthreads, pri_t pri, int minalloc, in taskq_create_proc() argument
2549 return (taskq_create_common(name, 0, nthreads, pri, minalloc, in taskq_create_proc()
2554 taskq_create_sysdc(const char *name, int nthreads, int minalloc, in taskq_create_sysdc() argument
2560 return (taskq_create_common(name, 0, nthreads, minclsyspri, minalloc, in taskq_create_sysdc()
2566 int minalloc, int maxalloc, proc_t *proc, uint_t dc, uint_t flags) in taskq_create_common() argument
2651 tq->tq_minalloc = minalloc; in taskq_create_common()
2665 while (minalloc-- > 0) in taskq_create_common()