Home
last modified time | relevance | path

Searched refs:destroy_delayed_work_on_stack (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dworkqueue.h262 extern void destroy_delayed_work_on_stack(struct delayed_work *work);
270 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack() function
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c1661 destroy_delayed_work_on_stack(&w->work); in __intel_fini_wedge()
/linux/kernel/
H A Dworkqueue.c687 void destroy_delayed_work_on_stack(struct delayed_work *work) in destroy_delayed_work_on_stack() function
692 EXPORT_SYMBOL_GPL(destroy_delayed_work_on_stack);