taglinefilesource code
fn2943drivers/block/floppy.ctimer_table[FLOPPY_TIMER].fn = floppy_shutdown;
fn1049drivers/block/hd.ctimer_table[HD_TIMER].fn = hd_times_out;
fn1574drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
fn1723drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
fn1734drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
fn2277drivers/char/serial.ctimer_table[RS_TIMER].fn = rs_timer;
fn2954drivers/char/tpqic02.ctimer_table[QIC02_TAPE_TIMER].fn = qic02_tape_times_out;
fn2036drivers/scsi/53c7,8xx.cint (*fn)(struct debugger_token *token, unsigned long args[]);
fn577drivers/scsi/NCR5380.ctimer_table[NCR5380_TIMER].fn = NCR5380_timer_fn;
fn1752drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = scsi_main_timeout;
fn518drivers/scsi/scsi_debug.ctimer_table[SCSI_DEBUG_TIMER].fn = scsi_debug_intr_handle;
fn262drivers/sound/soundcard.ctimer_table[SOUND_TIMER].fn = sequencer_timer;
fn294fs/exec.cint (*fn)(int) = fmt->load_shlib;
fn295fs/exec.cif (!fn)
fn297fs/exec.cretval = fn(fd);
fn728fs/exec.cint (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary;
fn729fs/exec.cif (!fn)
fn731fs/exec.cretval = fn(&bprm, regs);
fn76include/linux/mcd.h(timer_table[MCD_TIMER].fn = func), \
fn53include/linux/timer.hvoid (*fn)(void);
fn468init/main.ctimer_table[COPRO_TIMER].fn = copro_timeout;
fn101kernel/irq.cvoid (*fn)(void *);
fn103kernel/irq.cfn = bh->routine;
fn104kernel/irq.cif (!fn)
fn106kernel/irq.cfn(bh->data);
fn559kernel/sched.cvoid (*fn)(unsigned long) = timer->function;
fn565kernel/sched.cfn(data);
fn578kernel/sched.ctp->fn();