Symbol: delayed_work
sys/dev/drm/amd/amdgpu/amdgpu.h
1021
struct delayed_work late_init_work;
sys/dev/drm/amd/amdgpu/amdgpu.h
489
struct delayed_work flip_work;
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.h
103
struct delayed_work restore_userptr_work;
sys/dev/drm/amd/amdgpu/amdgpu_display.c
71
struct delayed_work *delayed_work =
sys/dev/drm/amd/amdgpu/amdgpu_display.c
72
container_of(__work, struct delayed_work, work);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
74
container_of(delayed_work, struct amdgpu_flip_work, flip_work);
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
307
struct delayed_work gfx_off_delay_work;
sys/dev/drm/amd/amdgpu/amdgpu_uvd.h
66
struct delayed_work idle_work;
sys/dev/drm/amd/amdgpu/amdgpu_vce.h
45
struct delayed_work idle_work;
sys/dev/drm/amd/amdgpu/amdgpu_vcn.h
75
struct delayed_work idle_work;
sys/dev/drm/drm_probe_helper.c
572
struct delayed_work *delayed_work = to_delayed_work(work);
sys/dev/drm/drm_probe_helper.c
573
struct drm_device *dev = container_of(delayed_work, struct drm_device, mode_config.output_poll_work);
sys/dev/drm/drm_probe_helper.c
654
schedule_delayed_work(delayed_work, DRM_OUTPUT_POLL_PERIOD);
sys/dev/drm/i915/i915_drv.h
2144
struct delayed_work retire_work;
sys/dev/drm/i915/i915_drv.h
2153
struct delayed_work idle_work;
sys/dev/drm/i915/i915_drv.h
301
struct delayed_work reenable_work;
sys/dev/drm/i915/i915_drv.h
606
struct delayed_work work;
sys/dev/drm/i915/i915_gpu_error.h
202
struct delayed_work hangcheck_work;
sys/dev/drm/i915/i915_irq.c
2929
struct delayed_work work;
sys/dev/drm/i915/i915_utils.h
141
static inline void drain_delayed_work(struct delayed_work *dw)
sys/dev/drm/i915/intel_drv.h
1117
struct delayed_work panel_vdd_work;
sys/dev/drm/i915/intel_drv.h
431
struct delayed_work hdcp_check_work;
sys/dev/drm/include/drm/drm_dp_helper.h
1098
struct delayed_work unregister_work;
sys/dev/drm/include/drm/drm_mode_config.h
518
struct delayed_work output_poll_work;
sys/dev/drm/include/drm/gpu_scheduler.h
280
struct delayed_work work_tdr;
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
486
struct delayed_work wq;
sys/dev/drm/include/linux/workqueue.h
116
int queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *work,
sys/dev/drm/include/linux/workqueue.h
125
static inline bool schedule_delayed_work(struct delayed_work *dwork,
sys/dev/drm/include/linux/workqueue.h
132
bool cancel_delayed_work(struct delayed_work *dwork);
sys/dev/drm/include/linux/workqueue.h
133
bool cancel_delayed_work_sync(struct delayed_work *dwork);
sys/dev/drm/include/linux/workqueue.h
138
struct delayed_work *dwork, unsigned long delay)
sys/dev/drm/include/linux/workqueue.h
149
bool flush_delayed_work(struct delayed_work *dwork);
sys/dev/drm/include/linux/workqueue.h
160
bool delayed_work_pending(struct delayed_work *dw);
sys/dev/drm/include/linux/workqueue.h
166
void destroy_delayed_work_on_stack(struct delayed_work *work);
sys/dev/drm/include/linux/workqueue.h
71
static inline struct delayed_work *
sys/dev/drm/include/linux/workqueue.h
75
return container_of(work, struct delayed_work, work);
sys/dev/drm/linux_workqueue.c
154
struct delayed_work *dw = arg;
sys/dev/drm/linux_workqueue.c
160
queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *work,
sys/dev/drm/linux_workqueue.c
259
flush_delayed_work(struct delayed_work *dwork)
sys/dev/drm/linux_workqueue.c
405
cancel_delayed_work(struct delayed_work *dwork)
sys/dev/drm/linux_workqueue.c
416
cancel_delayed_work_sync(struct delayed_work *dwork)
sys/dev/drm/linux_workqueue.c
427
delayed_work_pending(struct delayed_work *dw)
sys/dev/drm/linux_workqueue.c
439
destroy_delayed_work_on_stack(struct delayed_work *work)
sys/dev/drm/radeon/radeon.h
1638
struct delayed_work dynpm_idle_work;
sys/dev/drm/radeon/radeon.h
1688
struct delayed_work idle_work;
sys/dev/drm/radeon/radeon.h
1730
struct delayed_work idle_work;
sys/dev/drm/radeon/radeon.h
2424
struct delayed_work hotplug_work;
sys/dev/drm/radeon/radeon.h
372
struct delayed_work lockup_work;