delayed_work
struct delayed_work late_init_work;
struct delayed_work flip_work;
struct delayed_work restore_userptr_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 gfx_off_delay_work;
struct delayed_work idle_work;
struct delayed_work idle_work;
struct delayed_work idle_work;
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 retire_work;
struct delayed_work idle_work;
struct delayed_work reenable_work;
struct delayed_work work;
struct delayed_work hangcheck_work;
struct delayed_work work;
static inline void drain_delayed_work(struct delayed_work *dw)
struct delayed_work panel_vdd_work;
struct delayed_work hdcp_check_work;
struct delayed_work unregister_work;
struct delayed_work output_poll_work;
struct delayed_work work_tdr;
struct delayed_work wq;
int queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *work,
static inline bool schedule_delayed_work(struct delayed_work *dwork,
bool cancel_delayed_work(struct delayed_work *dwork);
bool cancel_delayed_work_sync(struct delayed_work *dwork);
struct delayed_work *dwork, unsigned long delay)
bool flush_delayed_work(struct delayed_work *dwork);
bool delayed_work_pending(struct delayed_work *dw);
void destroy_delayed_work_on_stack(struct delayed_work *work);
static inline struct delayed_work *
return container_of(work, struct delayed_work, work);
struct delayed_work *dw = arg;
queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *work,
flush_delayed_work(struct delayed_work *dwork)
cancel_delayed_work(struct delayed_work *dwork)
cancel_delayed_work_sync(struct delayed_work *dwork)
delayed_work_pending(struct delayed_work *dw)
destroy_delayed_work_on_stack(struct delayed_work *work)
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;