tag | line | file | source code |
fn | 3286 | drivers/block/floppy.c | void (*fn)(int *ints, int param); |
fn | 3319 | drivers/block/floppy.c | config_params[i].fn(ints,param); |
fn | 1056 | drivers/block/hd.c | timer_table[HD_TIMER].fn = hd_times_out; |
fn | 2218 | drivers/block/ide.c | timer_table[ide_timer[HWIF]].fn |
fn | 1900 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
fn | 2047 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
fn | 2078 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
fn | 2541 | drivers/char/serial.c | timer_table[RS_TIMER].fn = rs_timer; |
fn | 2946 | drivers/char/tpqic02.c | timer_table[QIC02_TAPE_TIMER].fn = qic02_tape_times_out; |
fn | 2054 | 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 | 1987 | drivers/scsi/scsi.c | timer_table[SCSI_TIMER].fn = scsi_main_timeout; |
fn | 522 | drivers/scsi/scsi_debug.c | timer_table[SCSI_DEBUG_TIMER].fn = scsi_debug_intr_handle; |
fn | 262 | drivers/sound/soundcard.c | timer_table[SOUND_TIMER].fn = sequencer_timer; |
fn | 283 | fs/exec.c | int (*fn)(int) = fmt->load_shlib; |
fn | 284 | fs/exec.c | if (!fn) |
fn | 286 | fs/exec.c | retval = fn(fd); |
fn | 701 | fs/exec.c | int (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary; |
fn | 702 | fs/exec.c | if (!fn) |
fn | 704 | 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 | 54 | include/linux/timer.h | void (*fn)(void); |
fn | 496 | kernel/sched.c | void (*fn)(unsigned long) = timer->function; |
fn | 502 | kernel/sched.c | fn(data); |
fn | 515 | kernel/sched.c | tp->fn(); |
fn | 44 | kernel/softirq.c | void (*fn)(void *); |
fn | 46 | kernel/softirq.c | fn = bh->routine; |
fn | 47 | kernel/softirq.c | if (!fn) |
fn | 49 | kernel/softirq.c | fn(bh->data); |