D | workqueue.h | 277 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 286 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 295 #define __INIT_WORK(_work, _func, _onstack) \ argument 302 #define INIT_WORK(_work, _func) \ argument 305 #define INIT_WORK_ONSTACK(_work, _func) \ argument 308 #define INIT_WORK_ONSTACK_KEY(_work, _func, _key) \ argument 311 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument 319 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags) \ argument 327 #define INIT_DELAYED_WORK(_work, _func) \ argument 330 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument [all …]
|