Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dworkqueue.h202 extern void __init_work(struct work_struct *work, int onstack);
210 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work() function
228 __init_work((_work), _onstack); \
237 __init_work((_work), _onstack); \
/linux-6.1.9/kernel/
Dworkqueue.c518 void __init_work(struct work_struct *work, int onstack) in __init_work() function
525 EXPORT_SYMBOL_GPL(__init_work);