Searched refs:amd_sched_job (Results 1 – 6 of 6) sorted by relevance
81 struct amd_sched_job { struct103 struct fence *(*dependency)(struct amd_sched_job *sched_job); argument104 struct fence *(*run_job)(struct amd_sched_job *sched_job);136 void amd_sched_entity_push_job(struct amd_sched_job *sched_job);
14 TRACE_EVENT(amd_sched_job,15 TP_PROTO(struct amd_sched_job *sched_job),19 __field(struct amd_sched_job *, sched_job)
266 static struct amd_sched_job *270 struct amd_sched_job *sched_job; in amd_sched_entity_pop_job()289 static bool amd_sched_entity_in(struct amd_sched_job *sched_job) in amd_sched_entity_in()318 void amd_sched_entity_push_job(struct amd_sched_job *sched_job) in amd_sched_entity_push_job()418 struct amd_sched_job *sched_job; in amd_sched_main()
31 static struct fence *amdgpu_sched_dependency(struct amd_sched_job *sched_job) in amdgpu_sched_dependency()37 static struct fence *amdgpu_sched_run_job(struct amd_sched_job *sched_job) in amdgpu_sched_run_job()
56 __field(struct amd_sched_job *, sched_job)81 __field(struct amd_sched_job *, sched_job)
1270 struct amd_sched_job base;