Searched defs:ttm_ref_object (Results 1 – 1 of 1) sorted by relevance
124 struct ttm_ref_object { struct125 struct rcu_head rcu_head;126 struct drm_hash_item hash;127 struct list_head head;128 struct kref kref;129 enum ttm_ref_type ref_type;130 struct ttm_base_object *obj;131 struct ttm_object_file *tfile;
Completed in 6 milliseconds