D | workqueue.h | 203 #define __INIT_WORK(_work, _func, _onstack) \ argument 214 #define __INIT_WORK(_work, _func, _onstack) \ argument 223 #define INIT_WORK(_work, _func) \ argument 226 #define INIT_WORK_ONSTACK(_work, _func) \ argument 229 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument 237 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags) \ argument 246 #define INIT_DELAYED_WORK(_work, _func) \ argument 249 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument 252 #define INIT_DEFERRABLE_WORK(_work, _func) \ argument 255 #define INIT_DEFERRABLE_WORK_ONSTACK(_work, _func) \ argument
|