Searched defs:taskq_create (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c229 taskq_create(const char *name, int nthreads, pri_t pri, function
333 system_taskq = taskq_create("system_taskq", 64, minclsyspri, 4, 512,
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c259 taskq_create(const char *name, int nthr, pri_t pri, int minalloc, function
371 system_taskq = taskq_create("system_taskq", 64, minclsyspri, 4, 512,
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c81 * taskq_t *taskq_create(name, nthreads, pri, minalloc, maxalloc, flags);
133 * Like taskq_create(), but takes an instance number (or -1 to indicate
139 * Like taskq_create(), but creates the taskq threads in the specified
526 * We want to ensure that when taskq_create() returns, there is at least
1805 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc, function

Completed in 64 milliseconds