Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dworkqueue.h181 extern void __init_work(struct work_struct *work, int onstack);
189 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work() function
207 __init_work((_work), _onstack); \
216 __init_work((_work), _onstack); \
/linux-4.4.14/kernel/
Dworkqueue.c506 void __init_work(struct work_struct *work, int onstack) in __init_work() function
513 EXPORT_SYMBOL_GPL(__init_work);