tag | line | file | source code |
function | 780 | drivers/block/floppy.c | fd_timer.function = (timeout_fn) fd_watchdog; |
function | 793 | drivers/block/floppy.c | static int wait_for_completion(int delay, timeout_fn function) |
function | 804 | drivers/block/floppy.c | fd_timer.function = function; |
function | 1197 | drivers/block/floppy.c | timeout_fn function; |
function | 1211 | drivers/block/floppy.c | function = (timeout_fn) floppy_start; |
function | 1213 | drivers/block/floppy.c | function = (timeout_fn) setup_rw_floppy; |
function | 1216 | drivers/block/floppy.c | if (wait_for_completion(ready_date,function)) |
function | 1549 | drivers/block/floppy.c | printk("fd_timer.function=%p\n", fd_timer.function); |
function | 1551 | drivers/block/floppy.c | printk("timer_table=%p\n",fd_timeout.function); |
function | 1580 | drivers/block/floppy.c | static int start_motor( void (*function)(void) ) |
function | 1605 | drivers/block/floppy.c | (timeout_fn) function)); |
function | 731 | drivers/net/arcnet.c | lp->timer.function = &arcnet_timer; /* timer handler */ |
function | 900 | drivers/net/wavelan.c | lp->watchdog.function = wavelan_watchdog; |
function | 329 | drivers/scsi/53c7,8xx.c | int function; |
function | 950 | 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 | 84 | include/linux/aztcd.h | delay_timer.function = (void *) func; \ |
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 | 78 | include/linux/timer.h | void (*function)(unsigned long); |
function | 496 | kernel/sched.c | void (*fn)(unsigned long) = timer->function; |
function | 672 | net/inet/af_inet.c | sk->timer.function = &net_timer; |
function | 893 | net/inet/arp.c | entry->timer.function = arp_expire_request; |
function | 114 | net/inet/igmp.c | im->timer.function=&igmp_timer_expire; |
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 | 1280 | net/inet/tcp.c | sk->partial_timer.function = (void (*)(unsigned long)) tcp_send_partial; |
function | 2774 | net/inet/tcp.c | newsk->timer.function = &net_timer; |
function | 2776 | net/inet/tcp.c | newsk->retransmit_timer.function=&retransmit_timer; |
function | 4397 | net/inet/tcp.c | sk->retransmit_timer.function=&retransmit_timer; |