Home
last modified time | relevance | path

Searched refs:tolerance (Results 1 – 25 of 43) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_008_pos.ksh96 typeset -i tolerance=0
98 (( tolerance = new_size - orig_size))
99 if (( tolerance > LIMIT )); then
H A Dsnapshot.cfg50 export LIMIT=2097152 # tolerance measured in bytes, 2M
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dmath.shlib47 # 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 Dam335x-nano.dts417 /* +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 Dam335x-osd335x-common.dtsi77 /* 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 Dam335x-chilisom.dtsi79 /* 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 Dam335x-shc.dts26 * tolerance value is reduced to 2% from 4% and
34 voltage-tolerance = <2>; /* 2 percentage */
270 * +/-4% tolerance
285 * +/-4% tolerance
H A Dam335x-igep0033.dtsi246 /* 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 Dam335x-phycore-som.dtsi256 /* 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 Dam335x-bone-common.dtsi317 /* 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 Dam335x-baltos.dtsi285 /* 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 Dam335x-moxa-uc-8100-me-t.dts323 /* 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 Dr8a73a4-ape6evm.dts162 voltage-tolerance = <1>; /* 1% */
H A Dimx1.dtsi52 voltage-tolerance = <5>;
H A Dam335x-pepper.dts444 /* 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 Dam335x-sl50.dts617 /* 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 Dcpufreq-dt.txt19 - voltage-tolerance: Specify the CPU voltage tolerance in percentage.
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dnvidia,tegra20-hsuart.txt36 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 Dtimex.h138 long tolerance; /* clock frequency tolerance (scaled member
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dsgpio-aspeed.txt9 - Support reset tolerance option for each output port
/f-stack/freebsd/mips/conf/
H A DQCA953X_BASE74 # Handle 25MHz refclock by allowing a higher baudrate error tolerance.
/f-stack/dpdk/doc/guides/rawdevs/
H A Difpga.rst18 different users. FPGA hot upgrade and fault tolerance can be provided easily.
H A Dntb.rst9 user cases can benefit from this, such as fault tolerance and visual
/f-stack/dpdk/doc/guides/prog_guide/
H A Dlink_bonding_poll_mode_drv_lib.rst22 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 Dtest_red.c210 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()

12