| A D | workqueue.h | 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 332 #define INIT_DELAYED_WORK(_work, _func) \ argument 335 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument 338 #define INIT_DEFERRABLE_WORK(_work, _func) \ argument 341 #define INIT_DEFERRABLE_WORK_ONSTACK(_work, _func) \ argument 344 #define INIT_RCU_WORK(_work, _func) \ argument [all …]
|