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

/linux-master/kernel/
H A Dwatchdog.c433 unsigned long period_ts,
438 if (time_after(now, period_ts + get_softlockup_thresh()))
467 unsigned long touch_ts, period_ts, now; local
505 period_ts = READ_ONCE(*this_cpu_ptr(&watchdog_report_ts));
508 if (period_ts == SOFTLOCKUP_DELAY_REPORT) {
524 duration = is_softlockup(touch_ts, period_ts, now);
432 is_softlockup(unsigned long touch_ts, unsigned long period_ts, unsigned long now) argument

Completed in 119 milliseconds