Lines Matching full:entities
84 * Entities will emit jobs in order to their corresponding hardware
85 * ring, and the scheduler will alternate between entities based on
92 * Used to append this struct to the list of entities in the runqueue
93 * @rq under &drm_sched_rq.entities.
192 * Points to entities' guilty.
244 * struct drm_sched_rq - queue of entities to be scheduled.
246 * @lock: to modify the entities list.
248 * @entities: list of the entities to be scheduled.
250 * @rb_tree_root: root of time based priory queue of entities for FIFO scheduling
252 * Run queue is a set of entities scheduling command submissions for
259 struct list_head entities; member