Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dtaskq.h77 extern taskq_t *taskq_create_sysdc(const char *, int, int, int,
/titanic_44/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h382 #define taskq_create_sysdc(a, b, d, e, p, dc, f) \ macro
/titanic_44/usr/src/uts/common/os/
H A Dtaskq.c1850 taskq_create_sysdc(const char *name, int nthreads, int minalloc, in taskq_create_sysdc() function
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa.c897 tq = taskq_create_sysdc(name, value, 50, INT_MAX, in spa_taskqs_init()