| /freebsd-13-stable/sys/sys/ |
| HD | taskqueue.h | 41 struct taskqueue; 47 struct taskqueue *q; 77 struct taskqueue *taskqueue_create(const char *name, int mflags, 80 int taskqueue_start_threads(struct taskqueue **tqp, int count, int pri, 82 int taskqueue_start_threads_in_proc(struct taskqueue **tqp, int count, 84 int taskqueue_start_threads_cpuset(struct taskqueue **tqp, int count, 86 int taskqueue_enqueue(struct taskqueue *queue, struct task *task); 87 int taskqueue_enqueue_flags(struct taskqueue *queue, struct task *task, 89 int taskqueue_enqueue_timeout(struct taskqueue *queue, 91 int taskqueue_enqueue_timeout_sbt(struct taskqueue *queue, [all …]
|
| /freebsd-13-stable/sys/kern/ |
| HD | subr_taskqueue.c | 64 struct taskqueue { struct 108 _timeout_task_init(struct taskqueue *queue, struct timeout_task *timeout_task, in _timeout_task_init() 120 TQ_SLEEP(struct taskqueue *tq, void *p, const char *wm) in TQ_SLEEP() 128 task_get_busy(struct taskqueue *queue, struct task *task) in task_get_busy() 140 static struct taskqueue * 145 struct taskqueue *queue; in _taskqueue_create() 152 queue = malloc(sizeof(struct taskqueue), M_TASKQUEUE, mflags | M_ZERO); in _taskqueue_create() 177 struct taskqueue * 187 taskqueue_set_callback(struct taskqueue *queue, in taskqueue_set_callback() 207 taskqueue_terminate(struct thread **pp, struct taskqueue *tq) in taskqueue_terminate() [all …]
|
| /freebsd-13-stable/sys/compat/linuxkpi/common/src/ |
| HD | linux_work.c | 61 struct taskqueue *linux_irq_work_tq; 119 struct taskqueue *tq; in linux_delayed_work_enqueue() 121 tq = dwork->work.work_queue->taskqueue; in linux_delayed_work_enqueue() 153 taskqueue_enqueue(wq->taskqueue, &work->work_task); in linux_queue_work_on() 378 struct taskqueue *tq; in linux_cancel_work_sync() 389 tq = work->work_queue->taskqueue; in linux_cancel_work_sync() 394 tq = work->work_queue->taskqueue; in linux_cancel_work_sync() 439 struct taskqueue *tq; in linux_cancel_delayed_work() 455 tq = dwork->work.work_queue->taskqueue; in linux_cancel_delayed_work() 484 struct taskqueue *tq; in linux_cancel_delayed_work_sync_int() [all …]
|
| /freebsd-13-stable/sys/dev/hyperv/vmbus/ |
| HD | vmbus_var.h | 77 struct taskqueue *event_tq; /* event taskq */ 78 struct taskqueue *message_tq; /* message taskq */ 119 struct taskqueue *vmbus_devtq; /* for dev attach/detach */ 120 struct taskqueue *vmbus_subchtq; /* for sub-chan attach/detach */
|
| HD | vmbus_chanvar.h | 58 struct taskqueue *ch_tq; 133 struct taskqueue *ch_mgmt_tq;
|
| HD | vmbus_if.m | 35 struct taskqueue; 55 METHOD struct taskqueue * get_event_taskq { struct
|
| /freebsd-13-stable/sys/dev/hyperv/netvsc/ |
| HD | if_hnvar.h | 131 struct taskqueue *hn_tx_taskq; 219 struct taskqueue **hn_tx_taskqs; 230 struct taskqueue *hn_mgmt_taskq; 231 struct taskqueue *hn_mgmt_taskq0; 271 struct taskqueue *hn_vf_taskq;
|
| /freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | 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); \
|
| HD | irq_work.h | 38 #define LKPI_IRQ_WORK_STD_TQ system_wq->taskqueue 61 extern struct taskqueue *linux_irq_work_tq;
|
| HD | kthread.h | 49 struct taskqueue *tq; 53 struct taskqueue *tq;
|
| /freebsd-13-stable/sys/dev/wtap/wtap_hal/ |
| HD | handler.h | 42 struct taskqueue; 45 struct taskqueue *tq;
|
| /freebsd-13-stable/sys/dev/qlxgbe/ |
| HD | 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-13-stable/sys/dev/iicbus/ |
| HD | 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() 754 taskqueue_cancel_timeout(sc->taskqueue, &sc->sampling_task, NULL); in iichid_teardown_callout() 832 taskqueue_start_threads(&sc->taskqueue, 1, PI_TTY, in iichid_intr_setup() 844 taskqueue_drain_all(sc->taskqueue); in iichid_intr_unsetup() 1132 sc->taskqueue = taskqueue_create_fast("iichid_tq", M_WAITOK | M_ZERO, in iichid_attach() 1133 taskqueue_thread_enqueue, &sc->taskqueue); in iichid_attach() 1134 TIMEOUT_TASK_INIT(sc->taskqueue, &sc->sampling_task, 0, in iichid_attach() 1226 if (sc->taskqueue != NULL) in iichid_detach() [all …]
|
| /freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | taskq.h | 39 struct taskqueue; 41 struct taskqueue *tq_queue;
|
| /freebsd-13-stable/share/man/man9/ |
| HD | Makefile | 332 taskqueue.9 \ 2226 MLINKS+=taskqueue.9 TASK_INIT.9 \ 2227 taskqueue.9 TASK_INITIALIZER.9 \ 2228 taskqueue.9 taskqueue_block.9 \ 2229 taskqueue.9 taskqueue_cancel.9 \ 2230 taskqueue.9 taskqueue_cancel_timeout.9 \ 2231 taskqueue.9 taskqueue_create.9 \ 2232 taskqueue.9 taskqueue_create_fast.9 \ 2233 taskqueue.9 TASKQUEUE_DECLARE.9 \ 2234 taskqueue.9 TASKQUEUE_DEFINE.9 \ [all …]
|
| /freebsd-13-stable/sys/dev/wtap/ |
| HD | if_wtapvar.h | 127 struct taskqueue; 139 struct taskqueue *sc_tq; /* private task queue */
|
| /freebsd-13-stable/sys/dev/vnic/ |
| HD | 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-13-stable/sys/dev/qlxgb/ |
| HD | qla_def.h | 100 struct taskqueue *rcv_tq; 163 struct taskqueue *tx_tq;
|
| /freebsd-13-stable/sys/dev/ena/ |
| HD | ena.h | 226 struct taskqueue *cleanup_tq; 364 struct taskqueue *enqueue_tq; 500 struct taskqueue *reset_tq; 502 struct taskqueue *metrics_tq;
|
| /freebsd-13-stable/sys/dev/gve/ |
| HD | gve.h | 215 struct taskqueue *cleanup_tq; 291 struct taskqueue *xmit_tq; 379 struct taskqueue *service_tq;
|
| /freebsd-13-stable/sys/ufs/ufs/ |
| HD | ufsmount.h | 60 struct taskqueue; 122 struct taskqueue *um_trim_tq; /* (c) trim request queue */
|
| /freebsd-13-stable/sys/dev/hyperv/include/ |
| HD | vmbus.h | 129 struct taskqueue; 252 struct taskqueue *
|
| /freebsd-13-stable/sys/dev/rt/ |
| HD | if_rtvar.h | 230 struct taskqueue *taskqueue; member
|
| /freebsd-13-stable/sys/dev/ixl/ |
| HD | ixl_iw_int.h | 62 struct taskqueue *tq;
|
| /freebsd-13-stable/sys/dev/al_eth/ |
| HD | al_eth.h | 139 struct taskqueue *enqueue_tq; 142 struct taskqueue *cmpl_tq;
|