tag | line | file | source code |
function | 164 | drivers/block/aztcd.c | delay_timer.function = (void *) func; \ |
function | 3001 | drivers/block/cdu31a.c | cdu31a_abort_timer.function = handle_abort_timeout; |
function | 1229 | drivers/block/cm206.c | cd->timer.function = cm206_timeout; |
function | 910 | drivers/block/floppy.c | fd_timer.function = (timeout_fn) fd_watchdog; |
function | 923 | drivers/block/floppy.c | static int wait_for_completion(int delay, timeout_fn function) |
function | 934 | drivers/block/floppy.c | fd_timer.function = function; |
function | 1350 | drivers/block/floppy.c | timeout_fn function; |
function | 1364 | drivers/block/floppy.c | function = (timeout_fn) floppy_start; |
function | 1366 | drivers/block/floppy.c | function = (timeout_fn) setup_rw_floppy; |
function | 1369 | drivers/block/floppy.c | if (wait_for_completion(ready_date,function)) |
function | 1730 | drivers/block/floppy.c | printk("fd_timer.function=%p\n", fd_timer.function); |
function | 1732 | drivers/block/floppy.c | printk("timer_table=%p\n",fd_timeout.function); |
function | 1769 | drivers/block/floppy.c | static int start_motor( void (*function)(void) ) |
function | 1794 | drivers/block/floppy.c | (timeout_fn) function)); |
function | 196 | drivers/block/sjcd.c | sjcd_delay_timer.function = ( void * )func, \ |
function | 226 | drivers/net/eql.c | eql->timer.function = &eql_timer; |
function | 1032 | drivers/net/wavelan.c | lp->watchdog.function = wavelan_watchdog; |
function | 306 | drivers/scsi/53c7,8xx.c | int function; |
function | 356 | drivers/scsi/53c7,8xx.c | overrides[commandline_current].data.pci.function = ints[3]; |
function | 998 | drivers/scsi/53c7,8xx.c | << 3) & 0xf8)|(overrides[current_override].data.pci.function & |
function | 72 | fs/ext2/dir.c | int ext2_check_dir_entry (char * function, struct inode * dir, |
function | 91 | fs/ext2/dir.c | ext2_error (dir->i_sb, function, "bad entry in directory #%lu: %s - " |
function | 33 | fs/ext2/super.c | void ext2_error (struct super_block * sb, const char * function, |
function | 51 | fs/ext2/super.c | MAJOR(sb->s_dev), MINOR(sb->s_dev), function, error_buf); |
function | 53 | fs/ext2/super.c | MAJOR(sb->s_dev), MINOR(sb->s_dev), function, error_buf); |
function | 62 | fs/ext2/super.c | NORET_TYPE void ext2_panic (struct super_block * sb, const char * function, |
function | 77 | fs/ext2/super.c | MAJOR(sb->s_dev), MINOR(sb->s_dev), function, error_buf); |
function | 80 | fs/ext2/super.c | void ext2_warning (struct super_block * sb, const char * function, |
function | 89 | fs/ext2/super.c | MAJOR(sb->s_dev), MINOR(sb->s_dev), function, error_buf); |
function | 114 | include/linux/atalk.h | __u16 function; |
function | 139 | include/linux/optcd.h | delay_timer.function = (void *) func; \ |
function | 84 | include/linux/timer.h | void (*function)(unsigned long); |
function | 234 | kernel/sched.c | timer.function = process_timeout; |
function | 534 | kernel/sched.c | void (*fn)(unsigned long) = timer->function; |
function | 130 | net/appletalk/aarp.c | eah->function = htons(AARP_REQUEST); |
function | 191 | net/appletalk/aarp.c | eah->function = htons(AARP_REPLY); |
function | 255 | net/appletalk/aarp.c | eah->function = htons(AARP_PROBE); |
function | 593 | net/appletalk/aarp.c | ea->function=ntohs(ea->function); |
function | 599 | net/appletalk/aarp.c | if(ea->function<AARP_REQUEST || ea->function > AARP_PROBE || ea->hw_len != ETH_ALEN || ea->pa_len != AARP_PA_ALEN || |
function | 650 | net/appletalk/aarp.c | switch(ea->function) |
function | 719 | net/appletalk/aarp.c | aarp_timer.function=aarp_expire_timeout; |
function | 203 | net/appletalk/ddp.c | sk->timer.function=atalk_destroy_timer; |
function | 414 | net/ax25/af_ax25.c | ax25->timer.function = ax25_destroy_timer; |
function | 64 | net/ax25/ax25_timer.c | ax25->timer.function = &ax25_timer; |
function | 80 | net/ax25/ax25_timer.c | ax25->timer.function = &ax25_timer; |
function | 716 | net/ipv4/af_inet.c | sk->timer.function = &net_timer; |
function | 963 | net/ipv4/arp.c | entry->timer.function = arp_expire_request; |
function | 120 | net/ipv4/igmp.c | im->timer.function=&igmp_timer_expire; |
function | 528 | net/ipv4/ip.c | qp->timer.function = ip_expire; /* expire function */ |
function | 687 | net/ipv4/ip.c | qp->timer.function = ip_expire; /* expire function */ |
function | 479 | net/ipv4/ip_fw.c | ms->timer.function = masq_expire; |
function | 1306 | net/ipv4/tcp.c | sk->partial_timer.function = (void (*)(unsigned long)) tcp_send_partial; |
function | 2786 | net/ipv4/tcp.c | newsk->timer.function = &net_timer; |
function | 2789 | net/ipv4/tcp.c | newsk->retransmit_timer.function=&retransmit_timer; |
function | 4409 | net/ipv4/tcp.c | sk->retransmit_timer.function=&retransmit_timer; |
function | 241 | net/netrom/af_netrom.c | sk->timer.function = nr_destroy_timer; |
function | 59 | net/netrom/nr_timer.c | sk->timer.function = &nr_timer; |
function | 75 | net/netrom/nr_timer.c | sk->timer.function = &nr_timer; |