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
40 * watchdog. That means the hrtimer should fire 2-3 times before in watchdog_update_hrtimer_threshold()
42 * unhalted CPU cycles, so if Turbo-Mode is enabled the CPU cycles in watchdog_update_hrtimer_threshold()
45 * frequency. Depending on the Turbo-Mode factor this might be fast in watchdog_update_hrtimer_threshold()
64 delta = now - __this_cpu_read(last_timestamp); in watchdog_check_timestamp()
111 event->hw.interrupts = 0; in watchdog_overflow_callback()
127 * Ensure CPU-locality by calling this in per-CPU kthread. in hardlockup_detector_event_create()
132 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in hardlockup_detector_event_create()
139 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in hardlockup_detector_event_create()
154 * watchdog_hardlockup_enable - Enable the local event
166 pr_info("Enabled. Permanently consumes one hw-PMU counter.\n"); in watchdog_hardlockup_enable()
173 * watchdog_hardlockup_disable - Disable the local event
192 * hardlockup_detector_perf_cleanup - Cleanup disabled events and destroy them
215 * hardlockup_detector_perf_stop - Globally stop watchdog events
234 * hardlockup_detector_perf_restart - Globally restart watchdog events
261 * watchdog_hardlockup_probe - Probe whether NMI event is available at all
268 return -ENODEV; in watchdog_hardlockup_probe()
282 * hardlockup_config_perf_event - Overwrite config of wd_hw_attr.
295 unsigned int len = comma - str; in hardlockup_config_perf_event()