Home
last modified time | relevance | path

Searched refs:watchdog_update_hrtimer_threshold (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/include/linux/
Dnmi.h212 void watchdog_update_hrtimer_threshold(u64 period);
214 static inline void watchdog_update_hrtimer_threshold(u64 period) { } in watchdog_update_hrtimer_threshold() function
/linux-6.14.4/kernel/
Dwatchdog_perf.c32 void watchdog_update_hrtimer_threshold(u64 period) in watchdog_update_hrtimer_threshold() function
Dwatchdog.c564 watchdog_update_hrtimer_threshold(sample_period); in set_sample_period()