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

/freebsd-10.0-release/sys/dev/drm2/ttm/
H A Dttm_object.c137 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) argument
139 struct ttm_object_file *tfile = *p_tfile;
141 *p_tfile = NULL;
362 void ttm_object_file_release(struct ttm_object_file **p_tfile) argument
367 struct ttm_object_file *tfile = *p_tfile;
369 *p_tfile = NULL;
H A Dttm_object.h236 * @p_tfile: Pointer to pointer to the ttm_object_file object to release.
237 * *p_tfile will be set to NULL by this function.
244 extern void ttm_object_file_release(struct ttm_object_file **p_tfile);

Completed in 188 milliseconds