Searched refs:work_func_t (Results 1 – 2 of 2) sorted by relevance
49 typedef void (*work_func_t)(struct work_struct *); typedef69 work_func_t func;241 extern void linux_init_delayed_work(struct delayed_work *, work_func_t);
691 linux_init_delayed_work(struct delayed_work *dwork, work_func_t func) in linux_init_delayed_work()