HomeSort by: relevance | last modified time | path
    Searched defs:ref_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.c 53 * ref_hash hash tables.
58 * @ref_hash: Hash tables of ref objects, one per ttm_ref_type,
80 struct drm_open_hash ref_hash[TTM_REF_NUM]; member in struct:ttm_object_file
255 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE];
275 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE];
319 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE];
356 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
436 ht = &tfile->ref_hash[ref->ref_type];
453 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
493 drm_ht_remove(&tfile->ref_hash[i])
    [all...]
ttm_object.c 53 * ref_hash hash tables.
58 * @ref_hash: Hash tables of ref objects, one per ttm_ref_type,
80 struct drm_open_hash ref_hash[TTM_REF_NUM]; member in struct:ttm_object_file
255 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE];
275 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE];
319 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE];
356 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
436 ht = &tfile->ref_hash[ref->ref_type];
453 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
493 drm_ht_remove(&tfile->ref_hash[i])
    [all...]

Completed in 24 milliseconds