tag | line | file | source code |
nb | 558 | drivers/block/ll_rw_blk.c | void ll_rw_swap_file(int rw, kdev_t dev, unsigned int *b, int nb, char *buf) |
nb | 583 | drivers/block/ll_rw_blk.c | buffersize = PAGE_SIZE / nb; |
nb | 585 | drivers/block/ll_rw_blk.c | for (j=0, i=0; i<nb;) |
nb | 587 | drivers/block/ll_rw_blk.c | for (; j < 8 && i < nb; j++, i++, buf += buffersize) |
nb | 2252 | drivers/net/ppp.c | int nb; |
nb | 2261 | drivers/net/ppp.c | nb = data.length; |
nb | 2263 | drivers/net/ppp.c | if ((unsigned long) nb >= (unsigned long)CCP_MAX_OPTION_LENGTH) |
nb | 2264 | drivers/net/ppp.c | nb = CCP_MAX_OPTION_LENGTH; |
nb | 2266 | drivers/net/ppp.c | error = verify_area (VERIFY_READ, ptr, nb); |
nb | 2272 | drivers/net/ppp.c | memcpy_fromfs (ccp_option, ptr, nb); |
nb | 2289 | drivers/net/ppp.c | ppp->sc_xc_state = cp->comp_alloc(ccp_option, nb); |
nb | 2302 | drivers/net/ppp.c | ppp->sc_rc_state = cp->decomp_alloc(ccp_option, nb); |
nb | 2317 | drivers/net/ppp.c | ccp_option[2], nb); |
nb | 121 | fs/msdos/file.c | int nb) /* How many must be prefetch at once */ |
nb | 128 | fs/msdos/file.c | for (i=0; i<nb; i++){ |
nb | 556 | include/linux/fs.h | extern void ll_rw_swap_file(int rw, kdev_t dev, unsigned int *b, int nb, char *buffer); |
nb | 289 | include/linux/netdevice.h | extern int register_netdevice_notifier(struct notifier_block *nb); |
nb | 290 | include/linux/netdevice.h | extern int unregister_netdevice_notifier(struct notifier_block *nb); |
nb | 68 | include/linux/notifier.h | struct notifier_block *nb = *n; |
nb | 69 | include/linux/notifier.h | while(nb) |
nb | 71 | include/linux/notifier.h | ret=nb->notifier_call(nb,val,v); |
nb | 74 | include/linux/notifier.h | nb=nb->next; |
nb | 738 | lib/inflate.c | unsigned nb; /* number of bit length codes */ |
nb | 764 | lib/inflate.c | nb = 4 + ((unsigned)b & 0xf); /* number of bit length codes */ |
nb | 776 | lib/inflate.c | for (j = 0; j < nb; j++) |
nb | 298 | net/core/dev.c | int register_netdevice_notifier(struct notifier_block *nb) |
nb | 300 | net/core/dev.c | return notifier_chain_register(&netdev_chain, nb); |
nb | 303 | net/core/dev.c | int unregister_netdevice_notifier(struct notifier_block *nb) |
nb | 305 | net/core/dev.c | return notifier_chain_unregister(&netdev_chain,nb); |