This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | BLANK_TIMER 0 |
| #define | BEEP_TIMER 1 |
| #define | RS_TIMER 2 |
| #define | SWAP_TIMER 3 |
| #define | BACKGR_TIMER 4 |
| #define | HD_TIMER 5 |
| #define | FLOPPY_TIMER 6 |
| #define | QIC02_TAPE_TIMER 7 |
| #define | MCD_TIMER 8 |
| #define | GSCD_TIMER 9 |
| #define | COMTROL_TIMER 10 |
| #define | DIGI_TIMER 11 |
| #define | GDTH_TIMER 12 |
| #define | COPRO_TIMER 31 |
| #define | time_after(a, b) ((long)(b) - (long)(a) < 0) |
| #define | time_before(a, b) time_after(b,a) |
| #define | time_after_eq(a, b) ((long)(a) - (long)(b) >= 0) |
| #define | time_before_eq(a, b) time_after_eq(b,a) |
Functions | |
| void | add_timer (struct timer_list *timer) |
| int | del_timer (struct timer_list *timer) |
| void | mod_timer (struct timer_list *timer, unsigned long expires) |
| void | it_real_fn (unsigned long) |
| void | init_timer (struct timer_list *timer) |
| int | timer_pending (struct timer_list *timer) |
Variables | |
| unsigned long | timer_active |
| timer_struct | timer_table [32] |
|
|
Definition at line 15 of file include/linux/timer.h. |
|
|
Definition at line 12 of file include/linux/timer.h. |
|
|
Definition at line 11 of file include/linux/timer.h. Referenced by __initfunc(), do_blank_screen(), poke_blanked_console(), unblank_screen(), and vesa_powerdown_screen(). |
|
|
Definition at line 21 of file include/linux/timer.h. |
|
|
Definition at line 25 of file include/linux/timer.h. Referenced by __initfunc(). |
|
|
Definition at line 22 of file include/linux/timer.h. Referenced by __initfunc(), epcapoll(), pc_init(), and pcxxpoll(). |
|
|
Definition at line 17 of file include/linux/timer.h. Referenced by __initfunc(), fd1772_init(), and finish_fdc_done(). |
|
|
Definition at line 23 of file include/linux/timer.h. |
|
|
Definition at line 20 of file include/linux/timer.h. |
|
|
Definition at line 16 of file include/linux/timer.h. Referenced by __initfunc(), hd_interrupt(), and hd_request(). |
|
|
Definition at line 19 of file include/linux/timer.h. |
|
|
Definition at line 18 of file include/linux/timer.h. Referenced by __initfunc(), and qic02_tape_interrupt(). |
|
|
Definition at line 13 of file include/linux/timer.h. Referenced by __initfunc(), rs_init(), rs_timer(), and startup(). |
|
|
Definition at line 14 of file include/linux/timer.h. |
|
|
Definition at line 90 of file include/linux/timer.h. |
|
|
|
Definition at line 91 of file include/linux/timer.h. |
|
|
Definition at line 94 of file include/linux/timer.h. Referenced by __initfunc(), adapter_reset(), alloc_scbs(), get_board_data(), hp100_down_vg_link(), hp100_login_to_vg_hub(), irq_probe(), NCR5380_main(), nlmsvc_insert_block(), sdla_cmd(), shaper_kick(), tok_init_card(), tul_do_pause(), WAIT(), wait_intr(), and waitForPause(). |
|
|
|
|
|
Definition at line 92 of file itimer.c. References add_timer(), jiffies, p, send_sig(), and SIGALRM. Here is the call graph for this function: ![]() |
|
||||||||||||
|
|
Definition at line 74 of file include/linux/timer.h. References NULL, and timer_list::prev. |
|
|
Definition at line 1188 of file kernel/sched.c. Referenced by __initfunc(), do_blank_screen(), epcapoll(), fd1772_init(), finish_fdc_done(), gdth_update_timeout(), get__netinfo6(), get__sock(), hd_interrupt(), hd_request(), pc_init(), pcxxpoll(), poke_blanked_console(), rp_do_poll(), rp_open(), rs_timer(), startup(), unblank_screen(), and vesa_powerdown_screen(). |
|
|
Definition at line 1189 of file kernel/sched.c. Referenced by __initfunc(), do_blank_screen(), epcapoll(), fd1772_init(), finish_fdc_done(), gdth_update_timeout(), pc_init(), pcxxpoll(), poke_blanked_console(), qic02_tape_interrupt(), rs_init(), rs_timer(), startup(), unblank_screen(), and vesa_powerdown_screen(). |