Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_object.h120 struct ttm_base_object { struct
127 void (*refcount_release) (struct ttm_base_object **base); argument
128 void (*ref_obj_release) (struct ttm_base_object *base, argument
147 struct ttm_base_object *base,
150 void (*refcount_release) (struct ttm_base_object
152 void (*ref_obj_release) (struct ttm_base_object
168 extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file
180 extern void ttm_base_object_unref(struct ttm_base_object **p_base);
202 struct ttm_base_object *base,
H A Dttm_object.c115 struct ttm_base_object *obj;
146 struct ttm_base_object *base, in ttm_base_object_init()
149 void (*rcount_release) (struct ttm_base_object **), in ttm_base_object_init()
150 void (*ref_obj_release) (struct ttm_base_object *, in ttm_base_object_init()
186 static void ttm_release_base(struct ttm_base_object *base) in ttm_release_base()
205 void ttm_base_object_unref(struct ttm_base_object **p_base) in ttm_base_object_unref()
207 struct ttm_base_object *base = *p_base; in ttm_base_object_unref()
223 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup()
227 struct ttm_base_object *base; in ttm_base_object_lookup()
235 base = drm_hash_entry(hash, struct ttm_base_object, hash); in ttm_base_object_lookup()
[all …]
H A Dttm_lock.c244 static void ttm_vt_lock_remove(struct ttm_base_object **p_base) in ttm_vt_lock_remove()
246 struct ttm_base_object *base = *p_base; in ttm_vt_lock_remove()
H A Dttm_lock.h70 struct ttm_base_object base;