Searched refs:__DELAYED_WORK_INITIALIZER (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | jump_label_ratelimit.h | 49 .work = __DELAYED_WORK_INITIALIZER((name).work, \ 58 .work = __DELAYED_WORK_INITIALIZER((name).work, \
|
H A D | workqueue.h | 239 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ macro 249 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0) 252 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
|
H A D | srcutree.h | 136 .work = __DELAYED_WORK_INITIALIZER(name.work, NULL, 0), \
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | cldma.c | 56 .memcpy_work = __DELAYED_WORK_INITIALIZER(code_loader.memcpy_work, cldma_memcpy_work, 0),
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_drv.c | 214 .delayed_reset_work = __DELAYED_WORK_INITIALIZER(
|