Lines Matching refs:ht
185 if (ctx->ht) {
188 if (!drm_ht_find_item(ctx->ht, (unsigned long) vbo, &hash))
222 if (ctx->ht) {
225 if (!drm_ht_find_item(ctx->ht, (unsigned long) res, &hash))
280 if (ctx->ht) {
282 ret = drm_ht_insert_item(ctx->ht, &bo_node->hash);
335 if (ctx->ht) {
337 ret = drm_ht_insert_item(ctx->ht, &node->hash);
686 if (!ctx->ht)
690 (void) drm_ht_remove_item(ctx->ht, &entry->hash);
693 (void) drm_ht_remove_item(ctx->ht, &val->hash);
696 (void) drm_ht_remove_item(ctx->ht, &val->hash);
698 ctx->ht = NULL;