Duration in milliseconds, in which any given race is only reported once
configname: CONFIG_KCSAN_REPORT_ONCE_IN_MS
Linux Kernel Configuration
└─>Kernel hacking
└─>Generic Kernel Debugging Instruments
└─>KCSAN: dynamic data race detector
└─>Duration in milliseconds, in which any given race is only reported once
In linux kernel since version 5.1 (release Date: 2019-05-05)
Any given race is only reported once in the defined time window.
Different races may still generate reports within a duration that is
smaller than the duration defined here. This allows rate limiting
reporting to avoid flooding the console with reports. Setting this
to 0 disables rate limiting.
Different races may still generate reports within a duration that is
smaller than the duration defined here. This allows rate limiting
reporting to avoid flooding the console with reports. Setting this
to 0 disables rate limiting.