taglinefilesource code
nb556arch/i386/boot/compressed/inflate.cunsigned nb;          /* number of bit length codes */
nb582arch/i386/boot/compressed/inflate.cnb = 4 + ((unsigned)b & 0xf);         /* number of bit length codes */
nb594arch/i386/boot/compressed/inflate.cfor (j = 0; j < nb; j++)
nb483drivers/block/ll_rw_blk.cvoid ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buf)
nb505drivers/block/ll_rw_blk.cbuffersize = PAGE_SIZE / nb;
nb507drivers/block/ll_rw_blk.cfor (i=0; i<nb; i++, buf += buffersize)
nb125fs/msdos/file.cint nb)    /* How many must be prefetch at once */
nb132fs/msdos/file.cfor (i=0; i<nb; i++){
nb488include/linux/fs.hextern void ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buffer);
nb224include/linux/netdevice.hextern int     register_netdevice_notifier(struct notifier_block *nb);
nb225include/linux/netdevice.hextern int    unregister_netdevice_notifier(struct notifier_block *nb);
nb68include/linux/notifier.hstruct notifier_block *nb = *n;
nb69include/linux/notifier.hwhile(nb)
nb71include/linux/notifier.hret=nb->notifier_call(val,v);
nb74include/linux/notifier.hnb=nb->next;
nb279net/inet/dev.cint register_netdevice_notifier(struct notifier_block *nb)
nb281net/inet/dev.creturn notifier_chain_register(&netdev_chain, nb);
nb284net/inet/dev.cint unregister_netdevice_notifier(struct notifier_block *nb)
nb286net/inet/dev.creturn notifier_chain_unregister(&netdev_chain,nb);