Searched refs:acc_size (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/dev/drm2/ttm/ |
| H A D | ttm_bo_api.h | 197 size_t acc_size; member 499 size_t acc_size,
|
| H A D | ttm_bo.c | 112 size_t acc_size = bo->acc_size; in ttm_bo_release_list() local 130 ttm_mem_global_free(bdev->glob->mem_glob, acc_size); in ttm_bo_release_list() 1223 size_t acc_size, in ttm_bo_init() argument 1231 ret = ttm_mem_global_alloc(mem_glob, acc_size, false, false); in ttm_bo_init() 1248 ttm_mem_global_free(mem_glob, acc_size); in ttm_bo_init() 1276 bo->acc_size = acc_size; in ttm_bo_init() 1346 size_t acc_size; in ttm_bo_create() local 1350 acc_size = ttm_bo_acc_size(bdev, size, sizeof(struct ttm_buffer_object)); in ttm_bo_create() 1352 interruptible, persistent_swap_storage, acc_size, in ttm_bo_create()
|
| H A D | ttm_bo_util.c | 431 fbo->acc_size = 0; in ttm_buffer_object_transfer()
|