| /f-stack/dpdk/examples/ip_pipeline/examples/ |
| H A D | route_ecmp.cli | 22 table action profile APRT ipv4 offset 270 fwd balance offset 278 mask 00FF0000FFFFFFFFFFFFFFFFFFFFF… 49 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.0.0.0 10 action fwd table 1 balance 0 0 0 0 … 50 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.64.0.0 10 action fwd table 1 balance 1 1 1 1… 51 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.128.0.0 10 action fwd table 1 balance 2 2 2 … 52 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.192.0.0 10 action fwd table 1 balance 3 3 3 …
|
| /f-stack/freebsd/contrib/openzfs/module/avl/ |
| H A D | avl.c | 307 avl_rotation(avl_tree_t *tree, avl_node_t *node, int balance) in avl_rotation() argument 309 int left = !(balance < 0); /* when balance = -2, left will be 0 */ in avl_rotation() 311 int left_heavy = balance >> 1; in avl_rotation() 452 balance = AVL_XBALANCE(gchild); in avl_rotation() 454 AVL_SETBALANCE(child, (balance == right_heavy ? left_heavy : 0)); in avl_rotation() 459 AVL_SETBALANCE(node, (balance == left_heavy ? right_heavy : 0)); in avl_rotation()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 197 …| routing (ECMP) | | load balance, | 2. Link create … 327 [balance offset <key_offset> mask <key_mask> port <port_id0> ... <port_id15>] 335 [balance offset <key_offset> mask <key_mask> outoffset <out_offset>] 467 [balance <out0> ... <out7>]
|
| H A D | qos_scheduler.rst | 334 providing flexibility to balance the work.
|
| H A D | server_node_efd.rst | 33 individually load-balance millions of flows (number of targets * maximum number
|
| /f-stack/freebsd/contrib/v4l/ |
| H A D | videodev.h | 136 __u16 balance; /* Stereo balance */ member
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | link_bonding_poll_mode_drv_lib.rst | 107 same speed and duplex settings using the selected balance transmit policy 270 the device is in balance XOR mode. 400 Currently supports modes 0,1,2,3,4,5 (round-robin, active backup, balance, 442 the bonded device is in balance mode. If not user specified this defaults 495 Create a bonded device in balance mode with two slaves specified by their PCI addresses, and a tran…
|
| H A D | member_lib.rst | 72 Library to load-balance flows to worker threads with in-order guarantee where a
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-cli.c | 1928 int balance; /* Used by rebalance */ member 2193 node->balance = 0; in clusterManagerNewNode() 3437 return node1->balance - node2->balance; in clusterManagerCompareNodeBalance() 5308 total_balance += n->balance; in clusterManagerCommandRebalance() 5337 n->balance--; in clusterManagerCommandRebalance() 5366 int db = abs(dst->balance); in clusterManagerCommandRebalance() 5367 int sb = abs(src->balance); in clusterManagerCommandRebalance() 5411 dst->balance += numslots; in clusterManagerCommandRebalance() 5412 src->balance -= numslots; in clusterManagerCommandRebalance() 5413 if (dst->balance == 0) dst_idx++; in clusterManagerCommandRebalance() [all …]
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | sw.rst | 82 A value of 32 seems a good balance however your specific application may
|
| /f-stack/dpdk/doc/guides/bbdevs/ |
| H A D | acc100.rst | 165 queues, priorities, load balance, bandwidth and other settings necessary for the
|
| H A D | fpga_5gnr_fec.rst | 151 queues, priorities, load balance, bandwidth and other settings necessary for the
|
| H A D | fpga_lte_fec.rst | 150 queues, priorities, load balance, bandwidth and other settings necessary for the
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | COPYING | 211 any particular circumstance, the balance of the section is intended to
|
| H A D | CONTRIBUTING.md | 168 This is a hard balance to strike but please keep in mind other aspects of Zstd when
|
| /f-stack/dpdk/license/ |
| H A D | gpl-2.0.txt | 211 any particular circumstance, the balance of the section is intended to
|
| H A D | lgpl-2.1.txt | 388 particular circumstance, the balance of the section is intended to apply,
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | THIRDPARTYLICENSE.gplv2 | 211 any particular circumstance, the balance of the section is intended to
|
| /f-stack/ |
| H A D | LICENSE | 202 … is held invalid or unenforceable under any particular circumstance, the balance of the section is…
|
| /f-stack/freebsd/kern/ |
| H A D | sched_ule.c | 3111 SYSCTL_INT(_kern_sched, OID_AUTO, balance, CTLFLAG_RW, &rebalance, 0,
|
| /f-stack/app/redis-5.0.5/ |
| H A D | 00-RELEASENOTES | 962 18. Dynamic HZ to balance idle CPU usage with responsiveness. 3003 18. Dynamic HZ to balance idle CPU usage with responsiveness.
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 2540 For example, set a Link Bonding device (port 10) to use a balance policy of layer 3+4 (IP addresses… 2587 in balance mode with a transmission policy of layer 2+3::
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 2373 *) Feature: it is now possible to use the "ip_hash" directive to balance
|