Searched defs:ttm_object_file (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/ttm/
H A Dttm_object.c38 * struct ttm_object_file
62 struct ttm_object_file { struct
105 * a particular ttm_object_file. It also carries a ref count to avoid creating
106 * multiple ref objects if a ttm_object_file references the same base
116 struct ttm_object_file *tfile;
119 static inline struct ttm_object_file *
120 ttm_object_file_ref(struct ttm_object_file *tfile)
128 struct ttm_object_file *tfile =
129 container_of(kref, struct ttm_object_file, refcount);
135 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfil
[all...]

Completed in 66 milliseconds