Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/ttm/
Dttm_object.c133 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref() argument
135 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref()
137 *p_tfile = NULL; in ttm_object_file_unref()
353 void ttm_object_file_release(struct ttm_object_file **p_tfile) in ttm_object_file_release() argument
358 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_release()
360 *p_tfile = NULL; in ttm_object_file_release()
/linux-2.6.39/include/drm/ttm/
Dttm_object.h244 extern void ttm_object_file_release(struct ttm_object_file **p_tfile);