Searched refs:SampleRate (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | guarded_pool_allocator.cpp | 51 if (!Opts.Enabled || Opts.SampleRate == 0 || in init() 55 check(Opts.SampleRate >= 0, "GWP-ASan Error: SampleRate is < 0."); in init() 56 check(Opts.SampleRate < (1 << 30), "GWP-ASan Error: SampleRate is >= 2^30."); in init() 105 if (Opts.SampleRate != 1) in init() 106 AdjustedSampleRatePlusOne = static_cast<uint32_t>(Opts.SampleRate) * 2 + 1; in init()
|
H A D | options.inc | 30 GWP_ASAN_OPTION(int, SampleRate, 5000, 31 "The probability (1 / SampleRate) that an allocation is "
|
/freebsd/contrib/ntp/util/ |
H A D | tg2.c | 592 int SampleRate; local 1010 SampleRate = SetSampleRate; 1011 if (ioctl(fd, SNDCTL_DSP_SPEED, &SampleRate)==-1) 1013 …ntf ("\nUnable to set sample rate to %d, returned %d, aborting...\n\n", SetSampleRate, SampleRate); 1017 SampleRateDifference = SampleRate - SetSampleRate; 1025 …ple rate to %d, result was %d, more than 0.1 percent, aborting...\n\n", SetSampleRate, SampleRate);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
H A D | options_parser.cpp | 243 if (o->SampleRate <= 0) { in initOptions()
|
/freebsd/sys/powerpc/conf/ |
H A D | GENERIC64 | 243 device ath_rate_sample # SampleRate tx rate control for ath
|
H A D | GENERIC64LE | 239 device ath_rate_sample # SampleRate tx rate control for ath
|
/freebsd/sys/i386/conf/ |
H A D | GENERIC | 256 device ath_rate_sample # SampleRate tx rate control for ath
|
/freebsd/sys/amd64/conf/ |
H A D | GENERIC | 291 device ath_rate_sample # SampleRate tx rate control for ath
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 209 Opt.SampleRate = getFlags()->GWP_ASAN_SampleRate; in initGwpAsan()
|
/freebsd/sys/conf/ |
H A D | NOTES | 2039 device ath_rate_sample # SampleRate tx rate control for ath
|