Searched refs:uni_lines (Results 1 – 1 of 1) sorted by relevance
325 u32 **uni_lines; in vc_uniscr_alloc() local327 unsigned int memsize, i, col_size = cols * sizeof(**uni_lines); in vc_uniscr_alloc()331 memsize += rows * sizeof(*uni_lines); in vc_uniscr_alloc()332 uni_lines = vzalloc(memsize); in vc_uniscr_alloc()333 if (!uni_lines) in vc_uniscr_alloc()337 p = uni_lines + rows; in vc_uniscr_alloc()339 uni_lines[i] = p; in vc_uniscr_alloc()343 return uni_lines; in vc_uniscr_alloc()346 static void vc_uniscr_free(u32 **uni_lines) in vc_uniscr_free() argument348 vfree(uni_lines); in vc_uniscr_free()[all …]