Symbol: cancel_delayed_work_sync
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
1595
cancel_delayed_work_sync(&process_info->restore_userptr_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
3918
cancel_delayed_work_sync(&adev->gfx.idle_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
5410
cancel_delayed_work_sync(&adev->delayed_init_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
6491
cancel_delayed_work_sync(&tmp_adev->delayed_init_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
2009
cancel_delayed_work_sync(&adev->gfx.enforce_isolation[idx].work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
2260
cancel_delayed_work_sync(&adev->gfx.idle_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
813
cancel_delayed_work_sync(&adev->gfx.gfx_off_delay_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_jpeg.c
138
cancel_delayed_work_sync(&adev->jpeg.idle_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_jpeg.c
99
cancel_delayed_work_sync(&adev->jpeg.idle_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
3791
cancel_delayed_work_sync(&con->page_retirement_dwork);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
4553
cancel_delayed_work_sync(&con->ras_counte_delay_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
1000
cancel_delayed_work_sync(&userq_mgr->resume_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
1035
cancel_delayed_work_sync(&uqm->resume_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
1097
cancel_delayed_work_sync(&uqm->resume_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
393
cancel_delayed_work_sync(&uq_mgr->resume_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
969
cancel_delayed_work_sync(&uq_mgr->resume_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_uvd.c
1328
set_clocks = !cancel_delayed_work_sync(&adev->uvd.idle_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_uvd.c
433
cancel_delayed_work_sync(&adev->uvd.idle_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_vce.c
264
cancel_delayed_work_sync(&adev->vce.idle_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_vce.c
372
set_clocks = !cancel_delayed_work_sync(&adev->vce.idle_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_vcn.c
506
cancel_delayed_work_sync(&vcn_inst->idle_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_virt.c
666
cancel_delayed_work_sync(&adev->virt.vf2pf_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_vpe.c
465
cancel_delayed_work_sync(&adev->vpe.idle_work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_vpe.c
880
cancel_delayed_work_sync(&adev->vpe.idle_work);
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
7543
cancel_delayed_work_sync(&adev->gfx.idle_work);
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4892
cancel_delayed_work_sync(&adev->gfx.idle_work);
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
3745
cancel_delayed_work_sync(&adev->gfx.idle_work);
sys/dev/pci/drm/amd/amdgpu/jpeg_v1_0.c
607
bool set_clocks = !cancel_delayed_work_sync(&adev->vcn.inst[0].idle_work);
sys/dev/pci/drm/amd/amdgpu/jpeg_v2_0.c
180
cancel_delayed_work_sync(&adev->jpeg.idle_work);
sys/dev/pci/drm/amd/amdgpu/jpeg_v2_5.c
242
cancel_delayed_work_sync(&adev->jpeg.idle_work);
sys/dev/pci/drm/amd/amdgpu/jpeg_v3_0.c
195
cancel_delayed_work_sync(&adev->jpeg.idle_work);
sys/dev/pci/drm/amd/amdgpu/jpeg_v4_0.c
224
cancel_delayed_work_sync(&adev->jpeg.idle_work);
sys/dev/pci/drm/amd/amdgpu/jpeg_v4_0_3.c
440
cancel_delayed_work_sync(&adev->jpeg.idle_work);
sys/dev/pci/drm/amd/amdgpu/jpeg_v4_0_5.c
252
cancel_delayed_work_sync(&adev->jpeg.idle_work);
sys/dev/pci/drm/amd/amdgpu/jpeg_v5_0_0.c
191
cancel_delayed_work_sync(&adev->jpeg.idle_work);
sys/dev/pci/drm/amd/amdgpu/jpeg_v5_0_1.c
311
cancel_delayed_work_sync(&adev->jpeg.idle_work);
sys/dev/pci/drm/amd/amdgpu/uvd_v3_1.c
730
cancel_delayed_work_sync(&adev->uvd.idle_work);
sys/dev/pci/drm/amd/amdgpu/uvd_v3_1.c
761
cancel_delayed_work_sync(&adev->uvd.idle_work);
sys/dev/pci/drm/amd/amdgpu/uvd_v4_2.c
218
cancel_delayed_work_sync(&adev->uvd.idle_work);
sys/dev/pci/drm/amd/amdgpu/uvd_v4_2.c
249
cancel_delayed_work_sync(&adev->uvd.idle_work);
sys/dev/pci/drm/amd/amdgpu/uvd_v5_0.c
211
cancel_delayed_work_sync(&adev->uvd.idle_work);
sys/dev/pci/drm/amd/amdgpu/uvd_v5_0.c
242
cancel_delayed_work_sync(&adev->uvd.idle_work);
sys/dev/pci/drm/amd/amdgpu/uvd_v6_0.c
537
cancel_delayed_work_sync(&adev->uvd.idle_work);
sys/dev/pci/drm/amd/amdgpu/uvd_v6_0.c
568
cancel_delayed_work_sync(&adev->uvd.idle_work);
sys/dev/pci/drm/amd/amdgpu/uvd_v7_0.c
601
cancel_delayed_work_sync(&adev->uvd.idle_work);
sys/dev/pci/drm/amd/amdgpu/uvd_v7_0.c
636
cancel_delayed_work_sync(&adev->uvd.idle_work);
sys/dev/pci/drm/amd/amdgpu/vce_v2_0.c
486
cancel_delayed_work_sync(&ip_block->adev->vce.idle_work);
sys/dev/pci/drm/amd/amdgpu/vce_v2_0.c
508
cancel_delayed_work_sync(&adev->vce.idle_work);
sys/dev/pci/drm/amd/amdgpu/vce_v3_0.c
493
cancel_delayed_work_sync(&adev->vce.idle_work);
sys/dev/pci/drm/amd/amdgpu/vce_v3_0.c
519
cancel_delayed_work_sync(&adev->vce.idle_work);
sys/dev/pci/drm/amd/amdgpu/vce_v4_0.c
543
cancel_delayed_work_sync(&adev->vce.idle_work);
sys/dev/pci/drm/amd/amdgpu/vce_v4_0.c
585
cancel_delayed_work_sync(&adev->vce.idle_work);
sys/dev/pci/drm/amd/amdgpu/vcn_v1_0.c
1918
bool set_clocks = !cancel_delayed_work_sync(&adev->vcn.inst[0].idle_work);
sys/dev/pci/drm/amd/amdgpu/vcn_v1_0.c
288
cancel_delayed_work_sync(&vinst->idle_work);
sys/dev/pci/drm/amd/amdgpu/vcn_v1_0.c
312
idle_work_unexecuted = cancel_delayed_work_sync(&adev->vcn.inst[0].idle_work);
sys/dev/pci/drm/amd/amdgpu/vcn_v2_0.c
324
cancel_delayed_work_sync(&vinst->idle_work);
sys/dev/pci/drm/amd/amdgpu/vcn_v2_5.c
164
cancel_delayed_work_sync(&adev->vcn.inst[0].idle_work);
sys/dev/pci/drm/amd/amdgpu/vcn_v2_5.c
523
cancel_delayed_work_sync(&vinst->idle_work);
sys/dev/pci/drm/amd/amdgpu/vcn_v3_0.c
451
cancel_delayed_work_sync(&vinst->idle_work);
sys/dev/pci/drm/amd/amdgpu/vcn_v4_0.c
376
cancel_delayed_work_sync(&vinst->idle_work);
sys/dev/pci/drm/amd/amdgpu/vcn_v4_0_3.c
385
cancel_delayed_work_sync(&vinst->idle_work);
sys/dev/pci/drm/amd/amdgpu/vcn_v4_0_5.c
329
cancel_delayed_work_sync(&vinst->idle_work);
sys/dev/pci/drm/amd/amdgpu/vcn_v5_0_0.c
293
cancel_delayed_work_sync(&vinst->idle_work);
sys/dev/pci/drm/amd/amdgpu/vcn_v5_0_1.c
349
cancel_delayed_work_sync(&adev->vcn.inst[i].idle_work);
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
1226
cancel_delayed_work_sync(&p->eviction_work);
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
1227
cancel_delayed_work_sync(&p->restore_work);
sys/dev/pci/drm/amd/amdkfd/kfd_svm.c
3289
cancel_delayed_work_sync(&p->svms.restore_work);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
7581
cancel_delayed_work_sync(&aconnector->hdmi_hpd_debounce_work);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c
483
cancel_delayed_work_sync(&hdcp_work[i].callback_dwork);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c
484
cancel_delayed_work_sync(&hdcp_work[i].watchdog_timer_dwork);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c
485
cancel_delayed_work_sync(&hdcp_work[i].property_validate_dwork);
sys/dev/pci/drm/amd/pm/powerplay/amd_powerplay.c
185
cancel_delayed_work_sync(&hwmgr->swctf_delayed_work);
sys/dev/pci/drm/amd/pm/powerplay/amd_powerplay.c
263
cancel_delayed_work_sync(&hwmgr->swctf_delayed_work);
sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c
1656
cancel_delayed_work_sync(&smu->wbrf_delayed_work);
sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c
2122
cancel_delayed_work_sync(&smu->swctf_delayed_work);
sys/dev/pci/drm/drm_probe_helper.c
902
cancel_delayed_work_sync(&dev->mode_config.output_poll_work);
sys/dev/pci/drm/drm_self_refresh_helper.c
279
cancel_delayed_work_sync(&sr_data->entry_work);
sys/dev/pci/drm/i915/display/intel_display_power.c
482
cancel_delayed_work_sync(&power_domains->async_put_work);
sys/dev/pci/drm/i915/display/intel_drrs.c
209
cancel_delayed_work_sync(&crtc->drrs.work);
sys/dev/pci/drm/i915/display/intel_encoder.c
30
cancel_delayed_work_sync(&encoder->link_check_work);
sys/dev/pci/drm/i915/display/intel_hdcp.c
2565
cancel_delayed_work_sync(&hdcp->check_work);
sys/dev/pci/drm/i915/display/intel_hdcp.c
2638
cancel_delayed_work_sync(&connector->hdcp.check_work);
sys/dev/pci/drm/i915/display/intel_hdcp.c
2677
cancel_delayed_work_sync(&hdcp->check_work);
sys/dev/pci/drm/i915/display/intel_hotplug.c
958
if (cancel_delayed_work_sync(&display->hotplug.hotplug_work))
sys/dev/pci/drm/i915/display/intel_hotplug.c
962
if (cancel_delayed_work_sync(&display->hotplug.reenable_work))
sys/dev/pci/drm/i915/display/intel_pps.c
880
cancel_delayed_work_sync(&intel_dp->pps.panel_vdd_work);
sys/dev/pci/drm/i915/display/intel_psr.c
2275
cancel_delayed_work_sync(&intel_dp->psr.dc3co_work);
sys/dev/pci/drm/i915/display/intel_psr.c
2306
cancel_delayed_work_sync(&psr->dc3co_work);
sys/dev/pci/drm/i915/display/intel_tc.c
1913
cancel_delayed_work_sync(&tc->link_reset_work);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_mman.c
634
cancel_delayed_work_sync(&to_gt(i915)->requests.retire_work);
sys/dev/pci/drm/i915/gt/intel_gt_buffer_pool.c
239
} while (cancel_delayed_work_sync(&pool->work));
sys/dev/pci/drm/i915/gt/intel_gt_requests.c
234
cancel_delayed_work_sync(&gt->requests.retire_work);
sys/dev/pci/drm/i915/gt/intel_reset.c
1714
cancel_delayed_work_sync(&w->work);
sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c
1434
cancel_delayed_work_sync(&guc->timestamp.work);
sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c
3925
if (cancel_delayed_work_sync(&ce->guc_state.sched_disable_delay_work))
sys/dev/pci/drm/radeon/radeon_fence.c
868
cancel_delayed_work_sync(&rdev->fence_drv[ring].lockup_work);
sys/dev/pci/drm/radeon/radeon_fence.c
889
cancel_delayed_work_sync(&rdev->fence_drv[ring].lockup_work);
sys/dev/pci/drm/radeon/radeon_pm.c
1270
cancel_delayed_work_sync(&rdev->pm.dynpm_idle_work);
sys/dev/pci/drm/radeon/radeon_pm.c
1677
cancel_delayed_work_sync(&rdev->pm.dynpm_idle_work);
sys/dev/pci/drm/radeon/radeon_pm.c
461
cancel_delayed_work_sync(&rdev->pm.dynpm_idle_work);
sys/dev/pci/drm/radeon/radeon_uvd.c
881
bool set_clocks = !cancel_delayed_work_sync(&rdev->uvd.idle_work);
sys/dev/pci/drm/radeon/radeon_vce.c
319
bool set_clocks = !cancel_delayed_work_sync(&rdev->vce.idle_work);
sys/dev/pci/drm/scheduler/sched_main.c
1461
cancel_delayed_work_sync(&sched->work_tdr);