taglinefilesource code
structsize281arch/m68k/kernel/console.cp = (long) kmalloc(structsize, GFP_KERNEL);
structsize296arch/m68k/kernel/console.ckfree_s((char *) p, structsize);
structsize509arch/m68k/kernel/console.ckfree_s(vc_cons[currcons].d, structsize);
structsize323drivers/char/console.cp = (long) kmalloc(structsize, GFP_KERNEL);
structsize446drivers/char/console.ckfree_s(vc_cons[currcons].d, structsize);