Home
last modified time | relevance | path

Searched refs:idr_for_each_entry (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ctx.c457 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_entity_flush()
484 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_entity_fini()
512 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_fini()
H A Damdgpu_sched.c71 idr_for_each_entry(&fpriv->ctx_mgr.ctx_handles, ctx, id) in amdgpu_sched_process_priority_override()
H A Damdgpu_gem.c105 idr_for_each_entry(&file->object_idr, gobj, handle) { in amdgpu_gem_force_release()
H A Damdgpu_kms.c966 idr_for_each_entry(&fpriv->bo_list_handles, list, handle) in amdgpu_driver_postclose_kms()
/dragonfly/sys/dev/drm/include/linux/
H A Didr.h123 #define idr_for_each_entry(idp, entry, id) \ macro
/dragonfly/sys/dev/drm/
H A Ddrm_dp_aux_dev.c257 idr_for_each_entry(&aux_idr, iter, id) {
H A Ddrm_connector.c1531 idr_for_each_entry(&dev->mode_config.tile_idr, tg, id) { in drm_mode_get_tile_group()
/dragonfly/sys/dev/drm/i915/gvt/
H A Dgvt.h398 idr_for_each_entry((&(gvt)->vgpu_idr), (vgpu), (id)) \