| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | snapshot_008_pos.ksh | 96 typeset -i tolerance=0 98 (( tolerance = new_size - orig_size)) 99 if (( tolerance > LIMIT )); then
|
| H A D | snapshot.cfg | 50 export LIMIT=2097152 # tolerance measured in bytes, 2M
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | math.shlib | 47 # Return 0 if value is within +/-tolerance of target. 48 # Return 1 if value exceeds our tolerance. 51 # Do $action if value is within the tolerance from target passed in: 53 # Do $action if value surpasses the tolerance from target passed in: 56 function within_tolerance #value #target #tolerance
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | am335x-nano.dts | 417 /* +1.5V voltage with ±4% tolerance */ 425 /* VDD_MPU voltage limits 0.95V - 1.1V with ±4% tolerance */ 434 /* VDD_CORE voltage limits 0.95V - 1.1V with ±4% tolerance */ 443 /* +1.8V voltage with ±4% tolerance */ 451 /* +3.3V voltage with ±4% tolerance */ 459 /* +1.8V voltage with ±4% tolerance */ 467 /* +3.3V voltage with ±4% tolerance */
|
| H A D | am335x-osd335x-common.dtsi | 77 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ 86 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
|
| H A D | am335x-chilisom.dtsi | 79 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ 88 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
|
| H A D | am335x-shc.dts | 26 * tolerance value is reduced to 2% from 4% and 34 voltage-tolerance = <2>; /* 2 percentage */ 270 * +/-4% tolerance 285 * +/-4% tolerance
|
| H A D | am335x-igep0033.dtsi | 246 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ 255 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
|
| H A D | am335x-phycore-som.dtsi | 256 /* VDD_MPU voltage limits 0.95V - 1.325V with +/-4% tolerance */ 265 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
|
| H A D | am335x-bone-common.dtsi | 317 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ 326 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
|
| H A D | am335x-baltos.dtsi | 285 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ 294 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
|
| H A D | am335x-moxa-uc-8100-me-t.dts | 323 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ 332 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
|
| H A D | r8a73a4-ape6evm.dts | 162 voltage-tolerance = <1>; /* 1% */
|
| H A D | imx1.dtsi | 52 voltage-tolerance = <5>;
|
| H A D | am335x-pepper.dts | 444 /* VDD_CORE voltage limits 0.95V - 1.26V with +/-4% tolerance */ 453 /* VDD_MPU voltage limits 0.95V - 1.1V with +/-4% tolerance */
|
| H A D | am335x-sl50.dts | 617 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ 626 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
|
| /f-stack/freebsd/contrib/device-tree/Bindings/cpufreq/ |
| H A D | cpufreq-dt.txt | 19 - voltage-tolerance: Specify the CPU voltage tolerance in percentage.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | nvidia,tegra20-hsuart.txt | 36 Baud Rate tolerance: 37 Standard UART devices are expected to have tolerance for baud rate error by 39 Tegra186 chip has a known hardware issue. UART Rx baud rate tolerance level
|
| /f-stack/freebsd/sys/ |
| H A D | timex.h | 138 long tolerance; /* clock frequency tolerance (scaled member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpio/ |
| H A D | sgpio-aspeed.txt | 9 - Support reset tolerance option for each output port
|
| /f-stack/freebsd/mips/conf/ |
| H A D | QCA953X_BASE | 74 # Handle 25MHz refclock by allowing a higher baudrate error tolerance.
|
| /f-stack/dpdk/doc/guides/rawdevs/ |
| H A D | ifpga.rst | 18 different users. FPGA hot upgrade and fault tolerance can be provided easily.
|
| H A D | ntb.rst | 9 user cases can benefit from this, such as fault tolerance and visual
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | link_bonding_poll_mode_drv_lib.rst | 22 redundant links, fault tolerance and/or load balancing. 47 This mode provides load balancing and fault tolerance by transmission of 62 thereby providing fault tolerance to slave failure. The single logical 74 transmission policy) and fault tolerance. The default policy (layer2) uses 95 This mode provides fault tolerance by transmission of packets on all slave
|
| /f-stack/dpdk/app/test/ |
| H A D | test_red.c | 210 static int check_drop_rate(double *diff, double drop_rate, double drop_prob, double tolerance) in check_drop_rate() argument 220 if (*diff > tolerance) { in check_drop_rate() 230 static int check_avg(double *diff, double avg, double exp_avg, double tolerance) in check_avg() argument 240 if (*diff > tolerance) { in check_avg()
|