Searched refs:work_func_t (Results 1 – 6 of 6) sorted by relevance
140 typedef void (*work_func_t)(struct work_struct *work); typedef152 work_func_t func;
141 typedef void (*work_func_t)(void *work); typedef
147 typedef void (*work_func_t)(void *work); typedef
144 typedef void (*work_func_t)(void *work); typedef
151 typedef void (*work_func_t)(void *work); typedef
27339 static void rtl8168_schedule_work(struct net_device *dev, work_func_t task) in rtl8168_schedule_work()