Home
last modified time | relevance | path

Searched refs:balanced (Results 1 – 25 of 25) sorted by relevance

/linux/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/Documentation/networking/pse-pd/
H A Dintroduction.rst22 with single balanced twisted-pair PHYs, as per Clause 104 of IEEE 802.3. PoDL
69 (PSEs). These are designed for use with single balanced twisted-pair Ethernet
73 balanced twisted-pair Ethernet connection.
/linux/scripts/coccinelle/locks/
H A Ddouble_lock.cocci41 @balanced@
64 @r depends on !balanced exists@
/linux/Documentation/ABI/testing/
H A Dsysfs-class-platform-profile20 balanced Balance between low power consumption
22 balanced-performance Balance between performance and low
/linux/Documentation/driver-api/
H A Dreset.rst96 For shared reset controls, calls to the two functions must be balanced.
120 For shared reset controls, calls to the two functions must be balanced.
H A Dregulator.rst81 regulators. Calls to the two functions must be balanced.
/linux/Documentation/admin-guide/cgroup-v1/
H A Dcpusets.rst400 linearly with the number of CPUs being balanced. So the scheduler
405 domain and hence won't be load balanced.
409 two domains won't be load balanced to the other one.
479 tasks only partially load balanced, just on the overlapping CPUs.
483 such partially load balanced cpusets, as they may be artificially
488 isolcpus= kernel boot option, and will never be load balanced regardless
513 cpuset code to the scheduler code a partition of the load balanced
516 all the CPUs that must be load balanced.
/linux/Documentation/dev-tools/
H A Dsparse.rst71 releasing the lock inside the function in a balanced way, no
/linux/Documentation/driver-api/serial/
H A Dserial-rs485.rst9 electrical characteristics of drivers and receivers for use in balanced
/linux/Documentation/networking/
H A Doa-tc6-framework.rst13 balanced pair of conductors. The 10BASE-T1S (Clause 147) is a short reach
15 single balanced pair of conductors, or half duplex multidrop bus
16 operation over 25 m of single balanced pair of conductors.
H A Dfib_trie.rst40 the trie is kept level balanced moving, under certain conditions, the
H A Dnexthop-group-resilient.rst89 said to be "balanced".
H A Dpacket_mmap.rst602 In the AF_PACKET fanout mode, packet reception can be load balanced among
/linux/Documentation/watchdog/
H A Dconvert_drivers_to_kernel_api.rst27 to be balanced (clocks!), you are better off refactoring a separate start-function.
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst114 is automatically balanced between available CPUs.
/linux/fs/squashfs/
H A DKconfig126 decompression is load-balanced across the cores.
/linux/Documentation/wmi/devices/
H A Dalienware-wmi.rst147 | 0x0A | Get balanced thermal profile ID. | - None |
H A Dlenovo-wmi-gamezone.rst28 - balanced, white LED
/linux/kernel/sched/
H A Drt.c683 goto balanced; in __disable_runtime()
727 balanced: in __disable_runtime()
/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst196 balanced tree keyed off a hash of the directory entry name. If the
/linux/drivers/usb/gadget/udc/
H A DKconfig77 fifo_mode = 3 is a balanced performance configuration allowing the
/linux/mm/
H A Dvmscan.c6997 bool balanced; in balance_pgdat() local
7031 balanced = pgdat_balanced(pgdat, sc.order, highest_zoneidx); in balance_pgdat()
7032 if (!balanced && nr_boost_reclaim) { in balance_pgdat()
7042 if (!nr_boost_reclaim && balanced) in balance_pgdat()
/linux/drivers/platform/x86/
H A DKconfig892 between low-power, balanced and performance modes.