| /freebsd-14.2/sys/sys/ |
| H A D | taskqueue.h | 40 struct taskqueue; 94 void taskqueue_drain_all(struct taskqueue *queue); 95 void taskqueue_quiesce(struct taskqueue *queue); 96 void taskqueue_free(struct taskqueue *queue); 97 void taskqueue_run(struct taskqueue *queue); 98 void taskqueue_block(struct taskqueue *queue); 99 void taskqueue_unblock(struct taskqueue *queue); 129 void _timeout_task_init(struct taskqueue *queue, 142 extern struct taskqueue *taskqueue_##name 149 struct taskqueue *taskqueue_##name; \ [all …]
|
| H A D | _task.h | 62 struct taskqueue; 65 struct taskqueue *q;
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_taskqueue.c | 64 struct taskqueue { struct 140 static struct taskqueue * 145 struct taskqueue *queue; in _taskqueue_create() 177 struct taskqueue * 217 taskqueue_free(struct taskqueue *queue) in taskqueue_free() 325 struct taskqueue *queue; in taskqueue_timeout_func() 529 taskqueue_run(struct taskqueue *queue) in taskqueue_run() 706 struct taskqueue *tq; in _taskqueue_start_threads() 822 struct taskqueue **tqp, *tq; in taskqueue_thread_loop() 860 struct taskqueue **tqp, *tq; in taskqueue_thread_enqueue() [all …]
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_work.c | 61 struct taskqueue *linux_irq_work_tq; 119 struct taskqueue *tq; in linux_delayed_work_enqueue() 379 struct taskqueue *tq; in linux_cancel_work() 386 tq = work->work_queue->taskqueue; in linux_cancel_work() 410 struct taskqueue *tq; in linux_cancel_work_sync() 471 struct taskqueue *tq; in linux_cancel_delayed_work() 516 struct taskqueue *tq; in linux_cancel_delayed_work_sync_int() 569 struct taskqueue *tq; in linux_flush_work() 594 struct taskqueue *tq; in linux_flush_delayed_work() 638 struct taskqueue *tq; in linux_work_busy() [all …]
|
| /freebsd-14.2/sys/dev/hyperv/netvsc/ |
| H A D | if_hnvar.h | 130 struct taskqueue *hn_tx_taskq; 218 struct taskqueue **hn_tx_taskqs; 229 struct taskqueue *hn_mgmt_taskq; 230 struct taskqueue *hn_mgmt_taskq0; 268 struct taskqueue *hn_vf_taskq;
|
| /freebsd-14.2/sys/dev/hyperv/vmbus/ |
| H A D | vmbus_var.h | 82 struct taskqueue *event_tq; /* event taskq */ 83 struct taskqueue *message_tq; /* message taskq */ 117 struct taskqueue *vmbus_devtq; /* for dev attach/detach */ 118 struct taskqueue *vmbus_subchtq; /* for sub-chan attach/detach */
|
| H A D | vmbus_chanvar.h | 57 struct taskqueue *ch_tq; 131 struct taskqueue *ch_mgmt_tq;
|
| H A D | vmbus_if.m | 35 struct taskqueue; 55 METHOD struct taskqueue * get_event_taskq { struct
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | workqueue.h | 57 struct taskqueue *taskqueue; member 136 taskqueue_drain_all(system_wq->taskqueue) 172 taskqueue_drain_all((wq)->taskqueue) 176 taskqueue_drain_all((wq)->taskqueue); \
|
| H A D | irq_work.h | 38 #define LKPI_IRQ_WORK_STD_TQ system_wq->taskqueue 61 extern struct taskqueue *linux_irq_work_tq;
|
| H A D | kthread.h | 49 struct taskqueue *tq; 53 struct taskqueue *tq;
|
| /freebsd-14.2/sys/dev/wtap/wtap_hal/ |
| H A D | handler.h | 42 struct taskqueue; 45 struct taskqueue *tq;
|
| /freebsd-14.2/sys/dev/qlxgbe/ |
| H A D | ql_def.h | 121 struct taskqueue *fp_taskqueue; 228 struct taskqueue *stats_tq; 252 struct taskqueue *err_tq; 257 struct taskqueue *async_event_tq;
|
| /freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | taskq.h | 39 struct taskqueue; 41 struct taskqueue *tq_queue;
|
| /freebsd-14.2/sys/dev/iicbus/ |
| H A D | iichid.c | 184 struct taskqueue *taskqueue; member 568 taskqueue_enqueue_timeout_sbt(sc->taskqueue, &sc->sampling_task, in iichid_sampling_task() 744 taskqueue_enqueue_timeout(sc->taskqueue, &sc->sampling_task, 0); in iichid_reset_callout() 832 taskqueue_start_threads(&sc->taskqueue, 1, PI_TTY, in iichid_intr_setup() 844 taskqueue_drain_all(sc->taskqueue); in iichid_intr_unsetup() 1135 taskqueue_thread_enqueue, &sc->taskqueue); in iichid_attach() 1136 TIMEOUT_TASK_INIT(sc->taskqueue, &sc->sampling_task, 0, in iichid_attach() 1232 if (sc->taskqueue != NULL) in iichid_detach() 1233 taskqueue_free(sc->taskqueue); in iichid_detach() 1234 sc->taskqueue = NULL; in iichid_detach() [all …]
|
| /freebsd-14.2/share/man/man9/ |
| H A D | Makefile | 339 taskqueue.9 \ 2228 MLINKS+=taskqueue.9 TASK_INIT.9 \ 2229 taskqueue.9 TASK_INITIALIZER.9 \ 2230 taskqueue.9 taskqueue_block.9 \ 2231 taskqueue.9 taskqueue_cancel.9 \ 2233 taskqueue.9 taskqueue_create.9 \ 2236 taskqueue.9 TASKQUEUE_DEFINE.9 \ 2238 taskqueue.9 taskqueue_drain.9 \ 2246 taskqueue.9 taskqueue_free.9 \ 2249 taskqueue.9 taskqueue_run.9 \ [all …]
|
| /freebsd-14.2/sys/dev/wtap/ |
| H A D | if_wtapvar.h | 127 struct taskqueue; 140 struct taskqueue *sc_tq; /* private task queue */
|
| /freebsd-14.2/sys/dev/vnic/ |
| H A D | nicvf_queues.h | 260 struct taskqueue *rbdr_taskq; 296 struct taskqueue *cmp_taskq; 332 struct taskqueue *snd_taskq; 355 struct taskqueue *qs_err_taskq;
|
| /freebsd-14.2/sys/dev/qlxgb/ |
| H A D | qla_def.h | 100 struct taskqueue *rcv_tq; 163 struct taskqueue *tx_tq;
|
| /freebsd-14.2/sys/dev/ena/ |
| H A D | ena.h | 226 struct taskqueue *cleanup_tq; 364 struct taskqueue *enqueue_tq; 500 struct taskqueue *reset_tq; 502 struct taskqueue *metrics_tq;
|
| /freebsd-14.2/sys/dev/gve/ |
| H A D | gve.h | 215 struct taskqueue *cleanup_tq; 291 struct taskqueue *xmit_tq; 379 struct taskqueue *service_tq;
|
| /freebsd-14.2/sys/ufs/ufs/ |
| H A D | ufsmount.h | 57 struct taskqueue; 120 struct taskqueue *um_trim_tq; /* (c) trim request queue */
|
| /freebsd-14.2/sys/dev/hyperv/include/ |
| H A D | vmbus.h | 129 struct taskqueue; 252 struct taskqueue *
|
| /freebsd-14.2/sys/dev/ixl/ |
| H A D | ixl_iw_int.h | 62 struct taskqueue *tq;
|
| /freebsd-14.2/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_def.h | 190 struct taskqueue *fp_taskqueue; 335 struct taskqueue *pf_taskqueue; 433 struct taskqueue *sp_taskqueue[MAX_HWFNS_PER_DEVICE]; 471 struct taskqueue *err_taskqueue;
|