Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c212 taskq_create_impl(const char *name, int nthreads, pri_t pri, in taskq_create_impl() function
237 return (taskq_create_impl(name, nthreads, pri, system_proc, flags)); in taskq_create()
244 return (taskq_create_impl(name, nthreads, pri, proc, flags)); in taskq_create_proc()