Lines Matching defs:map
175 * Gets the map from drm_device::ctx_idr with the handle specified and
182 struct drm_local_map *map;
191 map = idr_find(&dev->ctx_idr, request->ctx_id);
192 if (!map) {
199 if (_entry->map == map) {
230 struct drm_local_map *map = NULL;
239 if (r_list->map
248 map = r_list->map;
249 if (!map)
252 if (IS_ERR(idr_replace(&dev->ctx_idr, map, request->ctx_id)))