Searched refs:wd_ops (Results 1 – 1 of 1) sorted by relevance
32 struct wd_ops { struct43 static const struct wd_ops *wd_ops; argument196 if (wd_ops) in disable_lapic_nmi_watchdog()197 wd_ops->unreserve(); in disable_lapic_nmi_watchdog()211 if (!wd_ops) in enable_lapic_nmi_watchdog()213 if (!wd_ops->reserve()) { in enable_lapic_nmi_watchdog()287 perfctr_msr = wd_ops->perfctr; in setup_k7_watchdog()288 evntsel_msr = wd_ops->evntsel; in setup_k7_watchdog()325 if (!reserve_perfctr_nmi(wd_ops->perfctr)) in single_msr_reserve()328 if (!reserve_evntsel_nmi(wd_ops->evntsel)) { in single_msr_reserve()[all …]