Lines Matching refs:ttm_base_object
100 struct ttm_base_object { struct
104 void (*refcount_release) (struct ttm_base_object **base); argument
126 struct ttm_base_object base;
131 void (*refcount_release) (struct ttm_base_object **);
149 struct ttm_base_object *base,
152 void (*refcount_release) (struct ttm_base_object
164 extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file
178 extern struct ttm_base_object *
190 extern void ttm_base_object_unref(struct ttm_base_object **p_base);
216 struct ttm_base_object *base,
292 (struct ttm_base_object **));
295 ttm_base_object_type(struct ttm_base_object *base) in ttm_base_object_type()