Searched defs:destroy_delayed_work_on_stack (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Dworkqueue.h191 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } work_static() function
/linux-4.1.27/kernel/
H A Dworkqueue.c526 void destroy_delayed_work_on_stack(struct delayed_work *work) destroy_delayed_work_on_stack() function
531 EXPORT_SYMBOL_GPL(destroy_delayed_work_on_stack); variable

Completed in 208 milliseconds