Home
last modified time | relevance | path

Searched refs:sched_work (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c2694 bool sched_work = false; in amdgpu_gfx_enforce_isolation_ring_begin_use() local
2713 sched_work = true; in amdgpu_gfx_enforce_isolation_ring_begin_use()
2717 if (sched_work) in amdgpu_gfx_enforce_isolation_ring_begin_use()
2734 bool sched_work = false; in amdgpu_gfx_enforce_isolation_ring_end_use() local
2750 sched_work = true; in amdgpu_gfx_enforce_isolation_ring_end_use()
2754 if (sched_work) in amdgpu_gfx_enforce_isolation_ring_end_use()
/linux/tools/perf/
H A Dbuiltin-kwork.c955 struct kwork_work *work, *sched_work; in top_sched_switch_event()
968 sched_work = find_work_by_id(&sched_class->work_root, in process_irq_handler_entry_event()
970 if (sched_work) in process_irq_handler_entry_event()
914 struct kwork_work *work, *sched_work; top_exit_event() local