HomeSort by: relevance | last modified time | path
    Searched refs:current_entity (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/scheduler/
sched_main.c 82 rq->current_entity = NULL;
121 if (rq->current_entity == entity)
122 rq->current_entity = NULL;
140 entity = rq->current_entity;
144 rq->current_entity = entity;
155 rq->current_entity = entity;
161 if (entity == rq->current_entity)
  /src/sys/external/bsd/drm2/dist/include/drm/
gpu_scheduler.h 118 * @current_entity: the entity which is to be scheduled.
128 struct drm_sched_entity *current_entity; member in struct:drm_sched_rq

Completed in 17 milliseconds