D | workqueue.h | 224 #define __INIT_WORK(_work, _func, _onstack) \ argument 235 #define __INIT_WORK(_work, _func, _onstack) \ argument 244 #define INIT_WORK(_work, _func) \ argument 247 #define INIT_WORK_ONSTACK(_work, _func) \ argument 250 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument 258 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags) \ argument 266 #define INIT_DELAYED_WORK(_work, _func) \ argument 269 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument 272 #define INIT_DEFERRABLE_WORK(_work, _func) \ argument 275 #define INIT_DEFERRABLE_WORK_ONSTACK(_work, _func) \ argument [all …]
|