Home
last modified time | relevance | path

Searched refs:taskq_create (Results 1 – 25 of 60) sorted by relevance

123

/titanic_50/usr/src/uts/common/sys/
H A Dtaskq.h72 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
/titanic_50/usr/src/lib/libzpool/common/
H A Dtaskq.c229 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 Dzfs_context.h381 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 Dtaskq.c259 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 Dmapfile-vers170 taskq_create;
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c215 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 Dsckmdrv.c288 sckm_taskq = taskq_create("sckm_taskq", 1, minclsyspri, in _init()
/titanic_50/usr/src/uts/common/io/
H A Dcons.c318 console_taskq = taskq_create("console_taskq", in cnopen()
/titanic_50/usr/src/uts/common/c2/
H A Daudit_syscalls.c382 taskq_create("output_master", 1, minclsyspri, 1, 1, 0); in auditdoor()
/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c264 sdev_taskq = taskq_create("sdev", 1, minclsyspri, 1, 1, 0); in sdev_mount()
/titanic_50/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c682 xen_shutdown_tq = taskq_create("shutdown_taskq", 1, in xpv_drv_init()
/titanic_50/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.c474 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 Dsd_xbuf.c136 xbuf_tq = taskq_create("xbuf_taskq", ncpus, in _NOTE()
/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c470 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 Dibmf_impl.c194 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 Dmp_xen.c210 cpu_config_tq = taskq_create("vcpu config taskq", 1, in mach_cpucontext_fini()
H A Dxen_machdep.c873 xen_shutdown_tq = taskq_create("shutdown_taskq", 1, in xen_late_startup()
/titanic_50/usr/src/uts/sun4v/io/
H A Dmdeg.c170 mdeg.taskq = taskq_create("mdeg_taskq", 1, minclsyspri, 1, in mdeg_init()
H A Dds_drv.c399 ds_taskq = taskq_create("ds_taskq", 1, minclsyspri, 1, in ds_init()
/titanic_50/usr/src/uts/common/os/
H A Ddamap.c1173 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 Dplat_ecc_unum.c1124 plat_ecc_taskq = taskq_create("plat_ecc_taskq", 1, minclsyspri, in plat_ecc_init()
/titanic_50/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c262 prov_desc->pd_taskq = taskq_create("kcf_taskq", in crypto_register_provider()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dtxg.c430 tx->tx_commit_cb_taskq = taskq_create("tx_commit_cb", in txg_dispatch_callbacks()
/titanic_50/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c354 vscan_svc_taskq = taskq_create("vscan_taskq", vs_workers, in vscan_svc_enable()
/titanic_50/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c337 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()

123