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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dperfctr-watchdog.c26 struct wd_ops { struct
37 static struct wd_ops *wd_ops; variable in typeref:struct:wd_ops
177 wd_ops->unreserve();
191 if (!wd_ops)
193 if (!wd_ops->reserve()) {
298 if (!reserve_perfctr_nmi(wd_ops->perfctr))
301 if (!reserve_evntsel_nmi(wd_ops->evntsel)) {
302 release_perfctr_nmi(wd_ops->perfctr);
310 release_evntsel_nmi(wd_ops
[all...]

Completed in 47 milliseconds