Home
last modified time | relevance | path

Searched refs:work_func_t (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h102 typedef void (*work_func_t)(struct work_struct *); typedef
112 work_func_t func; /**< Work handling function. */
261 extern void linux_init_delayed_work(struct delayed_work *dwork, work_func_t func);
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_workqueue.c73 void linux_init_delayed_work(struct delayed_work *dwork, work_func_t func) in linux_init_delayed_work()
202 work_func_t func = NULL; in RunWorkqueue()

Completed in 2 milliseconds