destroy_delayed_work_on_stack
destroy_delayed_work_on_stack(&w->work);
extern void destroy_delayed_work_on_stack(struct delayed_work *work);
EXPORT_SYMBOL_GPL(destroy_delayed_work_on_stack);