Searched refs:warn_count (Results 1 – 4 of 4) sorted by relevance
14 int warn_count = 5 * HZ; in snd_use_lock_sync_helper() local21 if (warn_count-- == 0) in snd_use_lock_sync_helper()
113 static atomic_t warn_count = ATOMIC_INIT(0); variable119 return sysfs_emit(page, "%d\n", atomic_read(&warn_count)); in warn_count_show()122 static struct kobj_attribute warn_count_attr = __ATTR_RO(warn_count);239 if (atomic_inc_return(&warn_count) >= limit && limit) in check_panic_on_warn()
1 What: /sys/kernel/warn_count
11427 F: Documentation/ABI/testing/sysfs-kernel-warn_count