Lines Matching full:which
53 * @rq: runqueue on which this entity is currently scheduled.
54 * @rq_list: a list of run queues on which jobs from this entity can
57 * @rq_lock: lock to modify the runqueue to which this entity belongs.
60 * new &drm_sched_fence which is part of the entity.
61 * @fence_context: a unique context for all the fences which belong
66 * @dependency: the dependency fence of the job which is on the top
103 * @sched: the scheduler to which this rq belongs to.
105 * @current_entity: the entity which is to be scheduled.
147 * @sched: the scheduler instance to which the job having this struct
167 * @sched: the scheduler instance on which this job is scheduled.
176 * @entity: the entity to which this job belongs.
243 * @timeout: the time after which a job is removed from the scheduler.
244 * @name: name of the ring for which this scheduler is being used.
246 * @wake_up_worker: the wait queue on which the scheduler sleeps until a job
255 * @thread: the kthread on which the scheduler which run.
256 * @ring_mirror_list: the list of jobs which are currently in the job queue.