taglinefilesource code
fn3743drivers/block/floppy.cvoid (*fn)(int *ints, int param);
fn3775drivers/block/floppy.cconfig_params[i].fn(ints,param);
fn1060drivers/block/hd.ctimer_table[HD_TIMER].fn = hd_times_out;
fn2863drivers/block/ide.cvoid init_rz1000 (byte bus, byte fn)
fn2869drivers/block/ide.cif ((rc = pcibios_read_config_word (bus, fn, PCI_COMMAND, &reg))) {
fn2874drivers/block/ide.cif ((rc = pcibios_read_config_word(bus, fn, 0x40, &reg))
fn2875drivers/block/ide.c|| (rc =  pcibios_write_config_word(bus, fn, 0x40, reg & 0xdfff)))
fn2893drivers/block/ide.cbyte fn, bus;
fn2897drivers/block/ide.cfor (index = 0; !pcibios_find_device (vendor, device, index, &bus, &fn); ++index) {
fn2898drivers/block/ide.cinit (bus, fn + func_adj);
fn305drivers/block/triton.cvoid ide_init_triton (byte bus, byte fn)
fn316drivers/block/triton.cif ((rc = pcibios_read_config_word(bus, fn, 0x04, &pcicmd)))
fn326drivers/block/triton.c(void) pcibios_write_config_word(bus, fn, 0x42, 0x8037); /* for my MC2112A */
fn331drivers/block/triton.cif ((rc = pcibios_read_config_dword(bus, fn, 0x40, &timings)))
fn337drivers/block/triton.cprintk("ide: Triton BM-IDE on PCI bus %d function %d\n", bus, fn);
fn342drivers/block/triton.cif ((rc = pcibios_read_config_word(bus, fn, 0x20, &bmiba)))
fn1834drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
fn1987drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
fn2070drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
fn2083drivers/char/console.ctimer_table[BLANK_TIMER].fn = vesa_powerdown_screen;
fn2088drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
fn2121drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
fn853drivers/char/scc.ctimer_table[SCC_TIMER].fn = scc_rx_timer;
fn1300drivers/char/scc.ctimer_table[SCC_TIMER].fn = scc_timer;
fn1337drivers/char/scc.ctimer_table[SCC_TIMER].fn = scc_timer;
fn1751drivers/char/scc.ctimer_table[SCC_TIMER].fn = scc_timer;
fn2582drivers/char/serial.ctimer_table[RS_TIMER].fn = rs_timer;
fn2944drivers/char/tpqic02.ctimer_table[QIC02_TAPE_TIMER].fn = qic02_tape_times_out;
fn2135drivers/scsi/53c7,8xx.cint (*fn)(struct debugger_token *token, u32 args[]);
fn582drivers/scsi/NCR5380.ctimer_table[NCR5380_TIMER].fn = NCR5380_timer_fn;
fn4578drivers/scsi/aic7xxx.caic7xxx_queue(Scsi_Cmnd *cmd, void (*fn)(Scsi_Cmnd *))
fn4719drivers/scsi/aic7xxx.ccmd->scsi_done = fn;
fn2310drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = scsi_main_timeout;
fn3091drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = scsi_main_timeout;
fn3136drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = NULL;
fn560drivers/scsi/scsi_debug.ctimer_table[SCSI_DEBUG_TIMER].fn = scsi_debug_intr_handle;
fn294fs/exec.cint (*fn)(int) = fmt->load_shlib;
fn295fs/exec.cif (!fn)
fn297fs/exec.cretval = fn(fd);
fn777fs/exec.cint (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary;
fn778fs/exec.cif (!fn)
fn780fs/exec.cretval = fn(&bprm, regs);
fn193fs/read_write.cIO_fn_t fn;
fn226fs/read_write.cfn = file->f_op->read;
fn228fs/read_write.cfn = (IO_fn_t) file->f_op->write;    
fn238fs/read_write.cnr = fn(inode, file, base, len);
fn183include/asm-alpha/unistd.hstatic inline long kernel_thread(int (*fn)(void *), void * arg, unsigned long flags)
fn185include/asm-alpha/unistd.hreturn __kernel_thread(flags | CLONE_VM, fn, arg);
fn69include/asm-i386/bugs.htimer_table[COPRO_TIMER].fn = copro_timeout;
fn288include/asm-i386/unistd.hstatic inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags)
fn304include/asm-i386/unistd.h"r" (arg), "r" (fn),
fn441include/asm-sparc/unistd.hstatic inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags)
fn462include/asm-sparc/unistd.h"i" (__NR_exit),  "r" (fn), "r" (arg) :
fn78include/linux/gscd.h(timer_table[GSCD_TIMER].fn = func), \
fn80include/linux/mcd.h(timer_table[MCD_TIMER].fn = func), \
fn60include/linux/timer.hvoid (*fn)(void);
fn701kernel/sched.cvoid (*fn)(unsigned long) = timer->function;
fn707kernel/sched.cfn(data);
fn720kernel/sched.ctp->fn();
fn44kernel/softirq.cvoid (*fn)(void *);
fn46kernel/softirq.cfn = bh->routine;
fn47kernel/softirq.cif (!fn)
fn49kernel/softirq.cfn(bh->data);