Searched defs:tq (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11-stable/sys/dev/wtap/wtap_hal/
H A Dhandler.h45 struct taskqueue *tq; member in struct:eventhandler
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_iw_int.h63 struct taskqueue *tq; member in struct:ixl_iw_state
H A Dixl_pf.h117 struct taskqueue *tq; member in struct:ixl_pf
H A Dixlv.h148 struct taskqueue *tq; member in struct:ixlv_sc
/freebsd-11-stable/sys/dev/cfi/
H A Dcfi_disk.c63 struct taskqueue *tq; /* private task queue for i/o request */ member in struct:cfi_disk_softc
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_taskq.c69 taskq_t *tq; local
91 taskq_destroy(taskq_t *tq) argument
99 taskq_member(taskq_t *tq, kthread_t *thread) argument
116 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags) argument
153 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, u_int flags, taskq_ent_t *task) argument
172 taskq_wait(taskq_t *tq) argument
178 taskq_wait_id(taskq_t *tq, taskqid_t id) argument
[all...]
/freebsd-11-stable/usr.sbin/gstat/
H A Dgstat.c83 struct timespec tp, tq; local
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dtaskq.c59 task_alloc(taskq_t *tq, int tqflags) argument
105 task_free(taskq_t *tq, taskq_ent_t *t) argument
122 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags) argument
155 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags, taskq_ent_t *t) argument
187 taskq_wait(taskq_t *tq) argument
196 taskq_wait_id(taskq_t *tq, taskqid_t id) argument
204 taskq_t *tq = arg; local
243 taskq_t *tq = kmem_zalloc(sizeof (taskq_t), KM_SLEEP); local
289 taskq_destroy(taskq_t *tq) argument
327 taskq_member(taskq_t *tq, void *t) argument
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c117 struct taskqueue *tq; local
325 struct taskqueue *tq; local
386 struct taskqueue *tq; local
425 struct taskqueue *tq; local
469 struct taskqueue *tq; local
494 struct taskqueue *tq; local
538 struct taskqueue *tq; local
[all...]
/freebsd-11-stable/sys/dev/nvd/
H A Dnvd.c79 struct taskqueue *tq; member in struct:nvd_disk
/freebsd-11-stable/sys/dev/ae/
H A Dif_aevar.h123 struct taskqueue *tq; member in struct:ae_softc
/freebsd-11-stable/usr.sbin/jail/
H A Djailp.h143 STAILQ_ENTRY(cfvar) tq; member in struct:cfvar
151 TAILQ_ENTRY(cfstring) tq; member in struct:cfstring
160 TAILQ_ENTRY(cfparam) tq; member in struct:cfparam
171 TAILQ_ENTRY(cfjail) tq; member in struct:cfjail
192 STAILQ_ENTRY(cfdepend) tq[2]; member in struct:cfdepend
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp66 dispatch_queue_t tq = *( local
72 dispatch_queue_t tq = GetTargetQueueFromQueue((dispatch_queue_t)source); local
/freebsd-11-stable/contrib/nvi/ex/
H A Dex.h165 TAILQ_HEAD(_tqh, _tagq) tq[1]; /* Tag queue. */ member in struct:_ex_private
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm.c1206 hatm_init_tbrq(struct hatm_softc *sc, struct hetbrq *tq, u_int group) argument
1230 struct hetpdrq *tq; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_taskqueue.c118 TQ_SLEEP(struct taskqueue *tq, void *p, const char *wm) argument
192 taskqueue_terminate(struct thread **pp, struct taskqueue *tq) argument
654 struct taskqueue *tq; local
744 taskqueue_run_callback(struct taskqueue *tq, enum taskqueue_callback_type cb_type) argument
758 struct taskqueue **tqp, *tq; local
796 struct taskqueue **tqp, *tq; local
[all...]
H A Dsubr_gtaskqueue.c114 TQ_SLEEP(struct gtaskqueue *tq, void *p, const char *wm) argument
160 gtaskqueue_terminate(struct thread **pp, struct gtaskqueue *tq) argument
391 struct gtaskqueue *tq; local
463 gtaskqueue_run_callback(struct gtaskqueue *tq, enum taskqueue_callback_type cb_type) argument
477 struct gtaskqueue **tqp, *tq; local
515 struct gtaskqueue **tqp, *tq; local
[all...]
/freebsd-11-stable/sys/dev/sume/
H A Dadapter.h191 struct taskqueue *tq; member in struct:sume_adapter
/freebsd-11-stable/contrib/gcc/
H A Dmips-tdump.c133 typedef enum tq { enum
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h353 struct taskqueue *tq; member in struct:adapter
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge_var.h278 struct taskqueue *tq; member in struct:mxge_softc
/freebsd-11-stable/sys/dev/nand/
H A Dnand.h321 struct taskqueue *tq; /* private task queue for i/o request */ member in struct:nand_chip
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.h348 struct taskqueue *tq; member in struct:igb_queue
494 struct taskqueue *tq; member in struct:adapter
/freebsd-11-stable/sys/dev/xen/netfront/
H A Dnetfront.c197 struct taskqueue *tq; member in struct:netfront_txq
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_device.h289 struct taskqueue *tq; member in struct:lio_tq

Completed in 197 milliseconds

12