Searched refs:TIMER_SIRQ (Results 1 – 3 of 3) sorted by relevance
17 #define TIMER_SIRQ 0 // 时钟软中断号 macro
26 register_softirq(TIMER_SIRQ, &do_timer_softirq, NULL); in timer_init()
80 raise_softirq(TIMER_SIRQ); in HPET_handler()