Home | History | Annotate | Download | only in vmwgfx

Lines Matching refs:ht

190 	if (ctx->ht) {
193 if (!drm_ht_find_item(ctx->ht, (unsigned long) vbo, &hash))
227 if (ctx->ht) {
230 if (!drm_ht_find_item(ctx->ht, (unsigned long) res, &hash))
285 if (ctx->ht) {
287 ret = drm_ht_insert_item(ctx->ht, &bo_node->hash);
340 if (ctx->ht) {
342 ret = drm_ht_insert_item(ctx->ht, &node->hash);
691 if (!ctx->ht)
695 (void) drm_ht_remove_item(ctx->ht, &entry->hash);
698 (void) drm_ht_remove_item(ctx->ht, &val->hash);
701 (void) drm_ht_remove_item(ctx->ht, &val->hash);
703 ctx->ht = NULL;