Searched defs:existed (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/drm/ttm/
H A Dttm_object.c321 enum ttm_ref_type ref_type, bool *existed)
332 if (existed != NULL)
333 *existed = true;
371 if (existed != NULL)
372 *existed = false;
319 ttm_ref_object_add(struct ttm_object_file *tfile, struct ttm_base_object *base, enum ttm_ref_type ref_type, bool *existed) argument
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c1153 bool existed; local
1156 TTM_REF_USAGE, &existed);
H A Dvmwgfx_resource.c567 bool existed; local
591 TTM_REF_SYNCCPU_WRITE, &existed);
592 if (ret != 0 || existed)

Completed in 83 milliseconds