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:balanced
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H
A
D
custom_multipath_hash.sh
250
local
balanced
="$1"; shift
272
[[ ( $is_balanced -eq 1 && $
balanced
== "
balanced
" ) ||
273
( $is_balanced -eq 0 && $
balanced
== "unbalanced" ) ]]
274
check_err $? "Expected traffic to be $
balanced
, but it is not"
276
log_test "Multipath hash field: $field ($
balanced
)"
293
custom_hash_test "Source IP" "
balanced
" send_src_ipv4
297
custom_hash_test "Destination IP" "
balanced
" send_dst_ipv4
301
custom_hash_test "Source port" "
balanced
" send_src_udp4
305
custom_hash_test "Destination port" "
balanced
" send_dst_udp
[all...]
H
A
D
gre_custom_multipath_hash.sh
345
local
balanced
="$1"; shift
367
[[ ( $is_balanced -eq 1 && $
balanced
== "
balanced
" ) ||
368
( $is_balanced -eq 0 && $
balanced
== "unbalanced" ) ]]
369
check_err $? "Expected traffic to be $
balanced
, but it is not"
371
log_test "Multipath hash field: $field ($
balanced
)"
386
custom_hash_test "Inner source IP" "
balanced
" send_src_ipv4
390
custom_hash_test "Inner destination IP" "
balanced
" send_dst_ipv4
394
custom_hash_test "Inner source port" "
balanced
" send_src_udp4
398
custom_hash_test "Inner destination port" "
balanced
" send_dst_udp
[all...]
H
A
D
ip6gre_custom_multipath_hash.sh
347
local
balanced
="$1"; shift
369
[[ ( $is_balanced -eq 1 && $
balanced
== "
balanced
" ) ||
370
( $is_balanced -eq 0 && $
balanced
== "unbalanced" ) ]]
371
check_err $? "Expected traffic to be $
balanced
, but it is not"
373
log_test "Multipath hash field: $field ($
balanced
)"
388
custom_hash_test "Inner source IP" "
balanced
" send_src_ipv4
392
custom_hash_test "Inner destination IP" "
balanced
" send_dst_ipv4
396
custom_hash_test "Inner source port" "
balanced
" send_src_udp4
400
custom_hash_test "Inner destination port" "
balanced
" send_dst_udp
[all...]
/kernel/linux/linux-5.10/mm/
H
A
D
vmscan.c
3403
* zone is
balanced
.
in pgdat_watermark_boosted()
3418
* Returns true if there is an eligible zone
balanced
for the request order
3550
*
balanced
.
3558
*
balanced
.
3603
bool
balanced
;
in balance_pgdat()
local
3616
* request are
balanced
to avoid excessive reclaim from kswapd.
in balance_pgdat()
3636
balanced
= pgdat_balanced(pgdat, sc.order, highest_zoneidx);
in balance_pgdat()
3637
if (!
balanced
&& nr_boost_reclaim) {
in balance_pgdat()
3647
if (!nr_boost_reclaim &&
balanced
)
in balance_pgdat()
3798
* eligible zone
balanced
tha
in kswapd_try_to_sleep()
[all...]
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
rt.c
768
goto
balanced
;
in __disable_runtime()
812
balanced
:
in __disable_runtime()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
rt.c
818
goto
balanced
;
in __disable_runtime()
862
balanced
:
in __disable_runtime()
/kernel/linux/linux-6.6/mm/
H
A
D
vmscan.c
7228
* zone is
balanced
.
in pgdat_watermark_boosted()
7243
* Returns true if there is an eligible zone
balanced
for the request order
7411
*
balanced
.
7419
*
balanced
.
7465
bool
balanced
;
in balance_pgdat()
local
7478
* request are
balanced
to avoid excessive reclaim from kswapd.
in balance_pgdat()
7498
balanced
= pgdat_balanced(pgdat, sc.order, highest_zoneidx);
in balance_pgdat()
7499
if (!
balanced
&& nr_boost_reclaim) {
in balance_pgdat()
7509
if (!nr_boost_reclaim &&
balanced
)
in balance_pgdat()
7661
* eligible zone
balanced
tha
in kswapd_try_to_sleep()
[all...]
Completed in 26 milliseconds