| /netbsd-src/sys/external/bsd/common/include/linux/ |
| H A D | workqueue.h | 80 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 D | amdgpu_dm_hdcp.h | 44 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 D | linux_work.c | 53 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 D | xen_drm_front_kms.c | 171 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 D | xen_drm_front.h | 122 struct delayed_work pflip_to_worker;
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_probe_helper.c | 588 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 D | drm_self_refresh_helper.c | 67 struct delayed_work entry_work;
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_jpeg.h | 51 struct delayed_work idle_work;
|
| H A D | amdgpu_display.c | 78 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 D | amdgpu_vce.h | 47 struct delayed_work idle_work;
|
| H A D | amdgpu_uvd.h | 68 struct delayed_work idle_work;
|
| H A D | amdgpu_vcn.h | 192 struct delayed_work idle_work;
|
| H A D | amdgpu_amdkfd.h | 120 struct delayed_work restore_userptr_work;
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| H A D | intel_gt_types.h | 57 struct delayed_work retire_work;
|
| H A D | intel_reset.h | 60 struct delayed_work work;
|
| H A D | intel_engine_types.h | 323 struct delayed_work work;
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | i915_globals.c | 30 struct delayed_work work;
|
| H A D | i915_drv.h | 149 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 D | drm_mode_config.h | 535 struct delayed_work output_poll_work;
|
| H A D | gpu_scheduler.h | 289 struct delayed_work work_tdr;
|
| /netbsd-src/sys/external/bsd/dwc2/dist/ |
| H A D | dwc2_core.h | 792 struct delayed_work start_work; 793 struct delayed_work reset_work;
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| H A D | kfd_priv.h | 723 struct delayed_work eviction_work; 724 struct delayed_work restore_work;
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_display_power.h | 217 struct delayed_work async_put_work;
|
| H A D | intel_display_types.h | 347 struct delayed_work check_work; 1264 struct delayed_work panel_vdd_work;
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
| H A D | ttm_bo_driver.h | 514 struct delayed_work wq;
|