/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/ |
H A D | taskq.c | 59 task_alloc(taskq_t *tq, int tqflags) in task_alloc() 100 task_free(taskq_t *tq, taskq_ent_t *t) in task_free() 117 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags) in taskq_dispatch() 150 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags, in taskq_dispatch_ent() 182 taskq_wait(taskq_t *tq) in taskq_wait() 193 taskq_t *tq = arg; in taskq_thread() local 232 taskq_t *tq = kmem_zalloc(sizeof (taskq_t), KM_SLEEP); in taskq_create() local 278 taskq_destroy(taskq_t *tq) in taskq_destroy() 316 taskq_member(taskq_t *tq, void *t) in taskq_member()
|
/netbsd-src/external/cddl/osnet/sys/kern/ |
H A D | taskq.c | 76 taskq_t *tq = state->te_self; in task_executor() local 142 taskq_dispatch_common(taskq_t *tq, taskq_ent_t *tqe, uint_t flags) in taskq_dispatch_common() 177 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags) in taskq_dispatch() 212 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags, in taskq_dispatch_ent() 228 taskq_wait(taskq_t *tq) in taskq_wait() 243 taskq_member(taskq_t *tq, kthread_t *thread) in taskq_member() 261 taskq_t *tq; in taskq_create() local 304 taskq_destroy(taskq_t *tq) in taskq_destroy()
|
/netbsd-src/sys/external/bsd/common/linux/ |
H A D | linux_tasklet.c | 146 tasklet_queue_init(struct tasklet_queue *tq, unsigned prio) in tasklet_queue_init() 183 tasklet_queue_fini(struct tasklet_queue *tq) in tasklet_queue_fini() 201 struct tasklet_queue *const tq = cookie; in tasklet_softintr() local 279 tasklet_queue_schedule(struct tasklet_queue *tq, in tasklet_queue_schedule() 307 tasklet_queue_enqueue(struct tasklet_queue *tq, struct tasklet_struct *tasklet) in tasklet_queue_enqueue()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | async.c | 267 transfer_queue *tq = calloc (sizeof (transfer_queue), 1); in enqueue_transfer() local 289 transfer_queue *tq = calloc (sizeof (transfer_queue), 1); in enqueue_done_id() local 313 transfer_queue *tq = calloc (sizeof (transfer_queue), 1); in enqueue_done() local 333 transfer_queue *tq = calloc (sizeof (transfer_queue), 1); in enqueue_close() local 355 transfer_queue *tq = xmalloc (sizeof (transfer_queue)); in enqueue_data_transfer_init() local
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | async.c | 267 transfer_queue *tq = calloc (sizeof (transfer_queue), 1); in enqueue_transfer() local 289 transfer_queue *tq = calloc (sizeof (transfer_queue), 1); in enqueue_done_id() local 313 transfer_queue *tq = calloc (sizeof (transfer_queue), 1); in enqueue_done() local 333 transfer_queue *tq = calloc (sizeof (transfer_queue), 1); in enqueue_close() local 355 transfer_queue *tq = xmalloc (sizeof (transfer_queue)); in enqueue_data_transfer_init() local
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | sum.c | 680 mpfr_prec_t tq; in sum_aux() local 701 mpfr_prec_t tq; in sum_aux() local 959 mpfr_prec_t tq; in sum_aux() local
|
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
H A D | t-mpq_muldiv_2exp.c | 54 mpq_t aq, rq, tq; in testmain() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
H A D | bn_mp_div.c | 25 mp_int ta, tb, tq, q; in mp_div() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
H A D | i915_gem_context.c | 655 struct i915_request *tq[5] = {}; in igt_ctx_exec() local 765 struct i915_request *tq[5] = {}; in igt_shared_ctx_exec() local 1352 struct i915_request *tq[5] = {}; in igt_ctx_readonly() local
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | debug.c | 341 type_qualifiers_string(type_qualifiers tq) type_qualifiers_string() argument
|
/netbsd-src/sbin/canconfig/ |
H A D | canconfig.c | 389 uint32_t tq, ntq, bps; in show_timings() local
|
/netbsd-src/libexec/ftpd/ |
H A D | cmds.c | 852 char tq[MAXPATHLEN + 1] = ""; in discover_path() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 76 dispatch_queue_t tq = *( in GetTargetQueueFromQueue() local 82 dispatch_queue_t tq = GetTargetQueueFromQueue((dispatch_queue_t)source); in GetTargetQueueFromSource() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 78 dispatch_queue_t tq = *( in GetTargetQueueFromQueue() local 84 dispatch_queue_t tq = GetTargetQueueFromQueue((dispatch_queue_t)source); in GetTargetQueueFromSource() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 70 dispatch_queue_t tq = *( in GetTargetQueueFromQueue() local 76 dispatch_queue_t tq = GetTargetQueueFromQueue((dispatch_queue_t)source); in GetTargetQueueFromSource() local
|
/netbsd-src/sys/kern/ |
H A D | tty.c | 1288 struct clist tq; in ttioctl() local 1942 struct clist tq; in ttypend() local
|
/netbsd-src/usr.sbin/mtrace/ |
H A D | mtrace.c | 394 struct timeval tq, tr, tv; in send_recv() local
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | spa.c | 899 taskq_t *tq; in spa_taskqs_init() local 975 taskq_t *tq; in spa_taskq_dispatch_ent() local
|
H A D | dmu_objset.c | 1846 taskq_t *tq = NULL; in dmu_objset_find_dp() local
|
H A D | vdev.c | 1226 taskq_t *tq; in vdev_open_children() local
|
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ip_state.c | 1668 ipftq_t *tq; in ipf_state_add() local
|
H A D | ip_nat.c | 388 ipftq_t *tq; in ipf_nat_soft_init() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 119 ArraySizeModifier sm, unsigned tq, const Expr *sz) in ArrayType() 205 unsigned tq, in DependentSizedArrayType()
|
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 435 #define taskq_dispatch_safe(tq, func, arg, flags, task) \ argument
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ecoff.c | 679 typedef enum tq { enum
|