tag | line | file | source code |
function | 617 | drivers/block/floppy.c | fd_timer.function = (timeout_fn) fd_watchdog; |
function | 631 | drivers/block/floppy.c | static int wait_for_completion(int nr, int delay, timeout_fn function) |
function | 642 | drivers/block/floppy.c | fd_timer.function = function; |
function | 1019 | drivers/block/floppy.c | timeout_fn function; |
function | 1033 | drivers/block/floppy.c | function = (timeout_fn) floppy_on; |
function | 1035 | drivers/block/floppy.c | function = (timeout_fn) setup_rw_floppy; |
function | 1038 | drivers/block/floppy.c | if (wait_for_completion(current_drive,ready_date,function)) |
function | 332 | drivers/net/plip.c | lp->tl.function = (void (*)(unsigned long))plip_send_packet; |
function | 495 | drivers/net/plip.c | lp->tl.function = (void (*)(unsigned long))plip_error; |
function | 652 | drivers/net/plip.c | lp->tl.function |
function | 686 | drivers/net/plip.c | lp->tl.function = (void (*)(unsigned long))plip_receive_packet; |
function | 747 | drivers/net/plip.c | lp->tl.function = (void (*)(unsigned long))plip_receive_packet; |
function | 922 | drivers/net/plip.c | lp->tl.function = (void (*)(unsigned long))plip_send_packet; |
function | 310 | drivers/scsi/53c7,8xx.c | int function; |
function | 929 | drivers/scsi/53c7,8xx.c | << 3) & 0xf8)|(overrides[current_override].data.pci.function & |
function | 71 | fs/ext2/dir.c | int ext2_check_dir_entry (char * function, struct inode * dir, |
function | 90 | 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 | 562 | kernel/sched.c | void (*fn)(unsigned long) = timer->function; |
function | 629 | net/inet/af_inet.c | sk->timer.function = &net_timer; |
function | 848 | 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 | 730 | net/inet/tcp.c | sk->partial_timer.function = (void (*)(unsigned long)) tcp_send_partial; |
function | 2008 | net/inet/tcp.c | newsk->timer.function = &net_timer; |