Searched refs:period_ts (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/
H A Dwatchdog.c631 unsigned long period_ts,
636 * If period_ts has not been updated during a sample_period, then
637 * in the subsequent few sample_periods, period_ts might also not
643 if (time_after_eq(now, period_ts + get_softlockup_thresh() / NUM_SAMPLE_PERIODS) &&
648 if (time_after(now, period_ts + get_softlockup_thresh()))
678 unsigned long touch_ts, period_ts, now; local
716 period_ts = READ_ONCE(*this_cpu_ptr(&watchdog_report_ts));
721 if (period_ts == SOFTLOCKUP_DELAY_REPORT) {
737 duration = is_softlockup(touch_ts, period_ts, now);
630 is_softlockup(unsigned long touch_ts, unsigned long period_ts, unsigned long now) argument

Completed in 148 milliseconds