Searched refs:res_idr (Results 1 – 3 of 3) sorted by relevance
108 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release_id()123 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release()187 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_alloc_id()863 struct idr *idr = &dev_priv->res_idr[vmw_res_stream]; in vmw_stream_unref_ioctl()967 res = vmw_resource_lookup(dev_priv, &dev_priv->res_idr[vmw_res_stream], in vmw_user_stream_lookup()
639 idr_init(&dev_priv->res_idr[i]); in vmw_driver_load()916 idr_destroy(&dev_priv->res_idr[i]); in vmw_driver_load()968 idr_destroy(&dev_priv->res_idr[i]); in vmw_driver_unload()
419 struct idr res_idr[vmw_res_max]; member