Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-oops_count1 What: /sys/kernel/oops_count
/linux/kernel/
H A Dexit.c107 static atomic_t oops_count = ATOMIC_INIT(0); variable
113 return sysfs_emit(page, "%d\n", atomic_read(&oops_count)); in oops_count_show()
116 static struct kobj_attribute oops_count_attr = __ATTR_RO(oops_count);
1035 if (atomic_inc_return(&oops_count) >= limit && limit) in make_task_dead()
/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()