Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h51 typedef void (*work_func_t)(struct work_struct *); typedef
71 work_func_t func;
240 extern void linux_init_delayed_work(struct delayed_work *, work_func_t);
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c640 linux_init_delayed_work(struct delayed_work *dwork, work_func_t func) in linux_init_delayed_work()