Searched refs:__DELAYED_WORK_INITIALIZER (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
| D | workqueues.h | 91 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ macro 99 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0)
|
| /Linux-v6.1/include/linux/ |
| D | jump_label_ratelimit.h | 49 .work = __DELAYED_WORK_INITIALIZER((name).work, \ 58 .work = __DELAYED_WORK_INITIALIZER((name).work, \
|
| D | workqueue.h | 186 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ macro 196 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0) 199 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
|
| D | srcutree.h | 115 .work = __DELAYED_WORK_INITIALIZER(name.work, NULL, 0), \
|
| /Linux-v6.1/sound/soc/intel/avs/ |
| D | cldma.c | 56 .memcpy_work = __DELAYED_WORK_INITIALIZER(code_loader.memcpy_work, cldma_memcpy_work, 0),
|
| /Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_drv.c | 205 .delayed_reset_work = __DELAYED_WORK_INITIALIZER(
|