D | workqueue.h | 282 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 291 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 300 #define __INIT_WORK(_work, _func, _onstack) \ argument 307 #define INIT_WORK(_work, _func) \ argument 310 #define INIT_WORK_ONSTACK(_work, _func) \ argument 313 #define INIT_WORK_ONSTACK_KEY(_work, _func, _key) \ argument 316 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument 324 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags) \ argument 332 #define INIT_DELAYED_WORK(_work, _func) \ argument 335 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument [all …]
|