Searched defs:_work (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | workqueue.h | 231 #define __INIT_WORK(_work, _func, _onstack) \ argument 242 #define __INIT_WORK(_work, _func, _onstack) \ argument 251 #define INIT_WORK(_work, _func) \ argument 254 #define INIT_WORK_ONSTACK(_work, _func) \ argument 257 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument 265 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags) \ argument 273 #define INIT_DELAYED_WORK(_work, _func) \ argument 276 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument 279 #define INIT_DEFERRABLE_WORK(_work, _func) \ argument 282 #define INIT_DEFERRABLE_WORK_ONSTACK(_work, _func) \ argument [all …]
|
/include/drm/ |
D | drm_vblank_work.h | 61 #define to_drm_vblank_work(_work) \ argument
|