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

/linux-master/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...]
/linux-master/kernel/sched/
H A Drt.c759 goto balanced;
803 balanced:
/linux-master/mm/
H A Dvmscan.c6575 * zone is balanced.
6590 * Returns true if there is an eligible zone balanced for the request order
6754 * balanced.
6762 * balanced.
6808 bool balanced; local
6822 * request are balanced to avoid excessive reclaim from kswapd.
6842 balanced = pgdat_balanced(pgdat, sc.order, highest_zoneidx);
6843 if (!balanced && nr_boost_reclaim) {
6853 if (!nr_boost_reclaim && balanced)
7015 * eligible zone balanced tha
[all...]

Completed in 164 milliseconds