Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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); \
/linux-6.6.21/kernel/
Dworkqueue.c580 void __init_work(struct work_struct *work, int onstack) in __init_work() function
587 EXPORT_SYMBOL_GPL(__init_work);