Searched refs:taskq_create_proc (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | taskq.h | 97 taskq_t *taskq_create_proc(const char *, int, pri_t, int, int,
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | taskq.h | 160 #define taskq_create_proc(name, nthreads, pri, min, max, proc, flags) \ macro
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 241 taskq_create_proc(const char *name, int nthreads, pri_t pri, in taskq_create_proc() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 501 #define taskq_create_proc(a, b, c, d, e, p, f) \
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 1023 tq = taskq_create_proc(name, value, pri, 50, in spa_taskqs_init()
|