Lines Matching defs:fnw
2006 char *first_free, *fj, *fnw;
2048 fnw = NULL;
2083 kfree(fnw);
2084 fnw = kmalloc(sz, GFP_KERNEL);
2086 if (!fnw) {
2097 memmove(fnw, funcbufptr, fj - funcbufptr);
2100 func_table[k] = fnw + (func_table[k] - funcbufptr);
2104 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj);
2107 func_table[k] = fnw + (func_table[k] - funcbufptr) + delta;
2111 funcbufptr = fnw;