tag | line | file | source code |
---|---|---|---|
alloc_size | 99 | drivers/net/net_init.c | int alloc_size = sizeof(struct device) + sizeof("eth%d ") |
alloc_size | 122 | drivers/net/net_init.c | alloc_size &= ~3; /* Round to dword boundary. */ |
alloc_size | 126 | drivers/net/net_init.c | *mem_startp += alloc_size; |
alloc_size | 128 | drivers/net/net_init.c | dev = (struct device *)kmalloc(alloc_size, GFP_KERNEL); |
alloc_size | 129 | drivers/net/net_init.c | memset(dev, 0, alloc_size); |