Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-hardlockup_count1 What: /sys/kernel/hardlockup_count
/linux/kernel/
H A Dwatchdog.c78 static unsigned int hardlockup_count; variable
83 return sysfs_emit(page, "%u\n", hardlockup_count); in hardlockup_count_show()
86 static struct kobj_attribute hardlockup_count_attr = __ATTR_RO(hardlockup_count);
209 ++hardlockup_count; in watchdog_hardlockup_check()