Home
last modified time | relevance | path

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

/freebsd/usr.sbin/cron/cron/
H A Dglobals.h60 XTRN unsigned Jitter; variable
H A Ddo_command.c312 Jitter = RootJitter; in child_process()
313 if (Jitter != 0) { in child_process()
315 sleep(random() % Jitter); in child_process()
H A Dcron.c505 Jitter = strtoul(optarg, &endp, 10);
506 if (*optarg == '\0' || *endp != '\0' || Jitter > 60)
/freebsd/contrib/bsnmp/snmp_ntp/
H A DBEGEMOT-NTP-MIB.txt124 "Jitter trap threshold in seconds multiplied by 2^32."
/freebsd/crypto/openssl/
H A DINSTALL.md852 Use the CPU Jitter library as a FIPS validated entropy source.