Searched refs:__DELAYED_WORK_INITIALIZER (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Djump_label_ratelimit.h49 .work = __DELAYED_WORK_INITIALIZER((name).work, \
58 .work = __DELAYED_WORK_INITIALIZER((name).work, \
H A Dsrcutree.h136 .work = __DELAYED_WORK_INITIALIZER(name.work, NULL, 0), \
H A Dworkqueue.h236 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ macro
246 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0)
249 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
/linux-master/sound/soc/intel/avs/
H A Dcldma.c56 .memcpy_work = __DELAYED_WORK_INITIALIZER(code_loader.memcpy_work, cldma_memcpy_work, 0),
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c234 .delayed_reset_work = __DELAYED_WORK_INITIALIZER(

Completed in 576 milliseconds