Searched refs:taskqueue (Results 1 – 18 of 18) sorted by relevance
| /dflybsd-src/sys/sys/ |
| H A D | taskqueue.h | 39 struct taskqueue; 60 struct taskqueue *ta_queue; /* taskqueue enqueued on */ 73 struct taskqueue *taskqueue_create(const char *name, int mflags, 76 int taskqueue_start_threads(struct taskqueue **tqp, int count, int pri, 79 int taskqueue_enqueue(struct taskqueue *queue, struct task *task); 80 int taskqueue_enqueue_optq(struct taskqueue *queue, 81 struct taskqueue **qpp, struct task *task); 82 int taskqueue_enqueue_timeout(struct taskqueue *queue, 84 int taskqueue_cancel(struct taskqueue *queue, struct task *task, 87 int taskqueue_cancel_timeout(struct taskqueue *queue, [all …]
|
| /dflybsd-src/sys/kern/ |
| H A D | subr_taskqueue.c | 45 static STAILQ_HEAD(taskqueue_list, taskqueue) taskqueue_queues; 49 struct taskqueue { struct 50 STAILQ_ENTRY(taskqueue) tq_link; 72 _timeout_task_init(struct taskqueue *queue, struct timeout_task *timeout_task, in _timeout_task_init() argument 82 static void taskqueue_run(struct taskqueue *queue, int lock_held); 85 TQ_LOCK_INIT(struct taskqueue *tq) in TQ_LOCK_INIT() 91 TQ_LOCK_UNINIT(struct taskqueue *tq) in TQ_LOCK_UNINIT() 97 TQ_LOCK(struct taskqueue *tq) in TQ_LOCK() 103 TQ_UNLOCK(struct taskqueue *tq) in TQ_UNLOCK() 109 TQ_SLEEP(struct taskqueue *tq, void *ident, const char *wmesg) in TQ_SLEEP() [all …]
|
| H A D | subr_firmware.c | 131 static struct taskqueue *firmware_tq;
|
| H A D | uipc_usrreq.c | 140 static struct taskqueue *unp_taskqueue;
|
| /dflybsd-src/share/man/man9/ |
| H A D | Makefile | 169 taskqueue.9 \ 986 MLINKS+=taskqueue.9 TASK_INIT.9 \ 987 taskqueue.9 taskqueue_block.9 \ 988 taskqueue.9 taskqueue_cancel.9 \ 989 taskqueue.9 taskqueue_cancel_timeout.9 \ 990 taskqueue.9 taskqueue_create.9 \ 991 taskqueue.9 taskqueue_drain.9 \ 992 taskqueue.9 taskqueue_drain_timeout.9 \ 993 taskqueue.9 TASKQUEUE_DECLARE.9 \ 994 taskqueue.9 TASKQUEUE_DEFINE.9 \ [all …]
|
| /dflybsd-src/sys/dev/virtual/amazon/ena/ |
| H A D | ena.h | 281 struct taskqueue *cmpl_tq; 384 struct taskqueue *reset_tq;
|
| /dflybsd-src/sys/dev/raid/mps/ |
| H A D | mps_sas.h | 106 struct taskqueue *ev_tq;
|
| /dflybsd-src/sys/dev/raid/mpr/ |
| H A D | mpr_sas.h | 107 struct taskqueue *ev_tq;
|
| /dflybsd-src/sys/dev/virtual/vmware/vmxnet3/ |
| H A D | if_vmxvar.h | 243 struct taskqueue *vmx_tq;
|
| /dflybsd-src/sys/dev/netif/iwm/ |
| H A D | if_iwmvar.h | 503 struct taskqueue *sc_tq;
|
| /dflybsd-src/sys/dev/netif/iwn/ |
| H A D | if_iwnvar.h | 317 struct taskqueue *sc_tq;
|
| /dflybsd-src/sys/dev/disk/sdhci/ |
| H A D | sdhci_if.m | 63 #include <sys/taskqueue.h>
|
| /dflybsd-src/sys/dev/netif/ath/ath/ |
| H A D | if_athvar.h | 118 struct taskqueue; 508 struct taskqueue; 636 struct taskqueue *sc_tq; /* private task queue */
|
| /dflybsd-src/sys/net/wg/ |
| H A D | if_wg.c | 258 struct taskqueue *p_send_taskqueue; 259 struct taskqueue *p_recv_taskqueue; 293 struct taskqueue *sc_handshake_taskqueue; 315 static struct taskqueue **wg_taskqueues; /* one taskqueue per CPU */
|
| /dflybsd-src/sys/netproto/802_11/ |
| H A D | ieee80211_var.h | 132 struct taskqueue *ic_tq; /* deferred state thread */
|
| /dflybsd-src/sys/dev/netif/bwn/bwn/ |
| H A D | if_bwnvar.h | 1002 struct taskqueue *sc_tq; /* private task queue */
|
| /dflybsd-src/sys/dev/netif/oce/ |
| H A D | oce_if.h | 270 struct taskqueue *tq; /* Associated task queue */
|
| /dflybsd-src/sys/dev/raid/mrsas/ |
| H A D | mrsas.h | 2419 struct taskqueue *ev_tq; //taskqueue for events
|