Home
last modified time | relevance | path

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

12

/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dcustom_multipath_hash.sh242 local balanced="$1"; shift
264 [[ ( $is_balanced -eq 1 && $balanced == "balanced" ) ||
265 ( $is_balanced -eq 0 && $balanced == "unbalanced" ) ]]
266 check_err $? "Expected traffic to be $balanced, but it is not"
268 log_test "Multipath hash field: $field ($balanced)"
Dgre_custom_multipath_hash.sh337 local balanced="$1"; shift
359 [[ ( $is_balanced -eq 1 && $balanced == "balanced" ) ||
360 ( $is_balanced -eq 0 && $balanced == "unbalanced" ) ]]
361 check_err $? "Expected traffic to be $balanced, but it is not"
363 log_test "Multipath hash field: $field ($balanced)"
Dip6gre_custom_multipath_hash.sh339 local balanced="$1"; shift
361 [[ ( $is_balanced -eq 1 && $balanced == "balanced" ) ||
362 ( $is_balanced -eq 0 && $balanced == "unbalanced" ) ]]
363 check_err $? "Expected traffic to be $balanced, but it is not"
365 log_test "Multipath hash field: $field ($balanced)"
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-platform_profile12 balanced Balance between low power consumption
14 balanced-performance Balance between performance and low
/Linux-v5.15/scripts/coccinelle/locks/
Ddouble_lock.cocci41 @balanced@
64 @r depends on !balanced exists@
/Linux-v5.15/Documentation/vm/
Dbalance.rst67 for non-sleepable allocations. Second, the HIGHMEM zone is also balanced,
87 are per-zone fields, used to determine when a zone needs to be balanced. When
Dfrontswap.rst109 allows RAM to be dynamically load-balanced back-and-forth as needed,
/Linux-v5.15/Documentation/driver-api/
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.
Dregulator.rst81 regulators. Calls to the two functions must be balanced.
/Linux-v5.15/Documentation/driver-api/serial/
Dserial-rs485.rst9 electrical characteristics of drivers and receivers for use in balanced
/Linux-v5.15/fs/reiserfs/
DKconfig6 Stores not just filenames but the files themselves in a balanced
DREADME45 Reiserfs is a file system based on balanced tree algorithms, which is
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/
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-v5.15/Documentation/dev-tools/
Dsparse.rst71 releasing the lock inside the function in a balanced way, no
/Linux-v5.15/Documentation/timers/
Dtimers-howto.rst98 be balanced with what is an acceptable upper bound on
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Ddm-crypt.rst114 is automatically balanced between available CPUs.
/Linux-v5.15/Documentation/networking/
Dfib_trie.rst40 the trie is kept level balanced moving, under certain conditions, the
Dnexthop-group-resilient.rst89 said to be "balanced".
/Linux-v5.15/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.rst27 to be balanced (clocks!), you are better off refactoring a separate start-function.
/Linux-v5.15/mm/
Dvmscan.c3982 bool balanced; in balance_pgdat() local
4015 balanced = pgdat_balanced(pgdat, sc.order, highest_zoneidx); in balance_pgdat()
4016 if (!balanced && nr_boost_reclaim) { in balance_pgdat()
4026 if (!nr_boost_reclaim && balanced) in balance_pgdat()
/Linux-v5.15/fs/squashfs/
DKconfig97 decompression is load-balanced across the cores.
/Linux-v5.15/kernel/sched/
Drt.c756 goto balanced; in __disable_runtime()
800 balanced: in __disable_runtime()
/Linux-v5.15/Documentation/filesystems/ext4/
Ddirectory.rst196 balanced tree keyed off a hash of the directory entry name. If the
/Linux-v5.15/Documentation/filesystems/
Dhpfs.rst196 crashes when the tree is not balanced. This driver handles unbalanced trees
/Linux-v5.15/drivers/usb/gadget/udc/
DKconfig77 fifo_mode = 3 is a balanced performance configuration allowing the

12