Home
last modified time | relevance | path

Searched refs:__init_work (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dworkqueue.h261 extern void __init_work(struct work_struct *work, int onstack);
269 static inline void __init_work(struct work_struct *work, int onstack) { } in destroy_work_on_stack()
285 __init_work((_work), _onstack); \
294 __init_work((_work), _onstack); \
268 static inline void __init_work(struct work_struct *work, int onstack) { } __init_work() function
/linux/kernel/
H A Dworkqueue.c676 void __init_work(struct work_struct *work, int onstack) in __init_work() function
683 EXPORT_SYMBOL_GPL(__init_work);