taglinefilesource code
nb545drivers/block/ll_rw_blk.cvoid ll_rw_swap_file(int rw, kdev_t dev, unsigned int *b, int nb, char *buf)
nb570drivers/block/ll_rw_blk.cbuffersize = PAGE_SIZE / nb;
nb572drivers/block/ll_rw_blk.cfor (j=0, i=0; i<nb;)
nb574drivers/block/ll_rw_blk.cfor (; j < 8 && i < nb; j++, i++, buf += buffersize)
nb2150drivers/net/ppp.cint nb;
nb2159drivers/net/ppp.cnb  = data.length;
nb2161drivers/net/ppp.cif ((__u32) nb >= (__u32)CCP_MAX_OPTION_LENGTH)
nb2162drivers/net/ppp.cnb = CCP_MAX_OPTION_LENGTH;
nb2164drivers/net/ppp.cerror = verify_area (VERIFY_READ, ptr, nb);
nb2170drivers/net/ppp.cmemcpy_fromfs (ccp_option, ptr, nb);
nb2187drivers/net/ppp.cppp->sc_xc_state = cp->comp_alloc(ccp_option, nb);
nb2200drivers/net/ppp.cppp->sc_rc_state = cp->decomp_alloc(ccp_option, nb);
nb2215drivers/net/ppp.cccp_option[2], nb);
nb126fs/fat/file.cint nb)    /* How many must be prefetch at once */
nb133fs/fat/file.cfor (i=0; i<nb; i++){
nb581include/linux/fs.hextern void ll_rw_swap_file(int rw, kdev_t dev, unsigned int *b, int nb, char *buffer);
nb291include/linux/netdevice.hextern int     register_netdevice_notifier(struct notifier_block *nb);
nb292include/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;
nb738lib/inflate.cunsigned nb;          /* number of bit length codes */
nb764lib/inflate.cnb = 4 + ((unsigned)b & 0xf);         /* number of bit length codes */
nb776lib/inflate.cfor (j = 0; j < nb; j++)
nb320net/core/dev.cint register_netdevice_notifier(struct notifier_block *nb)
nb322net/core/dev.creturn notifier_chain_register(&netdev_chain, nb);
nb325net/core/dev.cint unregister_netdevice_notifier(struct notifier_block *nb)
nb327net/core/dev.creturn notifier_chain_unregister(&netdev_chain,nb);