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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c25 struct nmi_watchdog_ctlblk { struct
36 void (*rearm)(struct nmi_watchdog_ctlblk *wd, unsigned nmi_hz);
63 static DEFINE_PER_CPU(struct nmi_watchdog_ctlblk, nmi_watchdog_ctlblk);
274 struct nmi_watchdog_ctlblk *wd = &__get_cpu_var(nmi_watchdog_ctlblk);
307 struct nmi_watchdog_ctlblk *wd = &__get_cpu_var(nmi_watchdog_ctlblk);
331 single_msr_rearm(struct nmi_watchdog_ctlblk *wd, unsigned nmi_hz)
362 struct nmi_watchdog_ctlblk *w
[all...]

Completed in 87 milliseconds