HomeSort by: relevance | last modified time | path
    Searched refs:res_idr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_resource.c 113 struct idr *idr = &dev_priv->res_idr[res->func->res_type];
128 struct idr *idr = &dev_priv->res_idr[res->func->res_type];
195 struct idr *idr = &dev_priv->res_idr[res->func->res_type];
vmwgfx_drv.c 666 idr_init(&dev_priv->res_idr[i]);
1029 idr_destroy(&dev_priv->res_idr[i]);
1092 idr_destroy(&dev_priv->res_idr[i]);
vmwgfx_drv.h 533 struct idr res_idr[vmw_res_max]; member in struct:vmw_private

Completed in 26 milliseconds