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

12

/freebsd-current/sys/dev/wtap/wtap_hal/
H A Dhandler.h45 struct taskqueue *tq; member in struct:eventhandler
/freebsd-current/sys/dev/ixl/
H A Dixl_iw_int.h62 struct taskqueue *tq; member in struct:ixl_iw_state
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h49 struct taskqueue *tq; member in struct:kthread_worker
53 struct taskqueue *tq; member in struct:kthread_work
[all...]
/freebsd-current/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_taskq.c68 taskq_t *tq; local
97 taskq_destroy(taskq_t *tq) argument
105 taskq_member(taskq_t *tq, kthread_t *thread) argument
122 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags) argument
159 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, u_int flags, taskq_ent_t *task) argument
178 taskq_wait(taskq_t *tq) argument
184 taskq_wait_id(taskq_t *tq, taskqid_t id) argument
[all...]
/freebsd-current/sys/dev/cfi/
H A Dcfi_disk.c62 struct taskqueue *tq; /* private task queue for i/o request */ member in struct:cfi_disk_softc
/freebsd-current/usr.sbin/gstat/
H A Dgstat.c84 struct timespec tp, tq; local
/freebsd-current/sys/dev/nvd/
H A Dnvd.c83 struct taskqueue *tq; member in struct:nvd_disk
/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c42 task_alloc(taskq_t *tq, int tqflags) argument
87 task_free(taskq_t *tq, taskq_ent_t *t) argument
104 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags) argument
137 taskq_dispatch_delay(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags, clock_t expire_time) argument
161 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags, taskq_ent_t *t) argument
192 taskq_wait(taskq_t *tq) argument
201 taskq_wait_id(taskq_t *tq, taskqid_t id) argument
208 taskq_wait_outstanding(taskq_t *tq, taskqid_t id) argument
217 taskq_t *tq = arg; local
258 taskq_t *tq = kmem_zalloc(sizeof (taskq_t), KM_SLEEP); local
305 taskq_destroy(taskq_t *tq) argument
350 taskq_t *tq; local
371 taskq_member(taskq_t *tq, kthread_t *t) argument
392 taskq_cancel_id(taskq_t *tq, taskqid_t id) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c195 taskq_t *tq = p; local
353 taskq_t *tq = p; local
[all...]
H A Dspl-taskq.c106 taskq_t *tq; local
121 task_alloc(taskq_t *tq, uint_t flags, unsigned long *irqflags) argument
187 task_free(taskq_t *tq, taskq_ent_t *t) argument
203 task_done(taskq_t *tq, taskq_ent_t *t) argument
233 taskq_t *tq = t->tqent_taskq; local
283 taskq_lowest_id(taskq_t *tq) argument
318 taskq_insert_in_order(taskq_t *tq, taskq_thread_t *tqt) argument
342 taskq_find_list(taskq_t *tq, struct list_head *lh, taskqid_t id) argument
367 taskq_find(taskq_t *tq, taskqid_t id) argument
428 taskq_wait_id_check(taskq_t *tq, taskqid_t id) argument
445 taskq_wait_id(taskq_t *tq, taskqid_t id) argument
452 taskq_wait_outstanding_check(taskq_t *tq, taskqid_t id) argument
472 taskq_wait_outstanding(taskq_t *tq, taskqid_t id) argument
480 taskq_wait_check(taskq_t *tq) argument
498 taskq_wait(taskq_t *tq) argument
505 taskq_member(taskq_t *tq, kthread_t *t) argument
525 taskq_cancel_id(taskq_t *tq, taskqid_t id) argument
578 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags) argument
642 taskq_dispatch_delay(taskq_t *tq, task_func_t func, void *arg, uint_t flags, clock_t expire_time) argument
689 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags, taskq_ent_t *t) argument
780 taskq_next_ent(taskq_t *tq) argument
800 taskq_t *tq = (taskq_t *)arg; local
820 taskq_thread_spawn(taskq_t *tq) argument
848 taskq_thread_should_stop(taskq_t *tq, taskq_thread_t *tqt) argument
874 taskq_t *tq; local
1012 taskq_thread_create(taskq_t *tq) argument
1047 taskq_t *tq; local
1153 taskq_destroy(taskq_t *tq) argument
1248 taskq_t *tq; local
1290 taskq_t *tq = NULL; local
1340 taskq_t *tq = list_entry(node, taskq_t, tq_hp_cb_node); local
1377 taskq_t *tq = list_entry(node, taskq_t, tq_hp_cb_node); local
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c201 taskq_t *tq = context; local
214 taskq_t *tq; local
248 taskq_destroy(taskq_t *tq) argument
288 taskq_t *tq; local
337 taskq_member(taskq_t *tq, kthread_t *thread) argument
358 taskq_cancel_id(taskq_t *tq, taskqid_t tid) argument
403 taskq_dispatch_delay(taskq_t *tq, task_func_t func, void *arg, uint_t flags, clock_t expire_time) argument
437 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags) argument
477 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint32_t flags, taskq_ent_t *task) argument
508 taskq_wait(taskq_t *tq) argument
514 taskq_wait_id(taskq_t *tq, taskqid_t tid) argument
529 taskq_wait_outstanding(taskq_t *tq, taskqid_t id __unused) argument
[all...]
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c119 struct taskqueue *tq; local
379 struct taskqueue *tq; local
410 struct taskqueue *tq; local
471 struct taskqueue *tq; local
516 struct taskqueue *tq; local
569 struct taskqueue *tq; local
594 struct taskqueue *tq; local
638 struct taskqueue *tq; local
[all...]
/freebsd-current/sys/dev/ae/
H A Dif_aevar.h123 struct taskqueue *tq; member in struct:ae_softc
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp70 dispatch_queue_t tq = *( local
76 dispatch_queue_t tq = GetTargetQueueFromQueue((dispatch_queue_t)source); local
/freebsd-current/sys/net/
H A Dif_epair.c126 struct taskqueue *tq[MAXCPU]; member in struct:epair_tasks_t
[all...]
/freebsd-current/contrib/nvi/ex/
H A Dex.h163 TAILQ_HEAD(_tqh, _tagq) tq[1]; /* Tag queue. */ member in struct:_ex_private
/freebsd-current/sys/dev/sume/
H A Dadapter.h190 struct taskqueue *tq; member in struct:sume_adapter
/freebsd-current/sys/kern/
H A Dsubr_taskqueue.c119 TQ_SLEEP(struct taskqueue *tq, void *p, const char *wm) argument
206 taskqueue_terminate(struct thread **pp, struct taskqueue *tq) argument
705 struct taskqueue *tq; local
807 taskqueue_run_callback(struct taskqueue *tq, enum taskqueue_callback_type cb_type) argument
821 struct taskqueue **tqp, *tq; local
859 struct taskqueue **tqp, *tq; local
[all...]
H A Dsubr_gtaskqueue.c115 TQ_SLEEP(struct gtaskqueue *tq, void *p, const char *wm) argument
160 gtaskqueue_terminate(struct thread **pp, struct gtaskqueue *tq) argument
451 struct gtaskqueue *tq; local
522 gtaskqueue_run_callback(struct gtaskqueue *tq, enum taskqueue_callback_type cb_type) argument
536 struct gtaskqueue **tqp, *tq; local
574 struct gtaskqueue **tqp, *tq; local
[all...]
/freebsd-current/usr.sbin/jail/
H A Djailp.h146 STAILQ_ENTRY(cfvar) tq; member in struct:cfvar
154 TAILQ_ENTRY(cfstring) tq; member in struct:cfstring
163 TAILQ_ENTRY(cfparam) tq; member in struct:cfparam
174 TAILQ_ENTRY(cfjail) tq; member in struct:cfjail
196 STAILQ_ENTRY(cfdepend) tq[2]; member in struct:cfdepend
/freebsd-current/contrib/wpa/src/tls/
H A Dlibtommath.c1611 mp_int ta, tb, tq, q; local
/freebsd-current/sys/dev/liquidio/base/
H A Dlio_device.h288 struct taskqueue *tq; member in struct:lio_tq
/freebsd-current/sys/dev/mxge/
H A Dif_mxge_var.h254 struct taskqueue *tq; member in struct:mxge_softc
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_adapter.h351 struct taskqueue *tq; member in struct:adapter
/freebsd-current/sys/dev/xen/netfront/
H A Dnetfront.c198 struct taskqueue *tq; member in struct:netfront_txq
[all...]

Completed in 170 milliseconds

12