Searched refs:oops_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/
H A Dexit.c108 static atomic_t oops_count = ATOMIC_INIT(0); variable
114 return sysfs_emit(page, "%d\n", atomic_read(&oops_count));
117 static struct kobj_attribute oops_count_attr = __ATTR_RO(oops_count);
974 if (atomic_inc_return(&oops_count) >= limit && limit)
/linux-master/arch/powerpc/kernel/
H A Dnvram_64.c649 static unsigned int oops_count = 0; local
702 ++oops_count);

Completed in 95 milliseconds