Searched refs:destroy_delayed_work_on_stack (Results 1 – 3 of 3) sorted by relevance
204 extern void destroy_delayed_work_on_stack(struct delayed_work *work);212 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack() function
1508 destroy_delayed_work_on_stack(&w->work); in __intel_fini_wedge()
532 void destroy_delayed_work_on_stack(struct delayed_work *work) in destroy_delayed_work_on_stack() function537 EXPORT_SYMBOL_GPL(destroy_delayed_work_on_stack);
Completed in 16 milliseconds