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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.c 118 * @ref_type: Type of ref object.
133 enum ttm_ref_type ref_type; member in struct:ttm_ref_object
171 enum ttm_ref_type ref_type))
353 enum ttm_ref_type ref_type, bool *existed,
356 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
401 ref->ref_type = ref_type;
436 ht = &tfile->ref_hash[ref->ref_type];
441 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release)
442 base->ref_obj_release(base, ref->ref_type);
    [all...]
ttm_object.c 118 * @ref_type: Type of ref object.
133 enum ttm_ref_type ref_type; member in struct:ttm_ref_object
171 enum ttm_ref_type ref_type))
353 enum ttm_ref_type ref_type, bool *existed,
356 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
401 ref->ref_type = ref_type;
436 ht = &tfile->ref_hash[ref->ref_type];
441 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release)
442 base->ref_obj_release(base, ref->ref_type);
    [all...]

Completed in 22 milliseconds