tag | line | file | source code |
fn | 1360 | drivers/block/floppy.c | timer_table[FLOPPY_TIMER].fn = floppy_shutdown; |
fn | 741 | drivers/block/hd.c | timer_table[HD_TIMER].fn = hd_times_out; |
fn | 1405 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
fn | 1553 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
fn | 1564 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
fn | 1994 | drivers/char/serial.c | timer_table[RS_TIMER].fn = rs_timer; |
fn | 2597 | drivers/char/tpqic02.c | timer_table[TAPE_QIC02_TIMER].fn = tape_qic02_times_out; |
fn | 576 | drivers/scsi/NCR5380.c | timer_table[NCR5380_TIMER].fn = NCR5380_timer_fn; |
fn | 1580 | drivers/scsi/scsi.c | timer_table[SCSI_TIMER].fn = scsi_main_timeout; |
fn | 518 | drivers/scsi/scsi_debug.c | timer_table[SCSI_DEBUG_TIMER].fn = scsi_debug_intr_handle; |
fn | 253 | drivers/sound/soundcard.c | timer_table[SOUND_TIMER].fn = sequencer_timer; |
fn | 252 | fs/exec.c | int (*fn)(int) = fmt->load_shlib; |
fn | 253 | fs/exec.c | if (!fn) |
fn | 255 | fs/exec.c | retval = fn(fd); |
fn | 689 | fs/exec.c | int (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary; |
fn | 690 | fs/exec.c | if (!fn) |
fn | 692 | fs/exec.c | retval = fn(&bprm, regs); |
fn | 76 | include/linux/mcd.h | (timer_table[MCD_TIMER].fn = func), \ |
fn | 433 | include/linux/sbpcd.h | (timer_table[SBPCD_TIMER].fn = func), \ |
fn | 57 | include/linux/timer.h | void (*fn)(void); |
fn | 437 | init/main.c | timer_table[COPRO_TIMER].fn = copro_timeout; |
fn | 101 | kernel/irq.c | void (*fn)(void *); |
fn | 103 | kernel/irq.c | fn = bh->routine; |
fn | 104 | kernel/irq.c | if (!fn) |
fn | 106 | kernel/irq.c | fn(bh->data); |
fn | 528 | kernel/sched.c | void (*fn)(unsigned long) = next_timer->function; |
fn | 532 | kernel/sched.c | fn(data); |
fn | 545 | kernel/sched.c | tp->fn(); |