Lines Matching defs:tfile
606 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
644 ret = ttm_base_object_init(tfile, &ufence->base, false,
768 * @tfile: A struct ttm_object_file identifying the caller.
779 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle)
781 struct ttm_base_object *base = ttm_base_object_lookup(tfile, handle);
808 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
825 base = vmw_fence_obj_lookup(tfile, arg->handle);
850 return ttm_ref_object_base_unref(tfile, arg->handle,
863 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
866 base = vmw_fence_obj_lookup(tfile, arg->handle);
892 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile,
1111 struct ttm_object_file *tfile = vmw_fp->tfile;
1125 vmw_fence_obj_lookup(tfile, arg->handle);
1135 ret = ttm_ref_object_add(vmw_fp->tfile, base,
1179 ttm_ref_object_base_unref(tfile, handle, TTM_REF_USAGE);