HomeSort by: relevance | last modified time | path
    Searched defs:delayed_work (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_kms.c 171 struct delayed_work *delayed_work = to_delayed_work(work); local in function:pflip_to_worker
173 container_of(delayed_work,
  /src/sys/external/bsd/common/include/linux/
workqueue.h 80 struct delayed_work { struct
83 TAILQ_ENTRY(delayed_work) dw_entry;
105 static inline struct delayed_work *
108 return container_of(work, struct delayed_work, work);
140 void INIT_DELAYED_WORK(struct delayed_work *,
142 bool schedule_delayed_work(struct delayed_work *, unsigned long);
143 bool queue_delayed_work(struct workqueue_struct *, struct delayed_work *,
145 bool mod_delayed_work(struct workqueue_struct *, struct delayed_work *,
147 bool cancel_delayed_work(struct delayed_work *);
148 bool cancel_delayed_work_sync(struct delayed_work *);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_probe_helper.c 588 struct delayed_work *delayed_work = to_delayed_work(work); local in function:output_poll_execute
589 struct drm_device *dev = container_of(delayed_work, struct drm_device, mode_config.output_poll_work);
673 schedule_delayed_work(delayed_work, DRM_OUTPUT_POLL_PERIOD);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_display.c 78 struct delayed_work *delayed_work = local in function:amdgpu_display_flip_work_func
79 container_of(__work, struct delayed_work, work);
81 container_of(delayed_work, struct amdgpu_flip_work, flip_work);

Completed in 14 milliseconds