| /freebsd-12.1/sys/sys/ |
| H A D | taskqueue.h | 74 struct taskqueue *taskqueue_create(const char *name, int mflags, 151 taskqueue_create(#name, M_WAITOK, (enqueue), (context)); \
|
| /freebsd-12.1/sys/dev/wtap/ |
| H A D | if_medium.c | 47 eh->tq = taskqueue_create("wtap_tx_taskq", M_NOWAIT | M_ZERO, in init_medium()
|
| H A D | if_wtap.c | 630 sc->sc_tq = taskqueue_create("wtap_taskq", M_NOWAIT | M_ZERO, in wtap_attach()
|
| /freebsd-12.1/sys/dev/liquidio/base/ |
| H A D | lio_response_manager.c | 61 ctq->tq = taskqueue_create("lio_dma_comp", M_WAITOK, in lio_setup_response_list()
|
| H A D | lio_request_manager.c | 161 db_tq->tq = taskqueue_create("lio_check_db_timeout", M_WAITOK, in lio_init_instr_queue()
|
| /freebsd-12.1/sys/cddl/compat/opensolaris/kern/ |
| H A D | opensolaris_taskq.c | 75 tq->tq_queue = taskqueue_create(name, M_WAITOK, taskqueue_thread_enqueue, in taskq_create()
|
| /freebsd-12.1/sys/dev/altera/sdcard/ |
| H A D | altera_sdcard.c | 89 sc->as_taskqueue = taskqueue_create("altera_sdcardc taskq", M_WAITOK, in altera_sdcard_attach()
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_firmware.c | 481 firmware_tq = taskqueue_create("taskqueue_firmware", M_WAITOK, in firmware_modevent()
|
| H A D | subr_taskqueue.c | 165 taskqueue_create(const char *name, int mflags, in taskqueue_create() function
|
| /freebsd-12.1/sys/dev/cfi/ |
| H A D | cfi_disk.c | 130 sc->tq = taskqueue_create("cfid_taskq", M_NOWAIT, in cfi_disk_attach()
|
| /freebsd-12.1/sys/mips/cavium/octe/ |
| H A D | ethernet.c | 339 cvm_oct_link_taskq = taskqueue_create("octe link", M_NOWAIT, in cvm_oct_init_module()
|
| /freebsd-12.1/sys/dev/drm2/ttm/ |
| H A D | ttm_memory.c | 257 glob->swap_queue = taskqueue_create("ttm_swap", M_WAITOK, in ttm_mem_global_init()
|
| /freebsd-12.1/sys/dev/ixl/ |
| H A D | ixl_iw.c | 407 ixl_iw.tq = taskqueue_create("ixl_iw", M_NOWAIT, in ixl_iw_register()
|
| /freebsd-12.1/sys/dev/nand/ |
| H A D | nand_geom.c | 432 chip->tq = taskqueue_create("nand_taskq", M_WAITOK, in create_geom_disk()
|
| /freebsd-12.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_work.c | 563 wq->taskqueue = taskqueue_create(name, M_WAITOK, in linux_create_workqueue_common()
|
| /freebsd-12.1/sys/dev/nvd/ |
| H A D | nvd.c | 444 ndisk->tq = taskqueue_create("nvd_taskq", M_WAITOK, in nvd_new_disk()
|
| /freebsd-12.1/sys/dev/hyperv/vmbus/ |
| H A D | vmbus.c | 505 sc->vmbus_devtq = taskqueue_create("vmbus dev", M_WAITOK, in vmbus_scan() 515 sc->vmbus_subchtq = taskqueue_create("vmbus subch", M_WAITOK, in vmbus_scan()
|
| /freebsd-12.1/sys/dev/axgbe/ |
| H A D | if_axgbe.c | 481 sc->prv.dev_workqueue = taskqueue_create("axgbe", M_WAITOK, in axgbe_attach()
|
| /freebsd-12.1/sys/dev/qlxgbe/ |
| H A D | ql_os.c | 541 ha->err_tq = taskqueue_create("qla_errq", M_NOWAIT, in qla_pci_attach() 547 ha->async_event_tq = taskqueue_create("qla_asyncq", M_NOWAIT, in qla_pci_attach() 553 ha->stats_tq = taskqueue_create("qla_statsq", M_NOWAIT, in qla_pci_attach()
|
| /freebsd-12.1/sys/fs/nfs/ |
| H A D | nfs_commonport.c | 726 pnfsioq = taskqueue_create("pnfsioq", M_WAITOK, in nfs_pnfsio()
|
| /freebsd-12.1/sys/dev/glxsb/ |
| H A D | glxsb.c | 308 sc->sc_tq = taskqueue_create("glxsb_taskq", M_NOWAIT | M_ZERO, in glxsb_attach()
|
| /freebsd-12.1/sys/x86/iommu/ |
| H A D | busdma_dmar.c | 907 unit->delayed_taskqueue = taskqueue_create("dmar", M_WAITOK, in dmar_init_busdma()
|
| /freebsd-12.1/sys/dev/nvme/ |
| H A D | nvme_ctrlr.c | 1164 ctrlr->taskqueue = taskqueue_create("nvme_taskq", M_WAITOK, in nvme_ctrlr_construct()
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_device.c | 1126 rdev->tq = taskqueue_create("radeonkms", M_WAITOK, in radeon_device_init()
|
| /freebsd-12.1/sys/dev/netmap/ |
| H A D | netmap_freebsd.c | 94 si->ntfytq = taskqueue_create(name, M_NOWAIT, in nm_os_selinfo_init()
|