Lines Matching defs:ttm_buffer_object
172 struct ttm_buffer_object { struct
181 void (*destroy) (struct ttm_buffer_object *); argument
182 unsigned long num_pages;
183 size_t acc_size;
189 struct kref kref;
190 struct kref list_kref;
196 struct ttm_mem_reg mem;
197 struct file *persistent_swap_storage;
198 struct ttm_tt *ttm;
199 bool evicted;
205 atomic_t cpu_writers;
211 struct list_head lru;
212 struct list_head ddestroy;
213 struct list_head swap;
214 struct list_head io_reserve_lru;
220 struct dma_fence *moving;
221 unsigned priority;
229 uint64_t offset; /* GPU address space is independent of CPU word size */
231 struct sg_table *sg;
233 struct mutex wu_mutex;