tag | line | file | source code |
fn | 3194 | drivers/block/floppy.c | void (*fn)(int *ints); |
fn | 3207 | drivers/block/floppy.c | config_params[i].fn(ints); |
fn | 1074 | drivers/block/hd.c | timer_table[HD_TIMER].fn = hd_times_out; |
fn | 2061 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
fn | 2198 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
fn | 2231 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
fn | 2368 | drivers/char/serial.c | timer_table[RS_TIMER].fn = rs_timer; |
fn | 2944 | drivers/char/tpqic02.c | timer_table[QIC02_TAPE_TIMER].fn = qic02_tape_times_out; |
fn | 2036 | drivers/scsi/53c7,8xx.c | int (*fn)(struct debugger_token *token, unsigned long args[]); |
fn | 582 | drivers/scsi/NCR5380.c | timer_table[NCR5380_TIMER].fn = NCR5380_timer_fn; |
fn | 1148 | drivers/scsi/aha274x.c | int aha274x_queue(Scsi_Cmnd *cmd, void (*fn)(Scsi_Cmnd *)) |
fn | 1226 | drivers/scsi/aha274x.c | cmd->scsi_done = fn; |
fn | 1910 | 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 | 261 | drivers/sound/soundcard.c | timer_table[SOUND_TIMER].fn = sequencer_timer; |
fn | 299 | fs/exec.c | int (*fn)(int) = fmt->load_shlib; |
fn | 300 | fs/exec.c | if (!fn) |
fn | 302 | fs/exec.c | retval = fn(fd); |
fn | 743 | fs/exec.c | int (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary; |
fn | 744 | fs/exec.c | if (!fn) |
fn | 746 | fs/exec.c | retval = fn(&bprm, regs); |
fn | 67 | include/asm-i386/bugs.h | timer_table[COPRO_TIMER].fn = copro_timeout; |
fn | 76 | include/linux/mcd.h | (timer_table[MCD_TIMER].fn = func), \ |
fn | 53 | include/linux/timer.h | void (*fn)(void); |
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 | 515 | kernel/sched.c | void (*fn)(unsigned long) = timer->function; |
fn | 521 | kernel/sched.c | fn(data); |
fn | 534 | kernel/sched.c | tp->fn(); |