Lines Matching defs:tfile
590 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
614 ret = ttm_base_object_init(tfile, &ufence->base, false,
691 * @tfile: A struct ttm_object_file identifying the caller.
702 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle)
704 struct ttm_base_object *base = ttm_base_object_lookup(tfile, handle);
731 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
748 base = vmw_fence_obj_lookup(tfile, arg->handle);
773 return ttm_ref_object_base_unref(tfile, arg->handle);
785 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
788 base = vmw_fence_obj_lookup(tfile, arg->handle);
814 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile,
1036 struct ttm_object_file *tfile = vmw_fp->tfile;
1050 vmw_fence_obj_lookup(tfile, arg->handle);
1060 ret = ttm_ref_object_add(vmw_fp->tfile, base,
1104 ttm_ref_object_base_unref(tfile, handle);