Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dworkqueue.h209 extern void destroy_delayed_work_on_stack(struct delayed_work *work);
217 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack() function
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_reset.c1415 destroy_delayed_work_on_stack(&w->work); in __intel_fini_wedge()
/Linux-v5.10/kernel/
Dworkqueue.c513 void destroy_delayed_work_on_stack(struct delayed_work *work) in destroy_delayed_work_on_stack() function
518 EXPORT_SYMBOL_GPL(destroy_delayed_work_on_stack);