Home
last modified time | relevance | path

Searched refs:oops_count (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-oops_count1 What: /sys/kernel/oops_count
/openbmc/linux/kernel/
H A Dexit.c104 static atomic_t oops_count = ATOMIC_INIT(0); variable
110 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()
/openbmc/linux/arch/powerpc/kernel/
H A Dnvram_64.c649 static unsigned int oops_count = 0; in oops_to_nvram() local
702 ++oops_count); in oops_to_nvram()
/openbmc/linux/
H A DMAINTAINERS11433 F: Documentation/ABI/testing/sysfs-kernel-oops_count
H A Dopengrok1.0.log[all...]