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.c2334 bool sched_work = false; in amdgpu_gfx_enforce_isolation_ring_begin_use() local
2353 sched_work = true; in amdgpu_gfx_enforce_isolation_ring_begin_use()
2357 if (sched_work) in amdgpu_gfx_enforce_isolation_ring_begin_use()
2374 bool sched_work = false; in amdgpu_gfx_enforce_isolation_ring_end_use() local
2390 sched_work = true; in amdgpu_gfx_enforce_isolation_ring_end_use()
2394 if (sched_work) in amdgpu_gfx_enforce_isolation_ring_end_use()
/linux/tools/perf/
H A Dbuiltin-kwork.c914 struct kwork_work *work, *sched_work; in top_exit_event() local
927 sched_work = find_work_by_id(&sched_class->work_root, in top_exit_event()
929 if (sched_work) in top_exit_event()