Lines Matching defs:map
149 * Gets the map from drm_device::ctx_idr with the handle specified and
156 struct drm_local_map *map;
161 map = idr_find(&dev->ctx_idr, request->ctx_id);
162 if (!map) {
169 if (_entry->map == map) {
200 struct drm_local_map *map = NULL;
205 if (r_list->map
214 map = r_list->map;
215 if (!map)
218 if (IS_ERR(idr_replace(&dev->ctx_idr, map, request->ctx_id)))