do_timer.h
来自「linux 内核源代码」· C头文件 代码 · 共 17 行
H
17 行
/* defines for inline arch setup functions */#include <linux/clockchips.h>#include <asm/i8259.h>#include <asm/i8253.h>/** * do_timer_interrupt_hook - hook into timer tick * * Call the pit clock event handler. see asm/i8253.h **/static inline void do_timer_interrupt_hook(void){ global_clock_event->event_handler(global_clock_event);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?