Searched refs:struct_size (Results 1 – 4 of 4) sorted by relevance
33 uint32_t struct_size) in dal_vector_construct() argument37 if (!struct_size || !capacity) { in dal_vector_construct()43 vector->container = kcalloc(capacity, struct_size, GFP_KERNEL); in dal_vector_construct()47 vector->struct_size = struct_size; in dal_vector_construct()59 uint32_t struct_size) in dal_vector_presized_costruct() argument65 if (!struct_size || !count) { in dal_vector_presized_costruct()71 vector->container = kcalloc(count, struct_size, GFP_KERNEL); in dal_vector_presized_costruct()82 vector->container + i * struct_size, in dal_vector_presized_costruct()84 struct_size); in dal_vector_presized_costruct()88 vector->struct_size = struct_size; in dal_vector_presized_costruct()[all …]
31 uint32_t struct_size; member41 uint32_t struct_size);46 uint32_t struct_size);54 uint32_t struct_size);
480 unsigned struct_size);483 unsigned struct_size);
1259 unsigned struct_size) in ttm_bo_acc_size() argument1264 size += ttm_round_pot(struct_size); in ttm_bo_acc_size()1273 unsigned struct_size) in ttm_bo_dma_acc_size() argument1278 size += ttm_round_pot(struct_size); in ttm_bo_dma_acc_size()