Searched refs:acc_size (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_bo_api.h141 * @acc_size: Accounted size for this object.
197 size_t acc_size; member in struct:ttm_buffer_object
473 * @acc_size: Accounted size for this object.
499 size_t acc_size,
H A Dttm_bo.c112 size_t acc_size = bo->acc_size; local
130 ttm_mem_global_free(bdev->glob->mem_glob, acc_size);
1223 size_t acc_size,
1231 ret = ttm_mem_global_alloc(mem_glob, acc_size, false, false);
1248 ttm_mem_global_free(mem_glob, acc_size);
1276 bo->acc_size = acc_size;
1346 size_t acc_size; local
1350 acc_size
1215 ttm_bo_init(struct ttm_bo_device *bdev, struct ttm_buffer_object *bo, unsigned long size, enum ttm_bo_type type, struct ttm_placement *placement, uint32_t page_alignment, bool interruptible, struct vm_object *persistent_swap_storage, size_t acc_size, struct sg_table *sg, void (*destroy) (struct ttm_buffer_object *)) argument
[all...]
H A Dttm_bo_util.c431 fbo->acc_size = 0;

Completed in 181 milliseconds