Lines Matching refs:ht
246 struct vmwgfx_open_hash *ht = &tfile->ref_hash; in ttm_base_object_noref_lookup() local
250 ret = vmwgfx_ht_find_item_rcu(ht, key, &hash); in ttm_base_object_noref_lookup()
266 struct vmwgfx_open_hash *ht = &tfile->ref_hash; in ttm_base_object_lookup() local
270 ret = vmwgfx_ht_find_item_rcu(ht, key, &hash); in ttm_base_object_lookup()
302 struct vmwgfx_open_hash *ht = &tfile->ref_hash; in ttm_ref_object_add() local
315 ret = vmwgfx_ht_find_item_rcu(ht, base->handle, &hash); in ttm_ref_object_add()
340 ret = vmwgfx_ht_insert_item_rcu(ht, &ref->hash); in ttm_ref_object_add()
366 struct vmwgfx_open_hash *ht; in ttm_ref_object_release() local
368 ht = &tfile->ref_hash; in ttm_ref_object_release()
369 (void)vmwgfx_ht_remove_item_rcu(ht, &ref->hash); in ttm_ref_object_release()
381 struct vmwgfx_open_hash *ht = &tfile->ref_hash; in ttm_ref_object_base_unref() local
387 ret = vmwgfx_ht_find_item(ht, key, &hash); in ttm_ref_object_base_unref()