Lines Matching defs:map
171 * Gets the map from drm_device::ctx_idr with the handle specified and
178 struct drm_local_map *map;
186 map = idr_find(&dev->ctx_idr, request->ctx_id);
187 if (!map) {
194 if (_entry->map == map) {
225 struct drm_local_map *map = NULL;
233 if (r_list->map
242 map = r_list->map;
243 if (!map)
246 if (IS_ERR(idr_replace(&dev->ctx_idr, map, request->ctx_id)))