Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:weights_ratio
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H
A
D
lib.sh
970
local
weights_ratio
packets_ratio diff
975
weights_ratio
=$(echo "scale=2; $weight_rp12 / $weight_rp13" \
978
weights_ratio
=$(echo "scale=2; $weight_rp13 / $weight_rp12" \
985
log_info "Expected ratio $
weights_ratio
"
997
diff=$(echo $
weights_ratio
- $packets_ratio | bc -l)
1000
test "$(echo "$diff / $
weights_ratio
> 0.15" | bc -l)" -eq 0
1003
log_info "Expected ratio $
weights_ratio
Measured ratio $packets_ratio"
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H
A
D
lib.sh
1163
local
weights_ratio
packets_ratio diff
1168
weights_ratio
=$(echo "scale=2; $weight_rp12 / $weight_rp13" \
1171
weights_ratio
=$(echo "scale=2; $weight_rp13 / $weight_rp12" \
1178
log_info "Expected ratio $
weights_ratio
"
1190
diff=$(echo $
weights_ratio
- $packets_ratio | bc -l)
1193
test "$(echo "$diff / $
weights_ratio
> 0.15" | bc -l)" -eq 0
1196
log_info "Expected ratio $
weights_ratio
Measured ratio $packets_ratio"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H
A
D
net_forwarding_lib.sh
1163
local
weights_ratio
packets_ratio diff
1168
weights_ratio
=$(echo "scale=2; $weight_rp12 / $weight_rp13" \
1171
weights_ratio
=$(echo "scale=2; $weight_rp13 / $weight_rp12" \
1178
log_info "Expected ratio $
weights_ratio
"
1190
diff=$(echo $
weights_ratio
- $packets_ratio | bc -l)
1193
test "$(echo "$diff / $
weights_ratio
> 0.15" | bc -l)" -eq 0
1196
log_info "Expected ratio $
weights_ratio
Measured ratio $packets_ratio"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H
A
D
lib.sh
1163
local
weights_ratio
packets_ratio diff
1168
weights_ratio
=$(echo "scale=2; $weight_rp12 / $weight_rp13" \
1171
weights_ratio
=$(echo "scale=2; $weight_rp13 / $weight_rp12" \
1178
log_info "Expected ratio $
weights_ratio
"
1190
diff=$(echo $
weights_ratio
- $packets_ratio | bc -l)
1193
test "$(echo "$diff / $
weights_ratio
> 0.15" | bc -l)" -eq 0
1196
log_info "Expected ratio $
weights_ratio
Measured ratio $packets_ratio"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/
H
A
D
net_forwarding_lib.sh
1163
local
weights_ratio
packets_ratio diff
1168
weights_ratio
=$(echo "scale=2; $weight_rp12 / $weight_rp13" \
1171
weights_ratio
=$(echo "scale=2; $weight_rp13 / $weight_rp12" \
1178
log_info "Expected ratio $
weights_ratio
"
1190
diff=$(echo $
weights_ratio
- $packets_ratio | bc -l)
1193
test "$(echo "$diff / $
weights_ratio
> 0.15" | bc -l)" -eq 0
1196
log_info "Expected ratio $
weights_ratio
Measured ratio $packets_ratio"
Completed in 8 milliseconds