Home
last modified time | relevance | path

Searched refs:delayed_work (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/sys/external/bsd/common/include/linux/
H A Dworkqueue.h80 struct delayed_work { struct
83 TAILQ_ENTRY(delayed_work) dw_entry; argument
105 static inline struct delayed_work * argument
108 return container_of(work, struct delayed_work, work); in to_delayed_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 …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.h44 struct delayed_work callback_dwork;
45 struct delayed_work watchdog_timer_dwork;
46 struct delayed_work property_validate_dwork;
/netbsd-src/sys/external/bsd/common/linux/
H A Dlinux_work.c53 TAILQ_HEAD(dwork_head, delayed_work);
83 struct delayed_work *);
85 struct delayed_work *);
87 struct delayed_work *);
327 struct delayed_work *const dw = TAILQ_FIRST(&wq->wq_delayed); in destroy_workqueue()
440 container_of(work, struct delayed_work, in linux_workqueue_thread()
489 struct delayed_work *const dw = cookie; in linux_workqueue_timeout()
868 INIT_DELAYED_WORK(struct delayed_work *dw, void (*fn)(struct work_struct *)) in INIT_DELAYED_WORK()
895 schedule_delayed_work(struct delayed_work *dw, unsigned long ticks) in schedule_delayed_work()
908 dw_callout_init(struct workqueue_struct *wq, struct delayed_work *dw) in dw_callout_init()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front_kms.c171 struct delayed_work *delayed_work = to_delayed_work(work); in pflip_to_worker() local
173 container_of(delayed_work, in pflip_to_worker()
H A Dxen_drm_front.h122 struct delayed_work pflip_to_worker;
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_probe_helper.c588 struct delayed_work *delayed_work = to_delayed_work(work); in output_poll_execute() local
589 …struct drm_device *dev = container_of(delayed_work, struct drm_device, mode_config.output_poll_wor… in output_poll_execute()
673 schedule_delayed_work(delayed_work, DRM_OUTPUT_POLL_PERIOD); in output_poll_execute()
H A Ddrm_self_refresh_helper.c67 struct delayed_work entry_work;
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_jpeg.h51 struct delayed_work idle_work;
H A Damdgpu_display.c78 struct delayed_work *delayed_work = in amdgpu_display_flip_work_func() local
79 container_of(__work, struct delayed_work, work); in amdgpu_display_flip_work_func()
81 container_of(delayed_work, struct amdgpu_flip_work, flip_work); in amdgpu_display_flip_work_func()
H A Damdgpu_vce.h47 struct delayed_work idle_work;
H A Damdgpu_uvd.h68 struct delayed_work idle_work;
H A Damdgpu_vcn.h192 struct delayed_work idle_work;
H A Damdgpu_amdkfd.h120 struct delayed_work restore_userptr_work;
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_gt_types.h57 struct delayed_work retire_work;
H A Dintel_reset.h60 struct delayed_work work;
H A Dintel_engine_types.h323 struct delayed_work work;
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_globals.c30 struct delayed_work work;
H A Di915_drv.h149 struct delayed_work hotplug_work;
162 struct delayed_work reenable_work;
473 struct delayed_work work;
511 struct delayed_work idle_work;
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_mode_config.h535 struct delayed_work output_poll_work;
H A Dgpu_scheduler.h289 struct delayed_work work_tdr;
/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_core.h792 struct delayed_work start_work;
793 struct delayed_work reset_work;
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_priv.h723 struct delayed_work eviction_work;
724 struct delayed_work restore_work;
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display_power.h217 struct delayed_work async_put_work;
H A Dintel_display_types.h347 struct delayed_work check_work;
1264 struct delayed_work panel_vdd_work;
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_bo_driver.h514 struct delayed_work wq;

12