delayed_work
struct delayed_work connection_loss_work;
struct delayed_work connection_loss_work;
struct delayed_work hotplug_work;
struct delayed_work delayed_init_work;
struct delayed_work flip_work;
struct delayed_work restore_userptr_work;
struct delayed_work *dwork = to_delayed_work(work);
struct delayed_work *delayed_work =
container_of(__work, struct delayed_work, work);
container_of(delayed_work, struct amdgpu_flip_work, flip_work);
struct delayed_work suspend_work;
struct delayed_work work;
struct delayed_work gfx_off_delay_work; /* async work to set gfx block off */
struct delayed_work idle_work;
struct delayed_work idle_work;
struct delayed_work ras_counte_delay_work;
struct delayed_work page_retirement_dwork;
struct delayed_work resume_work;
struct delayed_work idle_work;
struct delayed_work idle_work;
struct delayed_work idle_work;
struct delayed_work vf2pf_work;
struct delayed_work idle_work;
struct delayed_work restore_work;
struct delayed_work eviction_work;
struct delayed_work restore_work;
struct delayed_work *dwork;
struct delayed_work *dwork;
struct delayed_work *dwork = to_delayed_work(work);
struct delayed_work hdmi_hpd_debounce_work;
struct delayed_work callback_dwork;
struct delayed_work watchdog_timer_dwork;
struct delayed_work property_validate_dwork;
struct delayed_work swctf_delayed_work;
struct delayed_work swctf_delayed_work;
struct delayed_work wbrf_delayed_work;
flush_delayed_work(struct delayed_work *dwork)
struct delayed_work *delayed_work = to_delayed_work(work);
struct drm_device *dev = container_of(delayed_work, struct drm_device, mode_config.output_poll_work);
schedule_delayed_work(delayed_work, DRM_OUTPUT_POLL_PERIOD);
struct delayed_work entry_work;
struct delayed_work hotplug_work;
struct delayed_work reenable_work;
struct delayed_work async_put_work;
struct delayed_work work;
struct delayed_work panel_vdd_work;
struct delayed_work dc3co_work;
struct delayed_work link_check_work;
struct delayed_work check_work;
struct delayed_work work;
mod_delayed_detection_work(struct intel_display *display, struct delayed_work *work, int delay)
queue_delayed_detection_work(struct intel_display *display, struct delayed_work *work, int delay)
struct delayed_work disconnect_phy_work;
struct delayed_work link_reset_work;
struct delayed_work sched_disable_delay_work;
struct delayed_work work;
struct delayed_work work;
struct delayed_work retire_work;
struct delayed_work work;
struct delayed_work work;
struct delayed_work work;
struct delayed_work unregister_work;
struct delayed_work output_poll_work;
struct delayed_work work_tdr;
static inline struct delayed_work *
return container_of(work, struct delayed_work, work);
struct delayed_work *dwork = arg;
INIT_DELAYED_WORK(struct delayed_work *dwork, work_func_t func)
INIT_DELAYED_WORK_ONSTACK(struct delayed_work *dwork, work_func_t func)
schedule_delayed_work(struct delayed_work *dwork, int jiffies)
struct delayed_work *dwork, int jiffies)
struct delayed_work *dwork, int jiffies)
cancel_delayed_work(struct delayed_work *dwork)
cancel_delayed_work_sync(struct delayed_work *dwork)
delayed_work_pending(struct delayed_work *dwork)
bool flush_delayed_work(struct delayed_work *);
destroy_delayed_work_on_stack(struct delayed_work *dwork)
struct delayed_work dynpm_idle_work;
struct delayed_work idle_work;
struct delayed_work idle_work;
struct delayed_work hotplug_work;
struct delayed_work lockup_work;
struct delayed_work *dw = arg;
INIT_DELAYED_WORK(struct delayed_work *dw, void (*fn)(void *), void *arg)
queue_delayed_work(struct taskq *wq, struct delayed_work *dw, int j)
struct delayed_work start_work;
struct delayed_work reset_work;