Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/vm/
HDmemguard.c152 static u_int memguard_frequency; variable
155 &memguard_frequency, 0, "Times in 100000 that MemGuard will randomly run");
447 if (memguard_frequency > 0 && in memguard_cmp()
448 (random() % 100000) < memguard_frequency) { in memguard_cmp()