/linux/net/netfilter/ipvs/ |
A D | Kconfig | 127 connections to different real servers based on server weights 128 in a round-robin manner. Servers with higher weights receive 129 new connections first than those with less weights, and servers 130 with higher weights get more connections than those with less 131 weights and servers with equal weights get equal connections. 294 until all slots in the table are filled. When using weights to 296 tiled an amount proportional to the weights specified. The table 298 multiplied by their respective weights. 312 65521 or 131071. When using weights to allow destinations to 314 proportional to the weights specified. The table needs to be large [all …]
|
/linux/drivers/md/ |
A D | dm-ps-historical-service-time.c | 51 unsigned int weights[HST_WEIGHT_COUNT]; member 154 return s->weights[bucket]; in hst_weight() 172 s->weights[i] = fixed_power(base, HST_FIXED_SHIFT, i + 1); in hst_set_weights() 173 s->weights[HST_WEIGHT_COUNT - 1] = 0; in hst_set_weights() 247 DMEMIT("2 %u %u ", s->weights[0], s->threshold_multiplier); in hst_status()
|
/linux/net/ceph/crush/ |
A D | mapper.c | 314 return arg->weight_set[position].weights; in get_choose_arg_weights() 334 __u32 *weights = get_choose_arg_weights(bucket, arg, position); in bucket_straw2_choose() local 338 dprintk("weight 0x%x item %d\n", weights[i], ids[i]); in bucket_straw2_choose() 339 if (weights[i]) { in bucket_straw2_choose() 361 draw = div64_s64(ln, weights[i]); in bucket_straw2_choose()
|
/linux/Documentation/power/powercap/ |
A D | dtpm.rst | 88 Note the sum of weights at the same level are equal to 1024. 90 …applied to a node, then it is distributed along the children given their weights. For example, if … 201 be updated with the new power numbers and weights.
|
/linux/Documentation/block/ |
A D | bfq-iosched.rst | 130 among I/O-bound applications in proportion their weights, with any 319 weights can be assigned to processes only indirectly, through I/O 325 applications. Unset this tunable if you need/want to control weights. 356 case of differentiated weights or differentiated I/O-request lengths. 398 In the presence of differentiated weights or I/O-request sizes, both 506 device bandwidth, according to group weights. For example, a group 513 group in proportion to their weights. In particular, this implies 570 The linear mapping between ioprio and weights, described at the beginning 571 of the tunable section, is still valid, but all weights higher than 576 applications. Unset this tunable if you need/want to control weights.
|
/linux/block/ |
A D | Kconfig.iosched | 23 of the device among all processes according to their weights,
|
/linux/include/linux/crush/ |
A D | crush.h | 150 __u32 *weights; /*!< 16.16 fixed point weights member
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-driver-hid-roccat-kone | 106 Description: The mouse can be equipped with one of four supplied weights 112 The values map to the weights as follows:
|
/linux/Documentation/networking/ |
A D | nexthop-group-resilient.rst | 9 weights of constituent next hops. 69 When weights of next hops in a group are altered, it may be possible to 255 Changing next-hop weights leads to change in bucket allocation::
|
A D | scaling.rst | 70 relative weights.
|
/linux/Documentation/driver-api/thermal/ |
A D | power_allocator.rst | 245 Cooling device weights 258 `thermal_zone_device_register()` (i.e., platform code), then weights
|
A D | sysfs-api.rst | 324 devices have a weight of 0. If all weights are 0, then
|
/linux/Documentation/admin-guide/cgroup-v1/ |
A D | blkio-controller.rst | 105 Currently allowed range of weights is from 1 to 1000. For more details, 109 Specifes per cgroup per device weights, overriding the default group
|
/linux/drivers/staging/media/ipu3/ |
A D | ipu3-css-params.c | 2451 acc->ae.weights[i] = acc_user->ae.weights[i]; in imgu_css_cfg_acc() 2457 acc->ae.weights[i] = acc_old->ae.weights[i]; in imgu_css_cfg_acc() 2466 acc->ae.weights[i] = weight_def; in imgu_css_cfg_acc()
|
A D | ipu3-abi.h | 1229 struct ipu3_uapi_ae_weight_elem weights[IPU3_UAPI_AE_WEIGHTS] member
|
/linux/net/ceph/ |
A D | osdmap.c | 237 kfree(arg->weight_set[j].weights); in free_choose_arg_map() 312 w->weights = decode_array_32_alloc(p, end, &w->size); in decode_choose_arg() 313 if (IS_ERR(w->weights)) { in decode_choose_arg() 314 ret = PTR_ERR(w->weights); in decode_choose_arg() 315 w->weights = NULL; in decode_choose_arg()
|
/linux/Documentation/vm/ |
A D | balance.rst | 57 fancy, we could assign different weights to free pages in different
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_qdisc.c | 1324 const unsigned int *weights, in __mlxsw_sp_qdisc_ets_replace() argument 1361 weights[band]); in __mlxsw_sp_qdisc_ets_replace() 1559 p->weights, p->priomap); in mlxsw_sp_qdisc_ets_replace()
|
/linux/include/net/ |
A D | pkt_cls.h | 956 unsigned int weights[TCQ_ETS_MAX_BANDS]; member
|
/linux/tools/perf/Documentation/ |
A D | perf-diff.txt | 288 - WEIGHT-A/WEIGHT-B being user supplied weights in the the '-c' option
|
/linux/net/sched/ |
A D | sch_ets.c | 140 qopt.replace_params.weights[i] = weight; in ets_offload_change()
|
/linux/Documentation/scheduler/ |
A D | sched-design-CFS.rst | 68 rq->cfs.load value, which is the sum of the weights of the tasks queued on the
|
/linux/drivers/staging/media/ipu3/include/uapi/ |
A D | intel-ipu3.h | 250 struct ipu3_uapi_ae_weight_elem weights[IPU3_UAPI_AE_WEIGHTS] member
|
/linux/Documentation/admin-guide/ |
A D | cgroup-v2.rst | 595 A parent's resource is distributed by adding up the weights of all 602 All weights are in the range [1, 10000] with the default at 100. This 1694 $MAJ:$MIN device numbers and not ordered. The weights are in 2695 mapped nice levels to cgroup weights. This worked for some cases but
|
/linux/Documentation/trace/ |
A D | histogram.rst | 1013 weights in terms of skb length for each callpath that leads to a
|