| tag | line | file | source code |
| function | 714 | drivers/block/floppy.c | fd_timer.function = (timeout_fn) fd_watchdog; |
| function | 727 | drivers/block/floppy.c | static int wait_for_completion(int nr, int delay, timeout_fn function) |
| function | 738 | drivers/block/floppy.c | fd_timer.function = function; |
| function | 1099 | drivers/block/floppy.c | timeout_fn function; |
| function | 1113 | drivers/block/floppy.c | function = (timeout_fn) floppy_start; |
| function | 1115 | drivers/block/floppy.c | function = (timeout_fn) setup_rw_floppy; |
| function | 1118 | drivers/block/floppy.c | if (wait_for_completion(current_drive,ready_date,function)) |
| function | 1434 | drivers/block/floppy.c | printk("fd_timer.function=%p\n", fd_timer.function); |
| function | 333 | drivers/net/plip.c | lp->tl.function = (void (*)(unsigned long))plip_send_packet; |
| function | 496 | drivers/net/plip.c | lp->tl.function = (void (*)(unsigned long))plip_error; |
| function | 653 | drivers/net/plip.c | lp->tl.function |
| function | 687 | drivers/net/plip.c | lp->tl.function = (void (*)(unsigned long))plip_receive_packet; |
| function | 748 | drivers/net/plip.c | lp->tl.function = (void (*)(unsigned long))plip_receive_packet; |
| function | 923 | drivers/net/plip.c | lp->tl.function = (void (*)(unsigned long))plip_send_packet; |
| function | 310 | drivers/scsi/53c7,8xx.c | int function; |
| function | 930 | drivers/scsi/53c7,8xx.c | << 3) & 0xf8)|(overrides[current_override].data.pci.function & |
| function | 74 | fs/ext2/dir.c | int ext2_check_dir_entry (char * function, struct inode * dir, |
| function | 93 | fs/ext2/dir.c | ext2_error (dir->i_sb, function, "bad directory entry: %s\n" |
| function | 29 | fs/ext2/super.c | void ext2_error (struct super_block * sb, const char * function, |
| function | 48 | fs/ext2/super.c | MAJOR(sb->s_dev), MINOR(sb->s_dev), function, buf); |
| function | 50 | fs/ext2/super.c | MAJOR(sb->s_dev), MINOR(sb->s_dev), function, buf); |
| function | 59 | fs/ext2/super.c | NORET_TYPE void ext2_panic (struct super_block * sb, const char * function, |
| function | 75 | fs/ext2/super.c | MAJOR(sb->s_dev), MINOR(sb->s_dev), function, buf); |
| function | 78 | fs/ext2/super.c | void ext2_warning (struct super_block * sb, const char * function, |
| function | 88 | fs/ext2/super.c | MAJOR(sb->s_dev), MINOR(sb->s_dev), function, buf); |
| function | 28 | include/linux/pci.h | #define PCI_CONFIG1_TUPPLE (bus, device, function, register) \ |
| function | 30 | include/linux/pci.h | ((device) << 11) & 0xf800 | ((function) << 8) & 0x700 | \ |
| function | 37 | include/linux/pci.h | #define PCI_CONFIG2_TUPPLE (function) \ |
| function | 38 | include/linux/pci.h | (PCI_CONFIG2_ENABLE | ((function) << 1) & 0xe) |
| function | 77 | include/linux/timer.h | void (*function)(unsigned long); |
| function | 563 | kernel/sched.c | void (*fn)(unsigned long) = timer->function; |
| function | 629 | net/inet/af_inet.c | sk->timer.function = &net_timer; |
| function | 828 | net/inet/arp.c | entry->timer.function = arp_expire_request; |
| function | 768 | net/inet/ip.c | qp->timer.function = ip_expire; /* expire function */ |
| function | 932 | net/inet/ip.c | qp->timer.function = ip_expire; /* expire function */ |
| function | 762 | net/inet/tcp.c | sk->partial_timer.function = (void (*)(unsigned long)) tcp_send_partial; |
| function | 2042 | net/inet/tcp.c | newsk->timer.function = &net_timer; |