Lines Matching defs:close
1175 struct drm_gem_close close = { 0, };
1224 close.handle = bo->gem_handle;
1225 intel_ioctl(bufmgr->fd, DRM_IOCTL_GEM_CLOSE, &close);
1272 struct drm_gem_close close = { .handle = open_arg.handle, };
1273 intel_ioctl(bufmgr->fd, DRM_IOCTL_GEM_CLOSE, &close);
1327 struct drm_gem_close close = { .handle = export->gem_handle };
1328 intel_ioctl(export->drm_fd, DRM_IOCTL_GEM_CLOSE, &close);
1338 struct drm_gem_close close = { .handle = bo->gem_handle };
1339 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_GEM_CLOSE, &close);
1805 close(bufmgr->fd);
2046 * different GEM device. Otherwise we might close the same buffer multiple
2074 close(dmabuf_fd);