Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dttm_object.c156 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref() argument
158 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref()
160 *p_tfile = NULL; in ttm_object_file_unref()
470 void ttm_object_file_release(struct ttm_object_file **p_tfile) in ttm_object_file_release() argument
475 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_release()
477 *p_tfile = NULL; in ttm_object_file_release()
H A Dttm_object.h296 extern void ttm_object_file_release(struct ttm_object_file **p_tfile);