tag | line | file | source code |
---|---|---|---|
structsize | 281 | arch/m68k/kernel/console.c | p = (long) kmalloc(structsize, GFP_KERNEL); |
structsize | 296 | arch/m68k/kernel/console.c | kfree_s((char *) p, structsize); |
structsize | 509 | arch/m68k/kernel/console.c | kfree_s(vc_cons[currcons].d, structsize); |
structsize | 323 | drivers/char/console.c | p = (long) kmalloc(structsize, GFP_KERNEL); |
structsize | 446 | drivers/char/console.c | kfree_s(vc_cons[currcons].d, structsize); |