Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c181 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref() argument
183 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref()
185 *p_tfile = NULL; in ttm_object_file_unref()
383 void ttm_object_file_release(struct ttm_object_file **p_tfile) in ttm_object_file_release() argument
387 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_release()
389 *p_tfile = NULL; in ttm_object_file_release()
H A Dttm_object.h250 * @p_tfile: Pointer to pointer to the ttm_object_file object to release.
251 * *p_tfile will be set to NULL by this function.
258 extern void ttm_object_file_release(struct ttm_object_file **p_tfile);
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c149 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref() argument
151 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref()
153 *p_tfile = NULL; in ttm_object_file_unref()
463 void ttm_object_file_release(struct ttm_object_file **p_tfile) in ttm_object_file_release() argument
468 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_release()
470 *p_tfile = NULL; in ttm_object_file_release()
H A Dttm_object.h286 * @p_tfile: Pointer to pointer to the ttm_object_file object to release.
287 * *p_tfile will be set to NULL by this function.
294 extern void ttm_object_file_release(struct ttm_object_file **p_tfile);

Completed in 3 milliseconds