Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Digt_wedge_me.h49 destroy_delayed_work_on_stack(&w->work); in __igt_fini_wedge()
/Linux-v4.19/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-v4.19/arch/x86/kernel/
Dhpet.c719 destroy_delayed_work_on_stack(&work.work); in hpet_cpuhp_online()
/Linux-v4.19/kernel/
Dworkqueue.c514 void destroy_delayed_work_on_stack(struct delayed_work *work) in destroy_delayed_work_on_stack() function
519 EXPORT_SYMBOL_GPL(destroy_delayed_work_on_stack);
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_irq.c2957 destroy_delayed_work_on_stack(&w->work); in __fini_wedge()