Searched refs:res_idr (Results 1 – 3 of 3) sorted by relevance
107 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release_id()122 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release()188 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_alloc_id()865 struct idr *idr = &dev_priv->res_idr[vmw_res_stream]; in vmw_stream_unref_ioctl()969 res = vmw_resource_lookup(dev_priv, &dev_priv->res_idr[vmw_res_stream], in vmw_user_stream_lookup()
609 idr_init(&dev_priv->res_idr[i]); in vmw_driver_load()869 idr_destroy(&dev_priv->res_idr[i]); in vmw_driver_load()914 idr_destroy(&dev_priv->res_idr[i]); in vmw_driver_unload()
432 struct idr res_idr[vmw_res_max]; member