drm_ht_create      61 drivers/gpu/drm/drm_hashtab.c EXPORT_SYMBOL(drm_ht_create);
drm_ht_create      82 drivers/gpu/drm/drm_legacy.h 	return drm_ht_create(&dev->map_hash, 12);
drm_ht_create     508 drivers/gpu/drm/vmwgfx/ttm_object.c 		ret = drm_ht_create(&tfile->ref_hash[i], hash_order);
drm_ht_create     539 drivers/gpu/drm/vmwgfx/ttm_object.c 	ret = drm_ht_create(&tdev->object_hash, hash_order);
drm_ht_create     300 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 	ret = drm_ht_create(&man->resources, VMW_CMDBUF_RES_MAN_HT_ORDER);
drm_ht_create    3714 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		ret = drm_ht_create(&sw_context->res_ht, VMW_RES_HT_ORDER);
drm_ht_create      52 include/drm/drm_hashtab.h int drm_ht_create(struct drm_open_hash *ht, unsigned int order);