Home
last modified time | relevance | path

Searched refs:start_cols (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/accel/amdxdna/
H A Daie2_solver.c31 u32 start_cols[] __counted_by(cols_len);
192 col = snode->start_cols[i]; in get_free_partition()
242 if (snode->start_cols[idx] != pt_node->start_col) in allocate_partition()
269 node = kzalloc(struct_size(node, start_cols, cdop->cols_len), GFP_KERNEL); in create_solver_node()
275 memcpy(node->start_cols, cdop->start_cols, cdop->cols_len * sizeof(u32)); in create_solver_node()
H A Daie2_solver.h44 u32 *start_cols; /* Start column array */ member