Home
last modified time | relevance | path

Searched refs:ttm_object_file (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/drm2/ttm/
H A Dttm_object.h85 struct ttm_object_file;
125 struct ttm_object_file *tfile;
146 extern int ttm_base_object_init(struct ttm_object_file *tfile,
168 extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file
201 extern int ttm_ref_object_add(struct ttm_object_file *tfile,
215 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
228 extern struct ttm_object_file *ttm_object_file_init(struct ttm_object_device
243 extern void ttm_object_file_release(struct ttm_object_file **p_tfile);
H A Dttm_object.c62 struct ttm_object_file { struct
116 struct ttm_object_file *tfile;
121 static inline struct ttm_object_file *
122 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref()
128 static void ttm_object_file_destroy(struct ttm_object_file *tfile) in ttm_object_file_destroy()
135 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref()
137 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref()
145 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init()
223 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup()
255 int ttm_ref_object_add(struct ttm_object_file *tfile, in ttm_ref_object_add()
[all …]
H A Dttm_lock.h76 struct ttm_object_file *vt_holder;
166 struct ttm_object_file *tfile);
H A Dttm_lock.c271 struct ttm_object_file *tfile) in ttm_vt_lock()