Searched refs:ntimer (Results 1 – 3 of 3) sorted by relevance
38 static struct timer_list ntimer; variable173 mod_timer(&ntimer, jiffies + NMI_CHECK_TIMEOUT); in nmi_wdt_timer()182 init_timer(&ntimer); in init_nmi_wdt()183 ntimer.function = nmi_wdt_timer; in init_nmi_wdt()184 ntimer.expires = jiffies + NMI_CHECK_TIMEOUT; in init_nmi_wdt()185 add_timer(&ntimer); in init_nmi_wdt()
7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ];9 running [ label = "running;\nreconnect\ntimer\nstopped" ];
845 u32 i, ntimer; in hpet_alloc() local886 ntimer = ((cap & HPET_NUM_TIM_CAP_MASK) >> HPET_NUM_TIM_CAP_SHIFT) + 1; in hpet_alloc()888 if (hpetp->hp_ntimer != ntimer) { in hpet_alloc()