taglinefilesource code
fn1357drivers/block/floppy.ctimer_table[FLOPPY_TIMER].fn = floppy_shutdown;
fn735drivers/block/hd.ctimer_table[HD_TIMER].fn = hd_times_out;
fn1405drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
fn1553drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
fn1564drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
fn2015drivers/char/serial.ctimer_table[RS_TIMER].fn = rs_timer;
fn2597drivers/char/tpqic02.ctimer_table[TAPE_QIC02_TIMER].fn = tape_qic02_times_out;
fn576drivers/scsi/NCR5380.ctimer_table[NCR5380_TIMER].fn = NCR5380_timer_fn;
fn1572drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = scsi_main_timeout;
fn457drivers/scsi/scsi_debug.ctimer_table[SCSI_DEBUG_TIMER].fn = scsi_debug_intr_handle;
fn253drivers/sound/soundcard.ctimer_table[SOUND_TIMER].fn = sequencer_timer;
fn252fs/exec.cint (*fn)(int) = fmt->load_shlib;
fn253fs/exec.cif (!fn)
fn255fs/exec.cretval = fn(fd);
fn689fs/exec.cint (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary;
fn690fs/exec.cif (!fn)
fn692fs/exec.cretval = fn(&bprm, regs);
fn75include/linux/mcd.h(timer_table[MCD_TIMER].fn = func), \
fn437include/linux/sbpcd.h(timer_table[SBPCD_TIMER].fn = func), \
fn57include/linux/timer.hvoid (*fn)(void);
fn430init/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);
fn573kernel/sched.cvoid (*fn)(unsigned long) = next_timer->function;
fn577kernel/sched.cfn(data);
fn590kernel/sched.ctp->fn();