Searched refs:minalloc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | taskq.c | 255 int minalloc, int maxalloc, uint_t flags) in taskq_create() argument 283 tq->tq_minalloc = minalloc; in taskq_create() 292 while (minalloc-- > 0) in taskq_create() 348 int minalloc, int maxalloc, uint_t flags, kthread_t ***ktpp) in taskq_create_synced() argument 354 (void) pri; (void) minalloc; (void) maxalloc; in taskq_create_synced()
|
/freebsd/sys/cddl/compat/opensolaris/kern/ |
H A D | opensolaris_taskq.c | 83 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc __unused, in taskq_create() 90 taskq_create_proc(const char *name, int nthreads, pri_t pri, int minalloc, in taskq_create_proc() argument
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_taskq.c | 229 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc __unused, in taskq_create() 237 int minalloc __unused, int maxalloc __unused, proc_t *proc, uint_t flags) in taskq_create_proc() 281 int minalloc, int maxalloc, uint_t flags, kthread_t ***ktpp) in taskq_create_synced() argument
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-taskq.c | 1322 int minalloc, int maxalloc, uint_t flags) in taskq_create() argument 1331 ASSERT(minalloc >= 0); in taskq_create() 1368 tq->tq_minalloc = minalloc; in taskq_create() 1389 for (i = 0; i < minalloc; i++) in taskq_create() 1528 int minalloc, int maxalloc, uint_t flags, kthread_t ***ktpp) in taskq_create_synced() argument
|