Searched refs:ref_hash (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/ttm/
H A Dttm_object.c43 * ref_hash hash tables.
48 * @ref_hash: Hash tables of ref objects, one per ttm_ref_type,
64 struct drm_open_hash ref_hash[TTM_REF_NUM]; member in struct:ttm_object_file
249 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
318 ht = &tfile->ref_hash[ref->ref_type];
335 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
375 drm_ht_remove(&tfile->ref_hash[i]);
399 ret = drm_ht_create(&tfile->ref_hash[i], hash_order);
409 drm_ht_remove(&tfile->ref_hash[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_object.c43 * ref_hash hash tables.
48 * @ref_hash: Hash tables of ref objects, one per ttm_ref_type,
64 struct drm_open_hash ref_hash[TTM_REF_NUM]; member in struct:ttm_object_file
249 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
318 ht = &tfile->ref_hash[ref->ref_type];
335 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
375 drm_ht_remove(&tfile->ref_hash[i]);
399 ret = drm_ht_create(&tfile->ref_hash[i], hash_order);
409 drm_ht_remove(&tfile->ref_hash[i]);

Completed in 107 milliseconds