Default sample interval in milliseconds

configname: CONFIG_KFENCE_SAMPLE_INTERVAL

Linux Kernel Configuration
└─>Kernel hacking
└─>Memory Debugging
└─>KFENCE: low-overhead sampling-based memory safety error detector
└─>Default sample interval in milliseconds
In linux kernel since version 5.2 (release Date: 2019-07-07)  
The KFENCE sample interval determines the frequency with which heap
allocations will be guarded by KFENCE. May be overridden via boot
parameter "kfence.sample_interval".

Set this to 0 to disable KFENCE by default, in which case only
setting "kfence.sample_interval" to a non-zero value enables KFENCE.

depends
CONFIG_KFENCE