/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | vnode_impl.h | 217 struct taskq; 234 void vn_rele_async(struct vnode *vp, struct taskq *taskq); 236 #define VN_RELE_ASYNC(vp, taskq) { \ argument 237 vn_rele_async(vp, taskq); \
|
H A D | taskq.h | 43 typedef struct taskq { struct
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | taskq.h | 40 struct taskq { struct 44 typedef struct taskq taskq_t;
|
/freebsd/sys/dev/netmap/ |
H A D | if_ptnet.c | 134 struct taskqueue *taskq; member 523 if (pq->taskq) { in ptnet_detach() 524 taskqueue_drain(pq->taskq, &pq->task); in ptnet_detach() 688 pq->taskq = taskqueue_create_fast("ptnet_queue", M_NOWAIT, in ptnet_irqs_init() 689 taskqueue_thread_enqueue, &pq->taskq); in ptnet_irqs_init() 690 taskqueue_start_threads(&pq->taskq, 1, PI_NET, "%s-pq-%d", in ptnet_irqs_init() 710 if (pq->taskq) { in ptnet_irqs_fini() 711 taskqueue_free(pq->taskq); in ptnet_irqs_fini() 712 pq->taskq = NULL; in ptnet_irqs_fini() 794 if (pq->taskq) { in ptnet_ioctl() [all...] |
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | coredump.c | 252 dump->taskq[0].read = mt76_rr(dev, MT_FW_TASK_QID1); in mt7915_coredump_fw_task() 253 dump->taskq[0].write = mt76_rr(dev, MT_FW_TASK_QID1 - 4); in mt7915_coredump_fw_task() 254 dump->taskq[1].read = mt76_rr(dev, MT_FW_TASK_QID2); in mt7915_coredump_fw_task() 255 dump->taskq[1].write = mt76_rr(dev, MT_FW_TASK_QID2 - 4); in mt7915_coredump_fw_task()
|
H A D | coredump.h | 59 } taskq[2]; member
|
/freebsd/sys/dev/hyperv/pcib/ |
H A D | vmbus_pcib.c | 519 struct taskqueue *taskq; member 851 taskqueue_enqueue(hbus->sc->taskq, &dr_wrk->task); in hv_pci_devices_present() 881 taskqueue_enqueue(hbus->sc->taskq, &dr_wrk->task); in hv_pci_devices_present2() 910 struct taskqueue *taskq; in hv_pci_eject_device() local 921 taskq = vmbus_chan_mgmt_tq(hbus->sc->chan); in hv_pci_eject_device() 922 taskqueue_enqueue(taskq, &hpdev->eject_task); in hv_pci_eject_device() 1462 taskqueue_drain_all(hbus->sc->taskq); in vmbus_pcib_pre_detach() 1531 sc->taskq = taskqueue_create("vmbus_pcib_tq", M_WAITOK, in vmbus_pcib_attach() 1532 taskqueue_thread_enqueue, &sc->taskq); in vmbus_pcib_attach() 1533 taskqueue_start_threads(&sc->taskq, 1, PI_NET, "vmbus_pcib_tq"); in vmbus_pcib_attach() [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dsl_pool.h | 99 struct taskq *dp_zrele_taskq; 100 struct taskq *dp_unlinked_drain_taskq;
|
H A D | zfs_context.h | 461 typedef struct taskq {
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_vfs.c | 270 vn_rele_async(vnode_t *vp, taskq_t *taskq) in vn_rele_async() argument 275 VERIFY3U(taskq_dispatch((taskq_t *)taskq, in vn_rele_async()
|
/freebsd/sys/contrib/openzfs/contrib/bpftrace/ |
H A D | taskqlatency.bt | 1 #include <sys/taskq.h>
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | taskq.h | 109 typedef struct taskq { struct
|
/freebsd/sys/dev/neta/ |
H A D | if_mvnetavar.h | 169 struct taskqueue *taskq; member
|
H A D | if_mvneta.c | 1306 if (tx->taskq != NULL) { in mvneta_ring_dealloc_tx_queue() 1308 while (taskqueue_cancel(tx->taskq, &tx->task, NULL) != 0) in mvneta_ring_dealloc_tx_queue() 1309 taskqueue_drain(tx->taskq, &tx->task); in mvneta_ring_dealloc_tx_queue() 1436 tx->taskq = taskqueue_create_fast("mvneta_tx_taskq", M_WAITOK, in mvneta_ring_init_tx_queue() 1437 taskqueue_thread_enqueue, &tx->taskq); in mvneta_ring_init_tx_queue() 1438 taskqueue_start_threads(&tx->taskq, 1, PI_NET, "%s: tx_taskq(%d)", in mvneta_ring_init_tx_queue() 1869 taskqueue_enqueue(tx->taskq, &tx->task); in mvneta_tx_task() 1962 taskqueue_enqueue(tx->taskq, &tx->task); in mvneta_transmit() 2009 taskqueue_enqueue(tx->taskq, &tx->task); in mvneta_start()
|
/freebsd/tools/tools/net80211/mlme_assoc/ |
H A D | README | 50 a state transition before the taskq is run or if the iv_bss node gets swapped
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/ |
H A D | Makefile.am | 61 %D%/spl/sys/taskq.h \
|
/freebsd/sys/contrib/openzfs/include/os/linux/ |
H A D | Makefile.am | 94 %D%/spl/sys/taskq.h \
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | Makefile.am | 17 %D%/taskq.c \
|
/freebsd/cddl/lib/libzpool/ |
H A D | Makefile | 37 taskq.c \
|
/freebsd/sys/contrib/openzfs/module/ |
H A D | Kbuild.in | 83 spl-taskq.o \
|