Home
last modified time | relevance | path

Searched defs:task_add (Results 1 – 2 of 2) sorted by relevance

/openbsd/regress/sys/net/rtable/
H A Dkern_compat.h74 #define task_add(_tq, _t) ((_t)->t_func((_t)->t_arg)) macro
/openbsd/sys/kern/
H A Dkern_task.c351 task_add(struct taskq *tq, struct task *w) in task_add() function