Home
last modified time | relevance | path

Searched refs:t_func (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/regress/sys/kern/signal/sigio/
H A Dmain.c30 int (*t_func)(void); member
52 int (*t_func)(void) = NULL; in main() local
63 t_func = tests[i].t_func; in main()
67 if (t_func == NULL) in main()
72 return t_func(); in main()
/openbsd-src/regress/sys/uvm/vnode/
H A Dvnode.c42 int (*t_func)(struct context *); in main() member
84 return tests[i].t_func(&ctx); in main()
/openbsd-src/regress/sys/dev/wscons/
H A Dutil.h21 int (*t_func)(int); member
H A Dutil.c61 return test->t_func(fd); in dotest()
/openbsd-src/sys/sys/
H A Dtask.h28 void (*t_func)(void *); member
/openbsd-src/regress/sys/net/rtable/
H A Dkern_compat.h74 #define task_add(_tq, _t) ((_t)->t_func((_t)->t_arg))
/openbsd-src/sys/dev/ic/
H A Dathvar.h192 void (*t_func)(void*, int); member
370 (task)->t_func = (func); \
373 #define ATH_TASK_RUN_OR_ENQUEUE(task) ((*(task)->t_func)((task)->t_context, 1))
/openbsd-src/sys/kern/
H A Dkern_task.c343 t->t_func = fn; in task_set()
444 (*work.t_func)(work.t_arg); in taskq_thread()
/openbsd-src/sys/net/
H A Dif.c1097 struct task cursor = { .t_func = NULL }; in if_hooks_run()
1103 if (t->t_func == NULL) { /* skip cursors */ in if_hooks_run()
1107 func = t->t_func; in if_hooks_run()
H A Difq.c111 (*work.t_func)(work.t_arg); in ifq_serialize()
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_request.c230 wrk->task.t_func(wrk); in irq_work_imm()
/openbsd-src/gnu/gcc/gcc/
H A Dbuiltins.c5240 tree t_tramp, t_func, t_chain; in expand_builtin_init_trampoline() local
5252 t_func = TREE_VALUE (arglist); in expand_builtin_init_trampoline()
5257 r_func = expand_normal (t_func); in expand_builtin_init_trampoline()
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_display.c8015 if (connector->modeset_retry_work.task.t_func) in intel_hpd_poll_fini()