Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c1035 taskq_create(const char *name, int threads_arg, pri_t pri, in taskq_create() argument
1042 int nthreads = threads_arg; in taskq_create()
1053 nthreads = MIN(threads_arg, 100); in taskq_create()
1082 tq->tq_cpu_pct = threads_arg; in taskq_create()