Searched refs:ttm_round_pot (Results 1 – 3 of 3) sorted by relevance
148 extern size_t ttm_round_pot(size_t size);
1318 size += ttm_round_pot(struct_size); in ttm_bo_acc_size()1320 size += ttm_round_pot(sizeof(struct ttm_tt)); in ttm_bo_acc_size()1331 size += ttm_round_pot(struct_size); in ttm_bo_dma_acc_size()1334 size += ttm_round_pot(sizeof(struct ttm_dma_tt)); in ttm_bo_dma_acc_size()
454 size_t ttm_round_pot(size_t size) in ttm_round_pot() function