Searched refs:taskqueue (Results 126 - 150 of 480) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/dev/rtwn/rtl8821a/
H A Dr21a_chan.c41 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/rtwn/usb/
H A Drtwn_usb_reg.c33 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/sdhci/
H A Dsdhci_fdt_gpio.c39 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_dma.c44 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard_disk.c48 #include <sys/taskqueue.h>
131 * request and await an ACK from the taskqueue thread. It is
/freebsd-12-stable/sys/dev/ata/
H A Data-card.c40 #include <sys/taskqueue.h>
H A Data-isa.c40 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/ata/chipsets/
H A Data-amd.c43 #include <sys/taskqueue.h>
H A Data-jmicron.c43 #include <sys/taskqueue.h>
H A Data-marvell.c43 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_led.c66 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/axgbe/
H A Dxgbe_osdep.h44 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/powerpc/psim/
H A Data_iobus.c43 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h199 struct taskqueue *fp_taskqueue;
347 struct taskqueue *pf_taskqueue;
448 struct taskqueue *sp_taskqueue[MAX_HWFNS_PER_DEVICE];
487 struct taskqueue *err_taskqueue;
H A Dqlnx_os.h88 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/iser/
H A Dicl_iser.h53 #include <sys/taskqueue.h>
323 * @tq: taskqueue handle
332 struct taskqueue *tq;
/freebsd-12-stable/sys/kern/
H A Dsubr_firmware.c36 #include <sys/taskqueue.h>
128 static struct taskqueue *firmware_tq;
/freebsd-12-stable/sys/mips/cavium/octe/
H A Dethernet.c45 #include <sys/taskqueue.h>
94 static struct taskqueue *cvm_oct_link_taskq;
/freebsd-12-stable/sys/dev/cfi/
H A Dcfi_disk.c49 #include <sys/taskqueue.h>
65 struct taskqueue *tq; /* private task queue for i/o request */
/freebsd-12-stable/sys/dev/nvme/
H A Dnvme_ctrlr.c204 taskqueue_enqueue(ctrlr->taskqueue, &ctrlr->fail_req_task);
404 taskqueue_enqueue(ctrlr->taskqueue, &ctrlr->reset_task);
1410 ctrlr->taskqueue = taskqueue_create("nvme_taskq", M_WAITOK,
1411 taskqueue_thread_enqueue, &ctrlr->taskqueue);
1412 taskqueue_start_threads(&ctrlr->taskqueue, 1, PI_DISK, "nvme taskq");
1489 if (ctrlr->taskqueue)
1490 taskqueue_free(ctrlr->taskqueue);
1583 * We don't want the reset taskqueue running, since it does similar
/freebsd-12-stable/sys/x86/iommu/
H A Dintel_dmar.h208 struct taskqueue *fault_taskqueue;
234 struct taskqueue *qi_taskqueue;
239 struct taskqueue *delayed_taskqueue;
/freebsd-12-stable/sys/dev/nand/
H A Dnand.h39 #include <sys/taskqueue.h>
323 struct taskqueue *tq; /* private task queue for i/o request */
/freebsd-12-stable/sys/dev/nvd/
H A Dnvd.c41 #include <sys/taskqueue.h>
82 struct taskqueue *tq;
/freebsd-12-stable/sys/dev/age/
H A Dif_agevar.h234 struct taskqueue *age_tq;
/freebsd-12-stable/sys/cam/
H A Dcam_periph.h41 #include <sys/taskqueue.h>

Completed in 466 milliseconds

1234567891011>>