/illumos-gate/usr/src/uts/common/sys/ |
H A D | taskq.h | 67 extern taskq_t *system_taskq;
|
/illumos-gate/usr/src/lib/libzpool/common/ |
H A D | taskq.c | 34 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 D | taskq.c | 66 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 D | pci_kstats.c | 124 (void) taskq_dispatch(system_taskq,
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ddi_hp_ndi.c | 255 if (!taskq_dispatch(system_taskq, ddihp_cn_run_event, eventp,
|
H A D | serializer.c | 313 tid = taskq_dispatch(system_taskq,
|
H A D | damap.c | 51 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 D | taskq.c | 230 * 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 D | exacct.c | 1746 exacct_queue = system_taskq;
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_file.c | 231 VERIFY3U(taskq_dispatch(system_taskq, vdev_file_io_strategy, bp,
|
H A D | dmu_traverse.c | 603 0 == taskq_dispatch(system_taskq, traverse_prefetch_thread,
|
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_random.c | 162 (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 D | lufs_top.c | 165 ASSERT(taskq_member(system_taskq, curthread)); 418 (void) taskq_dispatch(system_taskq,
|
/illumos-gate/usr/src/uts/common/inet/kssl/ |
H A D | ksslfilter.c | 565 if (taskq_dispatch(system_taskq, kssl_input_asynch, handle,
|
/illumos-gate/usr/src/uts/common/io/softmac/ |
H A D | softmac_fp.c | 854 VERIFY(taskq_dispatch(system_taskq, 895 if (taskq_dispatch(system_taskq, softmac_wput_nondata_task,
|
H A D | softmac_main.c | 473 (void) taskq_dispatch(system_taskq, softmac_create_task,
|
/illumos-gate/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 380 extern taskq_t *system_taskq;
|
/illumos-gate/usr/src/uts/common/io/dls/ |
H A D | dls_mgmt.c | 864 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 D | xencons.c | 236 (void) taskq_dispatch(system_taskq, 286 (void) taskq_dispatch(system_taskq,
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_pipe_mgmt.c | 603 (void) taskq_dispatch(system_taskq, 627 system_taskq,
|
H A D | usbai_util.c | 1694 if (!taskq_dispatch(system_taskq, func, (void *)arg, 1746 taskq = system_taskq;
|
/illumos-gate/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 1065 VN_RELE_ASYNC(STOV(csp), system_taskq); local
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | dnlc.c | 998 if ((taskq_dispatch(system_taskq, do_dnlc_reduce_cache,
|
/illumos-gate/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 74 #define dld_taskq system_taskq
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_cma.c | 1688 if (taskq_dispatch(system_taskq, cma_generate_event_thr,
|