Home
last modified time | relevance | path

Searched refs:balanced (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dcustom_multipath_hash.sh250 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 Dgre_custom_multipath_hash.sh345 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 Dip6gre_custom_multipath_hash.sh347 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 Dvmscan.c3403 * 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 Drt.c768 goto balanced; in __disable_runtime()
812 balanced: in __disable_runtime()
/kernel/linux/linux-6.6/kernel/sched/
H A Drt.c818 goto balanced; in __disable_runtime()
862 balanced: in __disable_runtime()
/kernel/linux/linux-6.6/mm/
H A Dvmscan.c7228 * 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 27 milliseconds