Symbol: delayed_work
sys/dev/ic/qwxvar.h
1693
struct delayed_work connection_loss_work;
sys/dev/ic/qwzvar.h
1831
struct delayed_work connection_loss_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu.h
1106
struct delayed_work hotplug_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu.h
1241
struct delayed_work delayed_init_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu.h
484
struct delayed_work flip_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd.h
151
struct delayed_work restore_userptr_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
2783
struct delayed_work *dwork = to_delayed_work(work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_display.c
121
struct delayed_work *delayed_work =
sys/dev/pci/drm/amd/amdgpu/amdgpu_display.c
122
container_of(__work, struct delayed_work, work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_display.c
124
container_of(delayed_work, struct amdgpu_flip_work, flip_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.h
40
struct delayed_work suspend_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.h
403
struct delayed_work work;
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.h
481
struct delayed_work gfx_off_delay_work; /* async work to set gfx block off */
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.h
528
struct delayed_work idle_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu_jpeg.h
137
struct delayed_work idle_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.h
547
struct delayed_work ras_counte_delay_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.h
578
struct delayed_work page_retirement_dwork;
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.h
101
struct delayed_work resume_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu_uvd.h
66
struct delayed_work idle_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu_vce.h
45
struct delayed_work idle_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu_vcn.h
325
struct delayed_work idle_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu_virt.h
307
struct delayed_work vf2pf_work;
sys/dev/pci/drm/amd/amdgpu/amdgpu_vpe.h
77
struct delayed_work idle_work;
sys/dev/pci/drm/amd/amdkfd/kfd_priv.h
881
struct delayed_work restore_work;
sys/dev/pci/drm/amd/amdkfd/kfd_priv.h
958
struct delayed_work eviction_work;
sys/dev/pci/drm/amd/amdkfd/kfd_priv.h
959
struct delayed_work restore_work;
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
2007
struct delayed_work *dwork;
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
2058
struct delayed_work *dwork;
sys/dev/pci/drm/amd/amdkfd/kfd_svm.c
1848
struct delayed_work *dwork = to_delayed_work(work);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.h
829
struct delayed_work hdmi_hpd_debounce_work;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.h
44
struct delayed_work callback_dwork;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.h
45
struct delayed_work watchdog_timer_dwork;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.h
46
struct delayed_work property_validate_dwork;
sys/dev/pci/drm/amd/pm/powerplay/inc/hwmgr.h
812
struct delayed_work swctf_delayed_work;
sys/dev/pci/drm/amd/pm/swsmu/inc/amdgpu_smu.h
645
struct delayed_work swctf_delayed_work;
sys/dev/pci/drm/amd/pm/swsmu/inc/amdgpu_smu.h
650
struct delayed_work wbrf_delayed_work;
sys/dev/pci/drm/drm_linux.c
240
flush_delayed_work(struct delayed_work *dwork)
sys/dev/pci/drm/drm_probe_helper.c
758
struct delayed_work *delayed_work = to_delayed_work(work);
sys/dev/pci/drm/drm_probe_helper.c
759
struct drm_device *dev = container_of(delayed_work, struct drm_device, mode_config.output_poll_work);
sys/dev/pci/drm/drm_probe_helper.c
851
schedule_delayed_work(delayed_work, DRM_OUTPUT_POLL_PERIOD);
sys/dev/pci/drm/drm_self_refresh_helper.c
61
struct delayed_work entry_work;
sys/dev/pci/drm/i915/display/intel_display_core.h
155
struct delayed_work hotplug_work;
sys/dev/pci/drm/i915/display/intel_display_core.h
171
struct delayed_work reenable_work;
sys/dev/pci/drm/i915/display/intel_display_power.h
151
struct delayed_work async_put_work;
sys/dev/pci/drm/i915/display/intel_display_types.h
1440
struct delayed_work work;
sys/dev/pci/drm/i915/display/intel_display_types.h
1606
struct delayed_work panel_vdd_work;
sys/dev/pci/drm/i915/display/intel_display_types.h
1686
struct delayed_work dc3co_work;
sys/dev/pci/drm/i915/display/intel_display_types.h
171
struct delayed_work link_check_work;
sys/dev/pci/drm/i915/display/intel_display_types.h
454
struct delayed_work check_work;
sys/dev/pci/drm/i915/display/intel_dmc_wl.h
29
struct delayed_work work;
sys/dev/pci/drm/i915/display/intel_hotplug.c
195
mod_delayed_detection_work(struct intel_display *display, struct delayed_work *work, int delay)
sys/dev/pci/drm/i915/display/intel_hotplug.c
206
queue_delayed_detection_work(struct intel_display *display, struct delayed_work *work, int delay)
sys/dev/pci/drm/i915/display/intel_tc.c
58
struct delayed_work disconnect_phy_work;
sys/dev/pci/drm/i915/display/intel_tc.c
59
struct delayed_work link_reset_work;
sys/dev/pci/drm/i915/gt/intel_context_types.h
222
struct delayed_work sched_disable_delay_work;
sys/dev/pci/drm/i915/gt/intel_engine_types.h
446
struct delayed_work work;
sys/dev/pci/drm/i915/gt/intel_gt_buffer_pool_types.h
19
struct delayed_work work;
sys/dev/pci/drm/i915/gt/intel_gt_types.h
141
struct delayed_work retire_work;
sys/dev/pci/drm/i915/gt/intel_reset.h
65
struct delayed_work work;
sys/dev/pci/drm/i915/gt/uc/intel_guc.h
273
struct delayed_work work;
sys/dev/pci/drm/i915/intel_wakeref.h
49
struct delayed_work work;
sys/dev/pci/drm/include/drm/display/drm_dp_helper.h
342
struct delayed_work unregister_work;
sys/dev/pci/drm/include/drm/drm_mode_config.h
544
struct delayed_work output_poll_work;
sys/dev/pci/drm/include/drm/gpu_scheduler.h
591
struct delayed_work work_tdr;
sys/dev/pci/drm/include/linux/workqueue.h
126
static inline struct delayed_work *
sys/dev/pci/drm/include/linux/workqueue.h
129
return container_of(work, struct delayed_work, work);
sys/dev/pci/drm/include/linux/workqueue.h
135
struct delayed_work *dwork = arg;
sys/dev/pci/drm/include/linux/workqueue.h
141
INIT_DELAYED_WORK(struct delayed_work *dwork, work_func_t func)
sys/dev/pci/drm/include/linux/workqueue.h
148
INIT_DELAYED_WORK_ONSTACK(struct delayed_work *dwork, work_func_t func)
sys/dev/pci/drm/include/linux/workqueue.h
169
schedule_delayed_work(struct delayed_work *dwork, int jiffies)
sys/dev/pci/drm/include/linux/workqueue.h
177
struct delayed_work *dwork, int jiffies)
sys/dev/pci/drm/include/linux/workqueue.h
185
struct delayed_work *dwork, int jiffies)
sys/dev/pci/drm/include/linux/workqueue.h
192
cancel_delayed_work(struct delayed_work *dwork)
sys/dev/pci/drm/include/linux/workqueue.h
202
cancel_delayed_work_sync(struct delayed_work *dwork)
sys/dev/pci/drm/include/linux/workqueue.h
212
delayed_work_pending(struct delayed_work *dwork)
sys/dev/pci/drm/include/linux/workqueue.h
221
bool flush_delayed_work(struct delayed_work *);
sys/dev/pci/drm/include/linux/workqueue.h
243
destroy_delayed_work_on_stack(struct delayed_work *dwork)
sys/dev/pci/drm/radeon/radeon.h
1637
struct delayed_work dynpm_idle_work;
sys/dev/pci/drm/radeon/radeon.h
1686
struct delayed_work idle_work;
sys/dev/pci/drm/radeon/radeon.h
1728
struct delayed_work idle_work;
sys/dev/pci/drm/radeon/radeon.h
2449
struct delayed_work hotplug_work;
sys/dev/pci/drm/radeon/radeon.h
382
struct delayed_work lockup_work;
sys/dev/usb/dwc2/dwc2.c
1413
struct delayed_work *dw = arg;
sys/dev/usb/dwc2/dwc2.h
271
INIT_DELAYED_WORK(struct delayed_work *dw, void (*fn)(void *), void *arg)
sys/dev/usb/dwc2/dwc2.h
279
queue_delayed_work(struct taskq *wq, struct delayed_work *dw, int j)
sys/dev/usb/dwc2/dwc2_core.h
1220
struct delayed_work start_work;
sys/dev/usb/dwc2/dwc2_core.h
1221
struct delayed_work reset_work;