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++)
nb546drivers/block/ll_rw_blk.cvoid ll_rw_swap_file(int rw, kdev_t dev, unsigned int *b, int nb, char *buf)
nb569drivers/block/ll_rw_blk.cbuffersize = PAGE_SIZE / nb;
nb571drivers/block/ll_rw_blk.cfor (j=0, i=0; i<nb;)
nb573drivers/block/ll_rw_blk.cfor (; j < 8 && i < nb; j++, i++, buf += buffersize)
nb2252drivers/net/ppp.cint nb;
nb2261drivers/net/ppp.cnb  = data.length;
nb2263drivers/net/ppp.cif ((unsigned long) nb >= (unsigned long)CCP_MAX_OPTION_LENGTH)
nb2264drivers/net/ppp.cnb = CCP_MAX_OPTION_LENGTH;
nb2266drivers/net/ppp.cerror = verify_area (VERIFY_READ, ptr, nb);
nb2272drivers/net/ppp.cmemcpy_fromfs (ccp_option, ptr, nb);
nb2289drivers/net/ppp.cppp->sc_xc_state = cp->comp_alloc(ccp_option, nb);
nb2302drivers/net/ppp.cppp->sc_rc_state = cp->decomp_alloc(ccp_option, nb);
nb2317drivers/net/ppp.cccp_option[2], nb);
nb121fs/msdos/file.cint nb)    /* How many must be prefetch at once */
nb128fs/msdos/file.cfor (i=0; i<nb; i++){
nb531include/linux/fs.hextern void ll_rw_swap_file(int rw, kdev_t dev, unsigned int *b, int nb, char *buffer);
nb287include/linux/netdevice.hextern int     register_netdevice_notifier(struct notifier_block *nb);
nb288include/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(nb,val,v);
nb74include/linux/notifier.hnb=nb->next;
nb295net/core/dev.cint register_netdevice_notifier(struct notifier_block *nb)
nb297net/core/dev.creturn notifier_chain_register(&netdev_chain, nb);
nb300net/core/dev.cint unregister_netdevice_notifier(struct notifier_block *nb)
nb302net/core/dev.creturn notifier_chain_unregister(&netdev_chain,nb);