Home | History | Annotate | Download | only in scheduler

Lines Matching refs:cb

233  * @cb: our callback structure
238 struct dma_fence_cb *cb)
240 struct drm_sched_job *job = container_of(cb, struct drm_sched_job,
321 &entity->cb);
354 struct dma_fence_cb *cb)
357 container_of(cb, struct drm_sched_entity, cb);
368 struct dma_fence_cb *cb)
371 container_of(cb, struct drm_sched_entity, cb);
373 drm_sched_entity_clear_dep(f, cb);
431 if (!dma_fence_add_callback(fence, &entity->cb,
440 if (!dma_fence_add_callback(entity->dependency, &entity->cb,