Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Drt.c2614 if (p->rt.watchdog_stamp != jiffies) { in watchdog()
2616 p->rt.watchdog_stamp = jiffies; in watchdog()
/openbmc/linux/include/linux/
H A Dsched.h595 unsigned long watchdog_stamp; member