Searched refs:struct_size (Results 1 – 3 of 3) sorted by relevance
377 static size_t struct_size, user_struct_size; in vmw_dmabuf_acc_size() local381 if (unlikely(struct_size == 0)) { in vmw_dmabuf_acc_size()384 struct_size = backend_size + in vmw_dmabuf_acc_size()394 return ((user) ? user_struct_size : struct_size) + in vmw_dmabuf_acc_size()
1182 unsigned struct_size) in ttm_bo_acc_size() argument1187 size += ttm_round_pot(struct_size); in ttm_bo_acc_size()1196 unsigned struct_size) in ttm_bo_dma_acc_size() argument1201 size += ttm_round_pot(struct_size); in ttm_bo_dma_acc_size()
287 u8 struct_size; member