Home
last modified time | relevance | path

Searched defs:_work (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dworkqueue.h230 #define __INIT_WORK(_work, _func, _onstack) \ argument
241 #define __INIT_WORK(_work, _func, _onstack) \ argument
250 #define INIT_WORK(_work, _func) \ argument
253 #define INIT_WORK_ONSTACK(_work, _func) \ argument
256 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument
264 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags) \ argument
272 #define INIT_DELAYED_WORK(_work, _func) \ argument
275 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument
278 #define INIT_DEFERRABLE_WORK(_work, _func) \ argument
281 #define INIT_DEFERRABLE_WORK_ONSTACK(_work, _func) \ argument
[all …]