Home
last modified time | relevance | path

Searched refs:p_tfile (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
A Dttm_object.c152 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref() argument
154 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref()
156 *p_tfile = NULL; in ttm_object_file_unref()
466 void ttm_object_file_release(struct ttm_object_file **p_tfile) in ttm_object_file_release() argument
471 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_release()
473 *p_tfile = NULL; in ttm_object_file_release()
A Dttm_object.h295 extern void ttm_object_file_release(struct ttm_object_file **p_tfile);

Completed in 8 milliseconds