H A D | workqueue.h | 283 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 292 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 301 #define __INIT_WORK(_work, _func, _onstack) \ argument 308 #define INIT_WORK(_work, _func) \ argument 311 #define INIT_WORK_ONSTACK(_work, _func) \ argument 314 #define INIT_WORK_ONSTACK_KEY(_work, _func, _key) \ argument 317 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument 325 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags) \ argument 333 #define INIT_DELAYED_WORK(_work, _func) \ argument 336 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument [all …]
|