/titanic_50/usr/src/uts/common/sys/ |
H A D | taskq.h | 72 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
|
/titanic_50/usr/src/lib/libzpool/common/ |
H A D | taskq.c | 229 taskq_create(const char *name, int nthreads, pri_t pri, in taskq_create() function 333 system_taskq = taskq_create("system_taskq", 64, minclsyspri, 4, 512, in system_taskq_init()
|
/titanic_50/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 381 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t); 383 (taskq_create(a, b, c, d, e, f)) 385 (taskq_create(a, b, maxclsyspri, d, e, f))
|
/titanic_50/usr/src/lib/libfakekernel/common/ |
H A D | taskq.c | 259 taskq_create(const char *name, int nthr, pri_t pri, int minalloc, in taskq_create() function 371 system_taskq = taskq_create("system_taskq", 64, minclsyspri, 4, 512, in system_taskq_init()
|
H A D | mapfile-vers | 170 taskq_create;
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | scosmb.c | 215 scosmb_input_taskq = taskq_create("scosmb_input_taskq", 1, in _init() 217 scosmb_output_taskq = taskq_create("scosmb_output_taskq", 1, in _init()
|
H A D | sckmdrv.c | 288 sckm_taskq = taskq_create("sckm_taskq", 1, minclsyspri, in _init()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | cons.c | 318 console_taskq = taskq_create("console_taskq", in cnopen()
|
/titanic_50/usr/src/uts/common/c2/ |
H A D | audit_syscalls.c | 382 taskq_create("output_master", 1, minclsyspri, 1, 1, 0); in auditdoor()
|
/titanic_50/usr/src/uts/common/fs/dev/ |
H A D | sdev_vfsops.c | 264 sdev_taskq = taskq_create("sdev", 1, minclsyspri, 1, 1, 0); in sdev_mount()
|
/titanic_50/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 682 xen_shutdown_tq = taskq_create("shutdown_taskq", 1, in xpv_drv_init()
|
/titanic_50/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | pppt.c | 474 pppt_global.global_dispatch_taskq = taskq_create("pppt_dispatch", in pppt_enable_svc() 477 pppt_global.global_sess_taskq = taskq_create("pppt_session", in pppt_enable_svc()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | sd_xbuf.c | 136 xbuf_tq = taskq_create("xbuf_taskq", ncpus, in _NOTE()
|
/titanic_50/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_pipe_mgmt.c | 470 ph_data->p_taskq = taskq_create(tq_name, in usba_init_pipe_handle() 503 taskq_create(tq_name, in usba_init_pipe_handle()
|
/titanic_50/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_impl.c | 194 ibmf_statep->ibmf_taskq = taskq_create("ibmf_taskq", IBMF_TASKQ_1THREAD, in ibmf_init() 1217 ibmf_clientp->ic_send_taskq = taskq_create(buf, in ibmf_i_alloc_client() 1221 ibmf_clientp->ic_send_taskq = taskq_create(buf, in ibmf_i_alloc_client() 1248 ibmf_clientp->ic_recv_taskq = taskq_create(buf, in ibmf_i_alloc_client() 1252 ibmf_clientp->ic_recv_taskq = taskq_create(buf, in ibmf_i_alloc_client()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | mp_xen.c | 210 cpu_config_tq = taskq_create("vcpu config taskq", 1, in mach_cpucontext_fini()
|
H A D | xen_machdep.c | 873 xen_shutdown_tq = taskq_create("shutdown_taskq", 1, in xen_late_startup()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | mdeg.c | 170 mdeg.taskq = taskq_create("mdeg_taskq", 1, minclsyspri, 1, in mdeg_init()
|
H A D | ds_drv.c | 399 ds_taskq = taskq_create("ds_taskq", 1, minclsyspri, 1, in ds_init()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | damap.c | 1173 tqp = taskq_create(tqn, nset, maxclsyspri, 1, in dam_addrset_activate() 1221 tqp = taskq_create(tqn, nset, maxclsyspri, 1, in dam_addrset_deactivate()
|
/titanic_50/usr/src/uts/sun4u/os/ |
H A D | plat_ecc_unum.c | 1124 plat_ecc_taskq = taskq_create("plat_ecc_taskq", 1, minclsyspri, in plat_ecc_init()
|
/titanic_50/usr/src/uts/common/crypto/spi/ |
H A D | kcf_spi.c | 262 prov_desc->pd_taskq = taskq_create("kcf_taskq", in crypto_register_provider()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | txg.c | 430 tx->tx_commit_cb_taskq = taskq_create("tx_commit_cb", in txg_dispatch_callbacks()
|
/titanic_50/usr/src/uts/common/io/vscan/ |
H A D | vscan_svc.c | 354 vscan_svc_taskq = taskq_create("vscan_taskq", vs_workers, in vscan_svc_enable()
|
/titanic_50/usr/src/uts/common/inet/ilb/ |
H A D | ilb_conn.c | 337 ilbs->ilbs_conn_taskq = taskq_create(tq_name, in ilb_conn_hash_init() 1389 ilbs->ilbs_sticky_taskq = taskq_create(tq_name, in ilb_sticky_hash_init()
|