Home
last modified time | relevance | path

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

/linux/kernel/
H A Dwatchdog.c720 unsigned long period_ts, in is_softlockup() argument
732 if (time_after_eq(now, period_ts + get_softlockup_thresh() / NUM_SAMPLE_PERIODS) && in is_softlockup()
741 if (time_after_eq(now, period_ts + get_softlockup_thresh() * 3 / 4)) in is_softlockup()
745 if (time_after(now, period_ts + get_softlockup_thresh())) in is_softlockup()
775 unsigned long touch_ts, period_ts, now; in watchdog_timer_fn() local
822 period_ts = READ_ONCE(*this_cpu_ptr(&watchdog_report_ts)); in watchdog_timer_fn()
827 if (period_ts == SOFTLOCKUP_DELAY_REPORT) { in watchdog_timer_fn()
843 duration = is_softlockup(touch_ts, period_ts, now); in watchdog_timer_fn()