Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_object.c148 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref() argument
150 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref()
152 *p_tfile = NULL; in ttm_object_file_unref()
431 void ttm_object_file_release(struct ttm_object_file **p_tfile) in ttm_object_file_release() argument
436 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_release()
438 *p_tfile = NULL; in ttm_object_file_release()
/linux-4.4.14/include/drm/ttm/
Dttm_object.h290 extern void ttm_object_file_release(struct ttm_object_file **p_tfile);