Searched refs:taskq_create_proc (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | taskq.h | 75 extern taskq_t *taskq_create_proc(const char *, int, pri_t, int, int,
|
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | taskq.c | 262 return (taskq_create_proc(name, nthr, pri, in taskq_create() 268 taskq_create_proc(const char *name, int nthreads, pri_t pri, in taskq_create_proc() function
|
H A D | mapfile-vers | 171 taskq_create_proc;
|
/titanic_41/usr/src/uts/intel/io/ipmi/ |
H A D | ipmi_kcs.c | 473 sc->ipmi_kthread = taskq_create_proc("ipmi_kcs", 1, minclsyspri, 1, 1, in kcs_startup()
|
/titanic_41/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 380 #define taskq_create_proc(a, b, c, d, e, p, f) \ macro
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_server.c | 590 sv->sv_worker_pool = taskq_create_proc("smb_workers", in smb_server_start() 595 sv->sv_receiver_pool = taskq_create_proc("smb_receivers", in smb_server_start()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | taskq.c | 1839 taskq_create_proc(const char *name, int nthreads, pri_t pri, int minalloc, in taskq_create_proc() function
|
/titanic_41/usr/src/uts/common/io/ |
H A D | lofi.c | 2229 lsp->ls_taskq = taskq_create_proc(namebuf, lofi_taskq_nthreads, in lofi_map_file()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 909 tq = taskq_create_proc(name, value, pri, 50, in spa_taskqs_init()
|