/openbmc/linux/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)"
|
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)"
|
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)"
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform_profile | 12 balanced Balance between low power consumption 14 balanced-performance Balance between performance and low
|
/openbmc/linux/scripts/coccinelle/locks/ |
H A D | double_lock.cocci | 41 @balanced@ 64 @r depends on !balanced exists@
|
/openbmc/linux/Documentation/mm/ |
H A D | balance.rst | 65 for non-sleepable allocations. Second, the HIGHMEM zone is also balanced, 85 are per-zone fields, used to determine when a zone needs to be balanced. When
|
/openbmc/linux/Documentation/driver-api/ |
H A D | reset.rst | 96 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 D | regulator.rst | 81 regulators. Calls to the two functions must be balanced.
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cpusets.rst | 400 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.
|
/openbmc/linux/fs/reiserfs/ |
H A D | Kconfig | 13 balanced tree. Uses journalling.
|
H A D | README | 45 Reiserfs is a file system based on balanced tree algorithms, which is
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | sparse.rst | 71 releasing the lock inside the function in a balanced way, no
|
/openbmc/linux/Documentation/driver-api/serial/ |
H A D | serial-rs485.rst | 9 electrical characteristics of drivers and receivers for use in balanced
|
/openbmc/linux/Documentation/timers/ |
H A D | timers-howto.rst | 98 be balanced with what is an acceptable upper bound on
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-crypt.rst | 114 is automatically balanced between available CPUs.
|
/openbmc/linux/Documentation/networking/ |
H A D | fib_trie.rst | 40 the trie is kept level balanced moving, under certain conditions, the
|
H A D | nexthop-group-resilient.rst | 89 said to be "balanced".
|
H A D | packet_mmap.rst | 601 In the AF_PACKET fanout mode, packet reception can be load balanced among
|
/openbmc/linux/Documentation/watchdog/ |
H A D | convert_drivers_to_kernel_api.rst | 27 to be balanced (clocks!), you are better off refactoring a separate start-function.
|
/openbmc/linux/fs/squashfs/ |
H A D | Kconfig | 126 decompression is load-balanced across the cores.
|
/openbmc/linux/kernel/sched/ |
H A D | rt.c | 807 goto balanced; in __disable_runtime() 851 balanced: in __disable_runtime()
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | directory.rst | 196 balanced tree keyed off a hash of the directory entry name. If the
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | Kconfig | 77 fifo_mode = 3 is a balanced performance configuration allowing the
|
/openbmc/linux/Documentation/filesystems/ |
H A D | hpfs.rst | 196 crashes when the tree is not balanced. This driver handles unbalanced trees
|
/openbmc/linux/mm/ |
H A D | vmscan.c | 7458 bool balanced; in balance_pgdat() local 7491 balanced = pgdat_balanced(pgdat, sc.order, highest_zoneidx); in balance_pgdat() 7492 if (!balanced && nr_boost_reclaim) { in balance_pgdat() 7502 if (!nr_boost_reclaim && balanced) in balance_pgdat()
|