tag | line | file | source code |
nb | 556 | arch/i386/boot/compressed/inflate.c | unsigned nb; /* number of bit length codes */ |
nb | 582 | arch/i386/boot/compressed/inflate.c | nb = 4 + ((unsigned)b & 0xf); /* number of bit length codes */ |
nb | 594 | arch/i386/boot/compressed/inflate.c | for (j = 0; j < nb; j++) |
nb | 520 | drivers/block/ll_rw_blk.c | void ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buf) |
nb | 542 | drivers/block/ll_rw_blk.c | buffersize = PAGE_SIZE / nb; |
nb | 544 | drivers/block/ll_rw_blk.c | for (i=0; i<nb; i++, buf += buffersize) |
nb | 125 | fs/msdos/file.c | int nb) /* How many must be prefetch at once */ |
nb | 132 | fs/msdos/file.c | for (i=0; i<nb; i++){ |
nb | 488 | include/linux/fs.h | extern void ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buffer); |
nb | 224 | include/linux/netdevice.h | extern int register_netdevice_notifier(struct notifier_block *nb); |
nb | 225 | 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(val,v); |
nb | 74 | include/linux/notifier.h | nb=nb->next; |
nb | 280 | net/inet/dev.c | int register_netdevice_notifier(struct notifier_block *nb) |
nb | 282 | net/inet/dev.c | return notifier_chain_register(&netdev_chain, nb); |
nb | 285 | net/inet/dev.c | int unregister_netdevice_notifier(struct notifier_block *nb) |
nb | 287 | net/inet/dev.c | return notifier_chain_unregister(&netdev_chain,nb); |