Home
last modified time | relevance | path

Searched refs:ntimer (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/blackfin/kernel/
Dnmi.c38 static struct timer_list ntimer; variable
173 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()
/linux-4.4.14/Documentation/scsi/scsi_transport_srp/
Drport_state_diagram.dot7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ];
9 running [ label = "running;\nreconnect\ntimer\nstopped" ];
/linux-4.4.14/drivers/char/
Dhpet.c844 u32 i, ntimer; in hpet_alloc() local
885 ntimer = ((cap & HPET_NUM_TIM_CAP_MASK) >> HPET_NUM_TIM_CAP_SHIFT) + 1; in hpet_alloc()
887 if (hpetp->hp_ntimer != ntimer) { in hpet_alloc()