Searched refs:minalloc (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | taskq.c | 253 int minalloc, int maxalloc, uint_t flags) in taskq_create() argument 280 tq->tq_minalloc = minalloc; in taskq_create() 289 while (minalloc-- > 0) in taskq_create()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 234 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc __unused, in taskq_create() 242 int minalloc __unused, int maxalloc __unused, proc_t *proc, uint_t flags) in taskq_create_proc()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-taskq.c | 1036 int minalloc, int maxalloc, uint_t flags) in taskq_create() argument 1045 ASSERT(minalloc >= 0); in taskq_create() 1084 tq->tq_minalloc = minalloc; in taskq_create() 1103 for (i = 0; i < minalloc; i++) in taskq_create()
|