Home | History | Annotate | Download | only in vmwgfx

Lines Matching defs:ht

255 	struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE];
259 ret = drm_ht_find_item_rcu(ht, key, &hash);
275 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE];
279 ret = drm_ht_find_item_rcu(ht, key, &hash);
319 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE];
324 if (unlikely(drm_ht_find_item_rcu(ht, base->handle, &hash) != 0))
356 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
374 ret = drm_ht_find_item_rcu(ht, base->handle, &hash);
405 ret = drm_ht_insert_item_rcu(ht, &ref->hash);
433 struct drm_open_hash *ht;
436 ht = &tfile->ref_hash[ref->ref_type];
437 (void)drm_ht_remove_item_rcu(ht, &ref->hash);
453 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
459 ret = drm_ht_find_item(ht, key, &hash);