/freebsd/sys/sys/ |
H A D | taskqueue.h | 69 struct taskqueue *taskqueue_create(const char *name, int mflags, 155 taskqueue_create(#name, M_WAITOK, (enqueue), (context)); \
|
/freebsd/sys/dev/wtap/ |
H A D | if_medium.c | 45 eh->tq = taskqueue_create("wtap_tx_taskq", M_NOWAIT | M_ZERO, in init_medium()
|
H A D | if_wtap.c | 643 sc->sc_tq = taskqueue_create("wtap_taskq", M_NOWAIT | M_ZERO, in wtap_attach()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kthread.h | 104 __w->tq = taskqueue_create("lkpi kthread taskq", M_WAITOK, \
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_response_manager.c | 60 ctq->tq = taskqueue_create("lio_dma_comp", M_WAITOK, in lio_setup_response_list()
|
H A D | lio_request_manager.c | 160 db_tq->tq = taskqueue_create("lio_check_db_timeout", M_WAITOK, in lio_init_instr_queue()
|
/freebsd/sys/cddl/compat/opensolaris/kern/ |
H A D | opensolaris_taskq.c | 74 tq->tq_queue = taskqueue_create(name, M_WAITOK, taskqueue_thread_enqueue, in taskq_create_impl()
|
/freebsd/sys/net/ |
H A D | if_epair.c | 862 epair_tasks.tq[cpu] = taskqueue_create(name, M_WAITOK, in epair_mod_init() 877 epair_tasks.tq[0] = taskqueue_create(name, M_WAITOK, in epair_mod_init()
|
/freebsd/sys/dev/atopcase/ |
H A D | atopcase_acpi.c | 295 sc->sc_tq = taskqueue_create("atc_tq", M_WAITOK|M_ZERO, in atopcase_acpi_attach()
|
/freebsd/sys/dev/cfi/ |
H A D | cfi_disk.c | 127 sc->tq = taskqueue_create("cfid_taskq", M_NOWAIT, in cfi_disk_attach()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_netdev.c | 388 ndev->napi_tq = taskqueue_create("tq_ndev_napi", M_WAITOK, in linuxkpi_init_dummy_netdev()
|
H A D | linux_work.c | 663 wq->taskqueue = taskqueue_create(name, M_WAITOK, in linux_create_workqueue_common()
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_memory.c | 255 glob->swap_queue = taskqueue_create("ttm_swap", M_WAITOK, in ttm_mem_global_init()
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_iw.c | 406 ixl_iw.tq = taskqueue_create("ixl_iw", M_NOWAIT, in ixl_iw_register()
|
/freebsd/sys/kern/ |
H A D | subr_firmware.c | 611 firmware_tq = taskqueue_create("taskqueue_firmware", M_WAITOK, in firmware_modevent()
|
H A D | subr_taskqueue.c | 177 taskqueue_create(const char *name, int mflags, in taskqueue_create() function
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_taskq.c | 217 tq->tq_queue = taskqueue_create(name, M_WAITOK, in taskq_create_impl()
|
/freebsd/sys/dev/nvd/ |
H A D | nvd.c | 448 ndisk->tq = taskqueue_create("nvd_taskq", M_WAITOK, in nvd_new_disk()
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_channel.c | 164 ch->cleanup_tq = taskqueue_create("dpaa2_ch cleanup", M_WAITOK, in dpaa2_chan_setup()
|
/freebsd/sys/dev/glxsb/ |
H A D | glxsb.c | 304 sc->sc_tq = taskqueue_create("glxsb_taskq", M_NOWAIT | M_ZERO, in glxsb_attach()
|
/freebsd/sys/dev/axgbe/ |
H A D | if_axgbe.c | 481 sc->prv.dev_workqueue = taskqueue_create("axgbe", M_WAITOK, in axgbe_attach()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_os.c | 529 ha->err_tq = taskqueue_create("qla_errq", M_NOWAIT, in qla_pci_attach() 535 ha->async_event_tq = taskqueue_create("qla_asyncq", M_NOWAIT, in qla_pci_attach() 541 ha->stats_tq = taskqueue_create("qla_statsq", M_NOWAIT, in qla_pci_attach()
|
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | vmbus.c | 569 sc->vmbus_devtq = taskqueue_create("vmbus dev", M_WAITOK, in vmbus_scan() 579 sc->vmbus_subchtq = taskqueue_create("vmbus subch", M_WAITOK, in vmbus_scan()
|
/freebsd/sys/dev/gve/ |
H A D | gve_main.c | 887 priv->service_tq = taskqueue_create("gve service", M_WAITOK | M_ZERO, in gve_attach()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonport.c | 851 pnfsioq = taskqueue_create("pnfsioq", M_WAITOK, in nfs_pnfsio()
|