taglinefilesource code
fn3527drivers/block/floppy.cvoid (*fn)(int *ints, int param);
fn3560drivers/block/floppy.cconfig_params[i].fn(ints,param);
fn1059drivers/block/hd.ctimer_table[HD_TIMER].fn = hd_times_out;
fn2030drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
fn2241drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
fn2273drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
fn1232drivers/char/scc.ctimer_table[SCC_TIMER].fn = scc_timer;
fn1574drivers/char/scc.ctimer_table[SCC_TIMER].fn = scc_timer;
fn2583drivers/char/serial.ctimer_table[RS_TIMER].fn = rs_timer;
fn2938drivers/char/tpqic02.ctimer_table[QIC02_TAPE_TIMER].fn = qic02_tape_times_out;
fn2129drivers/scsi/53c7,8xx.cint (*fn)(struct debugger_token *token, u32 args[]);
fn582drivers/scsi/NCR5380.ctimer_table[NCR5380_TIMER].fn = NCR5380_timer_fn;
fn3522drivers/scsi/aic7xxx.caic7xxx_queue(Scsi_Cmnd *cmd, void (*fn)(Scsi_Cmnd *))
fn3672drivers/scsi/aic7xxx.ccmd->scsi_done = fn;
fn2288drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = scsi_main_timeout;
fn3053drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = scsi_main_timeout;
fn3097drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = NULL;
fn549drivers/scsi/scsi_debug.ctimer_table[SCSI_DEBUG_TIMER].fn = scsi_debug_intr_handle;
fn393drivers/sound/soundcard.ctimer_table[SOUND_TIMER].fn = sequencer_timer;
fn281fs/exec.cint (*fn)(int) = fmt->load_shlib;
fn282fs/exec.cif (!fn)
fn284fs/exec.cretval = fn(fd);
fn707fs/exec.cint (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary;
fn708fs/exec.cif (!fn)
fn710fs/exec.cretval = fn(&bprm, regs);
fn67include/asm-i386/bugs.htimer_table[COPRO_TIMER].fn = copro_timeout;
fn78include/linux/gscd.h(timer_table[GSCD_TIMER].fn = func), \
fn76include/linux/mcd.h(timer_table[MCD_TIMER].fn = func), \
fn60include/linux/timer.hvoid (*fn)(void);
fn535kernel/sched.cvoid (*fn)(unsigned long) = timer->function;
fn541kernel/sched.cfn(data);
fn554kernel/sched.ctp->fn();
fn44kernel/softirq.cvoid (*fn)(void *);
fn46kernel/softirq.cfn = bh->routine;
fn47kernel/softirq.cif (!fn)
fn49kernel/softirq.cfn(bh->data);