···460460 * point to the shmem object backing a GEM object if TTM is used to back a461461 * GEM user interface.462462 * @acc_size: Accounted size for this object.463463+ * @resv: Pointer to a reservation_object, or NULL to let ttm allocate one.463464 * @destroy: Destroy function. Use NULL for kfree().464465 *465466 * This function initializes a pre-allocated struct ttm_buffer_object.···488487 struct file *persistent_swap_storage,489488 size_t acc_size,490489 struct sg_table *sg,490490+ struct reservation_object *resv,491491 void (*destroy) (struct ttm_buffer_object *));492492493493/**