Searched refs:taskqueue (Results 1 - 25 of 480) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/dev/wtap/wtap_hal/
H A Dhandler.h44 struct taskqueue;
47 struct taskqueue *tq;
/freebsd-12-stable/sys/sys/
H A Dtaskqueue.h43 struct taskqueue;
49 struct taskqueue *q;
75 struct taskqueue *taskqueue_create(const char *name, int mflags,
78 int taskqueue_start_threads(struct taskqueue **tqp, int count, int pri,
80 int taskqueue_start_threads_in_proc(struct taskqueue **tqp, int count,
82 int taskqueue_start_threads_cpuset(struct taskqueue **tqp, int count,
84 int taskqueue_enqueue(struct taskqueue *queue, struct task *task);
85 int taskqueue_enqueue_timeout(struct taskqueue *queue,
87 int taskqueue_enqueue_timeout_sbt(struct taskqueue *queue,
90 int taskqueue_poll_is_busy(struct taskqueue *queu
[all...]
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c44 WORK_ST_TASK, /* taskqueue is being queued */
118 struct taskqueue *tq;
120 tq = dwork->work.work_queue->taskqueue;
152 taskqueue_enqueue(wq->taskqueue, &work->work_task);
373 struct taskqueue *tq;
384 tq = work->work_queue->taskqueue;
389 tq = work->work_queue->taskqueue;
434 struct taskqueue *tq;
446 tq = dwork->work.work_queue->taskqueue;
473 struct taskqueue *t
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dtaskq.h31 #include <sys/taskqueue.h>
39 struct taskqueue;
41 struct taskqueue *tq_queue;
/freebsd-12-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_var.h34 #include <sys/taskqueue.h>
79 struct taskqueue *event_tq; /* event taskq */
80 struct taskqueue *message_tq; /* message taskq */
121 struct taskqueue *vmbus_devtq; /* for dev attach/detach */
122 struct taskqueue *vmbus_subchtq; /* for sub-chan attach/detach */
H A Dvmbus_chanvar.h39 #include <sys/taskqueue.h>
60 struct taskqueue *ch_tq;
135 struct taskqueue *ch_mgmt_tq;
/freebsd-12-stable/sys/kern/
H A Dsubr_taskqueue.c47 #include <sys/taskqueue.h>
51 static MALLOC_DEFINE(M_TASKQUEUE, "taskqueue", "Task Queues");
64 struct taskqueue { struct
108 _timeout_task_init(struct taskqueue *queue, struct timeout_task *timeout_task,
120 TQ_SLEEP(struct taskqueue *tq, void *p, const char *wm)
127 static struct taskqueue *
132 struct taskqueue *queue;
139 queue = malloc(sizeof(struct taskqueue), M_TASKQUEUE, mflags | M_ZERO);
145 snprintf(tq_name, TASKQUEUE_NAMELEN, "%s", (name) ? name : "taskqueue");
164 struct taskqueue *
[all...]
/freebsd-12-stable/sys/dev/ixl/
H A Dixl_iw_int.h63 struct taskqueue *tq;
/freebsd-12-stable/sys/dev/wtap/
H A Dif_wtapvar.h55 #include <sys/taskqueue.h>
129 struct taskqueue;
141 struct taskqueue *sc_tq; /* private task queue */
/freebsd-12-stable/sys/dev/twa/
H A Dtw_osl_includes.h63 #include <sys/taskqueue.h>
H A Dtw_osl_share.h60 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_rx.c35 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/smc/
H A Dif_smcvar.h50 struct taskqueue *smc_tq;
/freebsd-12-stable/sys/mips/cavium/octe/
H A Dcavium-ethernet.h43 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h43 #include <sys/taskqueue.h>
59 struct taskqueue *taskqueue; member in struct:workqueue_struct
137 taskqueue_drain_all(system_wq->taskqueue)
173 taskqueue_drain_all((wq)->taskqueue)
177 taskqueue_drain_all((wq)->taskqueue); \
/freebsd-12-stable/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h133 struct taskqueue *hn_tx_taskq;
221 struct taskqueue **hn_tx_taskqs;
232 struct taskqueue *hn_mgmt_taskq;
233 struct taskqueue *hn_mgmt_taskq0;
273 struct taskqueue *hn_vf_taskq;
/freebsd-12-stable/sys/dev/drm2/ttm/
H A Dttm_memory.h73 struct taskqueue *swap_queue;
/freebsd-12-stable/sys/dev/firewire/
H A Dfwohcivar.h40 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/mmc/host/
H A Ddwmmc_altera.c36 #include <sys/taskqueue.h>
H A Ddwmmc_hisi.c36 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/vmware/vmci/
H A Dvmci.h18 #include <sys/taskqueue.h>
/freebsd-12-stable/sys/dev/qlxgbe/
H A Dql_def.h123 struct taskqueue *fp_taskqueue;
230 struct taskqueue *stats_tq;
254 struct taskqueue *err_tq;
259 struct taskqueue *async_event_tq;
/freebsd-12-stable/sys/dev/rtwn/rtl8188e/
H A Dr88e_beacon.c31 #include <sys/taskqueue.h>
H A Dr88e_led.c35 #include <sys/taskqueue.h>
H A Dr88e_rf.c35 #include <sys/taskqueue.h>

Completed in 289 milliseconds

1234567891011>>