Searched refs:oops_count (Results 1 – 5 of 5) sorted by relevance
1 What: /sys/kernel/oops_count
104 static atomic_t oops_count = ATOMIC_INIT(0); variable110 return sysfs_emit(page, "%d\n", atomic_read(&oops_count)); in oops_count_show()113 static struct kobj_attribute oops_count_attr = __ATTR_RO(oops_count);970 if (atomic_inc_return(&oops_count) >= limit && limit) in make_task_dead()
649 static unsigned int oops_count = 0; in oops_to_nvram() local702 ++oops_count); in oops_to_nvram()
11433 F: Documentation/ABI/testing/sysfs-kernel-oops_count
[all...]