Searched refs:work_func_t (Results 1 – 2 of 2) sorted by relevance
51 typedef void (*work_func_t)(struct work_struct *); typedef71 work_func_t func;240 extern void linux_init_delayed_work(struct delayed_work *, work_func_t);
640 linux_init_delayed_work(struct delayed_work *dwork, work_func_t func) in linux_init_delayed_work()