Home
last modified time | relevance | path

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

/linux-6.15/sound/core/seq/
H A 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-6.15/kernel/
H A Dpanic.c116 static atomic_t warn_count = ATOMIC_INIT(0); variable
122 return sysfs_emit(page, "%d\n", atomic_read(&warn_count)); in warn_count_show()
125 static struct kobj_attribute warn_count_attr = __ATTR_RO(warn_count);
246 if (atomic_inc_return(&warn_count) >= limit && limit) in check_panic_on_warn()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-kernel-warn_count1 What: /sys/kernel/warn_count
/linux-6.15/
H A DMAINTAINERS12905 F: Documentation/ABI/testing/sysfs-kernel-warn_count