Lines Matching defs:ttm_buffer_object
119 struct ttm_buffer_object { struct
128 void (*destroy) (struct ttm_buffer_object *); argument
129 unsigned long num_pages;
130 size_t acc_size;
135 struct kref kref;
141 struct ttm_resource mem;
142 struct file *persistent_swap_storage;
143 struct ttm_tt *ttm;
144 bool deleted;
150 struct list_head lru;
151 struct list_head ddestroy;
152 struct list_head swap;
158 struct dma_fence *moving;
159 unsigned priority;
167 struct sg_table *sg;