Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dworkqueue.h255 extern void __init_work(struct work_struct *work, int onstack);
263 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work() function
279 __init_work((_work), _onstack); \
288 __init_work((_work), _onstack); \
/openbmc/linux/kernel/
H A Dworkqueue.c580 void __init_work(struct work_struct *work, int onstack) in __init_work() function
587 EXPORT_SYMBOL_GPL(__init_work);