Lines Matching refs:DEFINE_PER_CPU
65 static DEFINE_PER_CPU(unsigned long, watchdog_touch_ts);
66 static DEFINE_PER_CPU(struct task_struct *, softlockup_watchdog);
67 static DEFINE_PER_CPU(struct hrtimer, watchdog_hrtimer);
68 static DEFINE_PER_CPU(bool, softlockup_touch_sync);
69 static DEFINE_PER_CPU(bool, soft_watchdog_warn);
70 static DEFINE_PER_CPU(unsigned long, hrtimer_interrupts);
71 static DEFINE_PER_CPU(unsigned long, soft_lockup_hrtimer_cnt);
72 static DEFINE_PER_CPU(struct task_struct *, softlockup_task_ptr_saved);
74 static DEFINE_PER_CPU(bool, hard_watchdog_warn);
75 static DEFINE_PER_CPU(bool, watchdog_nmi_touch);
76 static DEFINE_PER_CPU(unsigned long, hrtimer_interrupts_saved);
77 static DEFINE_PER_CPU(struct perf_event *, watchdog_ev);