Searched defs:_work (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
A D | workqueue.h | 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 333 #define INIT_DELAYED_WORK(_work, _func) \ argument 336 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument 339 #define INIT_DEFERRABLE_WORK(_work, _func) \ argument 342 #define INIT_DEFERRABLE_WORK_ONSTACK(_work, _func) \ argument 345 #define INIT_RCU_WORK(_work, _func) \ argument [all …]
|
/include/drm/ |
A D | drm_vblank_work.h | 62 #define to_drm_vblank_work(_work) \ argument
|
Completed in 17 milliseconds