Searched refs:taskq_create_sysdc (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | taskq.h | 77 extern taskq_t *taskq_create_sysdc(const char *, int, int, int,
|
/titanic_44/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 382 #define taskq_create_sysdc(a, b, d, e, p, dc, f) \ macro
|
/titanic_44/usr/src/uts/common/os/ |
H A D | taskq.c | 1850 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 D | spa.c | 897 tq = taskq_create_sysdc(name, value, 50, INT_MAX, in spa_taskqs_init()
|