Home
last modified time | relevance | path

Searched refs:warn_count (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/sound/core/seq/
Dseq_lock.c14 int warn_count = 5 * HZ; in snd_use_lock_sync_helper() local
21 if (warn_count-- == 0) in snd_use_lock_sync_helper()
/Linux-v6.6/kernel/
Dpanic.c113 static atomic_t warn_count = ATOMIC_INIT(0); variable
119 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()
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-kernel-warn_count1 What: /sys/kernel/warn_count
/Linux-v6.6/
DMAINTAINERS11399 F: Documentation/ABI/testing/sysfs-kernel-warn_count