Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_taskq.c86 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc __unused, in taskq_create()
93 taskq_create_proc(const char *name, int nthreads, pri_t pri, int minalloc, in taskq_create_proc() argument
/freebsd-13.1/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c253 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()
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c234 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()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c1035 int minalloc, int maxalloc, uint_t flags) in taskq_create() argument
1044 ASSERT(minalloc >= 0); in taskq_create()
1083 tq->tq_minalloc = minalloc; in taskq_create()
1102 for (i = 0; i < minalloc; i++) in taskq_create()