Lines Matching +full:locality +full:- +full:specific
1 // SPDX-License-Identifier: GPL-2.0
9 * Some chunks also taken from the old x86-specific nmi watchdog code, thanks
38 * watchdog. That means the hrtimer should fire 2-3 times before in watchdog_update_hrtimer_threshold()
40 * unhalted CPU cycles, so if Turbo-Mode is enabled the CPU cycles in watchdog_update_hrtimer_threshold()
43 * frequency. Depending on the Turbo-Mode factor this might be fast in watchdog_update_hrtimer_threshold()
62 delta = now - __this_cpu_read(last_timestamp); in watchdog_check_timestamp()
109 event->hw.interrupts = 0; in watchdog_overflow_callback()
125 * Ensure CPU-locality by calling this in per-CPU kthread. in hardlockup_detector_event_create()
130 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in hardlockup_detector_event_create()
137 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in hardlockup_detector_event_create()
152 * watchdog_hardlockup_enable - Enable the local event
164 pr_info("Enabled. Permanently consumes one hw-PMU counter.\n"); in watchdog_hardlockup_enable()
171 * watchdog_hardlockup_disable - Disable the local event
189 * hardlockup_detector_perf_stop - Globally stop watchdog events
208 * hardlockup_detector_perf_restart - Globally restart watchdog events
235 * watchdog_hardlockup_probe - Probe whether NMI event is available at all
242 return -ENODEV; in watchdog_hardlockup_probe()
256 * hardlockup_config_perf_event - Overwrite config of wd_hw_attr.
269 unsigned int len = comma - str; in hardlockup_config_perf_event()