taglinefilesource code
init40include/linux/genhd.hvoid (*init)(void);    /* Initialization called before we do our thing */
init60init/main.cextern void init(void);
init250init/main.cinit();
init189kernel/blk_drv/genhd.cdev->init();  
init1040kernel/chr_drv/serial.cinit(info);
init41net/kern_sock.hint (*init)(void);
init943net/socket.cif ((*proto_table[i].ops->init)() < 0) {
init57net/tcp/dev.hvoid (*init)(struct device *dev);
init782net/tcp/sock.cif (dev->init)
init783net/tcp/sock.cdev->init(dev);
init956net/tcp/sock.cif (sk->prot->init)
init958net/tcp/sock.cerr = sk->prot->init(sk);
init131net/tcp/sock.hint (*init) (volatile struct sock *sk);