Searched refs:new_uniscr (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/vt/
H A Dvt.c1140 u32 **new_uniscr = NULL; local
1179 new_uniscr = vc_uniscr_alloc(new_cols, new_rows);
1180 if (!new_uniscr) {
1195 vc_uniscr_free(new_uniscr);
1229 vc_uniscr_copy_area(new_uniscr, new_cols, new_rows,
1232 vc_uniscr_set(vc, new_uniscr);

Completed in 126 milliseconds