Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-softlockup_count1 What: /sys/kernel/softlockup_count
/linux/kernel/
H A Dwatchdog.c344 static unsigned int softlockup_count; variable
349 return sysfs_emit(page, "%u\n", softlockup_count); in softlockup_count_show()
352 static struct kobj_attribute softlockup_count_attr = __ATTR_RO(softlockup_count);
796 ++softlockup_count; in watchdog_timer_fn()