Searched defs:_work (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | workqueue.h | 286 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 295 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 304 #define __INIT_WORK(_work, _func, _onstack) \ argument 311 #define INIT_WORK(_work, _func) \ argument 314 #define INIT_WORK_ONSTACK(_work, _func) \ argument 317 #define INIT_WORK_ONSTACK_KEY(_work, _func, _key) \ argument 320 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument 328 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags) \ argument 336 #define INIT_DELAYED_WORK(_work, _func) \ argument 339 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument [all …]
|
| /include/drm/ |
| D | drm_vblank_work.h | 62 #define to_drm_vblank_work(_work) \ argument
|