Home
last modified time | relevance | path

Searched refs:minalloc (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_taskq.c84 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc __unused, in taskq_create()
91 taskq_create_proc(const char *name, int nthreads, pri_t pri, int minalloc, in taskq_create_proc() argument
/freebsd-14.2/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c255 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()
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c236 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc __unused, in taskq_create()
244 int minalloc __unused, int maxalloc __unused, proc_t *proc, uint_t flags) in taskq_create_proc()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c1045 int minalloc, int maxalloc, uint_t flags) in taskq_create() argument
1054 ASSERT(minalloc >= 0); in taskq_create()
1092 tq->tq_minalloc = minalloc; in taskq_create()
1112 for (i = 0; i < minalloc; i++) in taskq_create()