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

/drivers/tty/vt/
H A Dvt_ioctl.c321 char *first_free, *fj, *fnw; local
390 fnw = kmalloc(sz, GFP_KERNEL);
391 if(!fnw) {
399 memmove(fnw, funcbufptr, fj - funcbufptr);
402 func_table[k] = fnw + (func_table[k] - funcbufptr);
405 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj);
408 func_table[k] = fnw + (func_table[k] - funcbufptr) + delta;
412 funcbufptr = fnw;

Completed in 11 milliseconds