Lines Matching defs:entity
58 * @rq: runqueue on which this entity is currently scheduled.
60 * Jobs from this entity can be scheduled on any scheduler
63 * @rq_lock: lock to modify the runqueue to which this entity belongs.
64 * @job_queue: the list of jobs of this entity.
66 * new &drm_sched_fence which is part of the entity.
68 * to this entity.
78 * @last_user: last group leader pushing a job into the entity.
118 * @current_entity: the entity which is to be scheduled.
122 * the next entity to emit commands from.
177 * struct drm_sched_job - A job to be run by an entity.
179 * @queue_node: used to append this struct to the queue of jobs in an entity.
189 * @entity: the entity to which this job belongs.
205 struct drm_sched_entity *entity;
306 struct drm_sched_entity *entity,
315 struct drm_sched_entity *entity);
320 struct drm_sched_entity *entity);
322 struct drm_sched_entity *entity);
324 int drm_sched_entity_init(struct drm_sched_entity *entity,
329 long drm_sched_entity_flush(struct drm_sched_entity *entity, long timeout);
330 void drm_sched_entity_fini(struct drm_sched_entity *entity);
331 void drm_sched_entity_destroy(struct drm_sched_entity *entity);
332 void drm_sched_entity_select_rq(struct drm_sched_entity *entity);
333 struct drm_sched_job *drm_sched_entity_pop_job(struct drm_sched_entity *entity);
335 struct drm_sched_entity *entity);
336 void drm_sched_entity_set_priority(struct drm_sched_entity *entity,
338 bool drm_sched_entity_is_ready(struct drm_sched_entity *entity);