Searched refs:nmi_watchdog_ctlblk (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dperfctr-watchdog.c19 struct nmi_watchdog_ctlblk { struct
30 void (*rearm)(struct nmi_watchdog_ctlblk *wd, unsigned nmi_hz);
53 static DEFINE_PER_CPU(struct nmi_watchdog_ctlblk, nmi_watchdog_ctlblk);
264 struct nmi_watchdog_ctlblk *wd = &__get_cpu_var(nmi_watchdog_ctlblk);
291 struct nmi_watchdog_ctlblk *wd = &__get_cpu_var(nmi_watchdog_ctlblk);
314 static void single_msr_rearm(struct nmi_watchdog_ctlblk *wd, unsigned nmi_hz)
344 struct nmi_watchdog_ctlblk *w
[all...]

Completed in 13 milliseconds