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++)
nb521drivers/block/ll_rw_blk.cvoid ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buf)
nb543drivers/block/ll_rw_blk.cbuffersize = PAGE_SIZE / nb;
nb545drivers/block/ll_rw_blk.cfor (j=0, i=0; i<nb;)
nb547drivers/block/ll_rw_blk.cfor (; j < 8 && i < nb; j++, i++, buf += buffersize)
nb125fs/msdos/file.cint nb)    /* How many must be prefetch at once */
nb132fs/msdos/file.cfor (i=0; i<nb; i++){
nb498include/linux/fs.hextern void ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buffer);
nb222include/linux/netdevice.hextern int     register_netdevice_notifier(struct notifier_block *nb);
nb223include/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;
nb292net/core/dev.cint register_netdevice_notifier(struct notifier_block *nb)
nb294net/core/dev.creturn notifier_chain_register(&netdev_chain, nb);
nb297net/core/dev.cint unregister_netdevice_notifier(struct notifier_block *nb)
nb299net/core/dev.creturn notifier_chain_unregister(&netdev_chain,nb);