Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/x86/
A Dvmx_nested_tsc_scaling_test.c39 uint64_t tolerance, thresh_low, thresh_high; in compare_tsc_freq() local
41 tolerance = expected / 100; in compare_tsc_freq()
42 thresh_low = expected - tolerance; in compare_tsc_freq()
43 thresh_high = expected + tolerance; in compare_tsc_freq()
/tools/testing/selftests/mm/
A Dhugetlb_reparenting_test.sh66 local tolerance=$((7 * 1024 * 1024))
79 if [[ $actual -ge $(($expected - $tolerance)) ]] &&
80 [[ $actual -le $(($expected + $tolerance)) ]]; then
/tools/perf/tests/shell/lib/
A Dperf_metric_validation.py46 self.tolerance = t
136 t = get_bound_value(error, self.tolerance, ridx)
488 'ErrorThreshold': self.tolerance,
/tools/testing/selftests/net/mptcp/
A Dmptcp_join.sh1919 local tolerance=5
1922 if [ $tx_rate -lt $((expected_rate - tolerance)) ] || \
1923 [ $tx_rate -gt $((expected_rate + tolerance)) ]; then

Completed in 11 milliseconds