Searched refs:uni_lines (Results 1 – 1 of 1) sorted by relevance
359 u32 **uni_lines; in vc_uniscr_alloc() local361 unsigned int memsize, i, col_size = cols * sizeof(**uni_lines); in vc_uniscr_alloc()365 memsize += rows * sizeof(*uni_lines); in vc_uniscr_alloc()366 uni_lines = vzalloc(memsize); in vc_uniscr_alloc()367 if (!uni_lines) in vc_uniscr_alloc()371 p = uni_lines + rows; in vc_uniscr_alloc()373 uni_lines[i] = p; in vc_uniscr_alloc()377 return uni_lines; in vc_uniscr_alloc()380 static void vc_uniscr_free(u32 **uni_lines) in vc_uniscr_free() argument382 vfree(uni_lines); in vc_uniscr_free()[all …]