Searched refs:ttm_base_object (Results 1 – 4 of 4) sorted by relevance
120 struct ttm_base_object { struct127 void (*refcount_release) (struct ttm_base_object **base); argument128 void (*ref_obj_release) (struct ttm_base_object *base, argument147 struct ttm_base_object *base,150 void (*refcount_release) (struct ttm_base_object152 void (*ref_obj_release) (struct ttm_base_object168 extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file180 extern void ttm_base_object_unref(struct ttm_base_object **p_base);202 struct ttm_base_object *base,
115 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 …]
244 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()
70 struct ttm_base_object base;