Home
last modified time | relevance | path

Searched defs:taskq_create_proc (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/lib/libfakekernel/common/
H A Dtaskq.c268 taskq_create_proc(const char *name, int nthreads, pri_t pri, in taskq_create_proc() function
/titanic_51/usr/src/uts/common/os/
H A Dtaskq.c1839 taskq_create_proc(const char *name, int nthreads, pri_t pri, int minalloc, in taskq_create_proc() function
/titanic_51/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h381 #define taskq_create_proc(a, b, c, d, e, p, f) \ macro