Home
last modified time | relevance | path

Searched refs:task_fun (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/amd/include/
Dam.h156 typedef int (*task_fun)(void *); typedef
300 extern void run_task(task_fun, void *, cb_fun, void *);
/openbsd/src/usr.sbin/amd/amd/
Dsched.c104 run_task(task_fun tf, void *ta, cb_fun cf, void *ca) in run_task()