Searched refs:system_taskq (Results 1 - 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq.h67 extern taskq_t *system_taskq;
/illumos-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c34 taskq_t *system_taskq; variable
333 system_taskq = taskq_create("system_taskq", 64, minclsyspri, 4, 512,
340 taskq_destroy(system_taskq);
341 system_taskq = NULL; /* defensive */
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c66 taskq_t *system_taskq; variable
371 system_taskq = taskq_create("system_taskq", 64, minclsyspri, 4, 512,
378 taskq_destroy(system_taskq);
379 system_taskq = NULL; /* defensive */
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_kstats.c124 (void) taskq_dispatch(system_taskq,
/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_ndi.c255 if (!taskq_dispatch(system_taskq, ddihp_cn_run_event, eventp,
H A Dserializer.c313 tid = taskq_dispatch(system_taskq,
H A Ddamap.c51 extern taskq_t *system_taskq;
1453 * schedule system_taskq activation of stabilized reports
1456 if (taskq_dispatch(system_taskq, dam_stabilize_map,
1548 (taskq_dispatch(system_taskq, dam_stabilize_map, mapp,
H A Dtaskq.c230 * system_taskq
451 * system_taskq_size - Size of the global system_taskq.
510 taskq_t *system_taskq; variable
956 system_taskq = taskq_create_common("system_taskq", 0,
H A Dexacct.c1746 exacct_queue = system_taskq;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_file.c231 VERIFY3U(taskq_dispatch(system_taskq, vdev_file_io_strategy, bp,
H A Ddmu_traverse.c603 0 == taskq_dispatch(system_taskq, traverse_prefetch_thread,
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c162 (void) taskq_dispatch(system_taskq, rnd_init2, NULL, TQ_SLEEP);
966 if (taskq_dispatch(system_taskq, rngprov_task,
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c165 ASSERT(taskq_member(system_taskq, curthread));
418 (void) taskq_dispatch(system_taskq,
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslfilter.c565 if (taskq_dispatch(system_taskq, kssl_input_asynch, handle,
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c854 VERIFY(taskq_dispatch(system_taskq,
895 if (taskq_dispatch(system_taskq, softmac_wput_nondata_task,
H A Dsoftmac_main.c473 (void) taskq_dispatch(system_taskq, softmac_create_task,
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h380 extern taskq_t *system_taskq;
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c864 ddp->dd_prop_taskid = taskq_dispatch(system_taskq,
1395 ddp->dd_prop_taskid = taskq_dispatch(system_taskq,
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c236 (void) taskq_dispatch(system_taskq,
286 (void) taskq_dispatch(system_taskq,
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c603 (void) taskq_dispatch(system_taskq,
627 system_taskq,
H A Dusbai_util.c1694 if (!taskq_dispatch(system_taskq, func, (void *)arg,
1746 taskq = system_taskq;
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c1065 VN_RELE_ASYNC(STOV(csp), system_taskq); local
/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c998 if ((taskq_dispatch(system_taskq, do_dnlc_reduce_cache,
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c74 #define dld_taskq system_taskq
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_cma.c1688 if (taskq_dispatch(system_taskq, cma_generate_event_thr,

Completed in 153 milliseconds

12