Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dworkqueue.h183 extern void destroy_delayed_work_on_stack(struct delayed_work *work);
191 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack() function
/linux-4.4.14/arch/x86/kernel/
Dhpet.c726 destroy_delayed_work_on_stack(&work.work); in hpet_cpuhp_notify()
/linux-4.4.14/kernel/
Dworkqueue.c521 void destroy_delayed_work_on_stack(struct delayed_work *work) in destroy_delayed_work_on_stack() function
526 EXPORT_SYMBOL_GPL(destroy_delayed_work_on_stack);