Searched refs:weights (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/net/netfilter/ipvs/ |
D | Kconfig | 126 connections to different real servers based on server weights 127 in a round-robin manner. Servers with higher weights receive 128 new connections first than those with less weights, and servers 129 with higher weights get more connections than those with less 130 weights and servers with equal weights get equal connections. 282 until all slots in the table are filled. When using weights to 284 tiled an amount proportional to the weights specified. The table 286 multiplied by their respective weights. 300 65521 or 131071. When using weights to allow destinations to 302 proportional to the weights specified. The table needs to be large [all …]
|
/Linux-v4.19/Documentation/block/ |
D | bfq-iosched.txt | 109 among I/O-bound applications in proportion their weights, with any 298 weights can be assigned to processes only indirectly, through I/O 304 applications. Unset this tunable if you need/want to control weights. 335 case of differentiated weights or differentiated I/O-request lengths. 370 In the presence of differentiated weights or I/O-request sizes, both 467 weights 470 Read-only parameter, used to show the weights of the currently active 485 device bandwidth, according to group weights. For example, a group 492 group in proportion to their weights. In particular, this implies 541 linear mapping between ioprio and weights, described at the beginning [all …]
|
D | cfq-iosched.txt | 161 weights where the names represent the hierarchy. 174 parent level. Considering only the weights which matter, the hierarchy
|
/Linux-v4.19/net/ceph/crush/ |
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-v4.19/include/linux/crush/ |
D | crush.h | 150 __u32 *weights; /*!< 16.16 fixed point weights member
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-hid-roccat-kone | 91 Description: The mouse can be equipped with one of four supplied weights 96 The values map to the weights as follows:
|
/Linux-v4.19/block/ |
D | Kconfig.iosched | 88 of the device among all processes according to their weights,
|
/Linux-v4.19/Documentation/thermal/ |
D | power_allocator.txt | 219 Cooling device weights 232 `thermal_zone_device_register()` (i.e., platform code), then weights
|
D | sysfs-api.txt | 226 devices have a weight of 0. If all weights are 0, then
|
/Linux-v4.19/net/ceph/ |
D | osdmap.c | 164 kfree(arg->weight_set[j].weights); in free_choose_arg_map() 239 w->weights = decode_array_32_alloc(p, end, &w->size); in decode_choose_arg() 240 if (IS_ERR(w->weights)) { in decode_choose_arg() 241 ret = PTR_ERR(w->weights); in decode_choose_arg() 242 w->weights = NULL; in decode_choose_arg()
|
/Linux-v4.19/Documentation/vm/ |
D | balance.rst | 57 fancy, we could assign different weights to free pages in different
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-diff.txt | 220 - WEIGHT-A/WEIGHT-B being user supplied weights in the the '-c' option
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | blkio-controller.txt | 41 - Set weights of group test1 and test2 148 Currently allowed range of weights is from 10 to 1000.
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-design-CFS.txt | 65 rq->cfs.load value, which is the sum of the weights of the tasks queued on the
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 568 A parent's resource is distributed by adding up the weights of all 575 All weights are in the range [1, 10000] with the default at 100. This 1358 $MAJ:$MIN device numbers and not ordered. The weights are in 2009 mapped nice levels to cgroup weights. This worked for some cases but
|
/Linux-v4.19/Documentation/networking/ |
D | scaling.txt | 64 relative weights.
|
/Linux-v4.19/Documentation/trace/ |
D | histogram.rst | 1024 weights in terms of skb length for each callpath that leads to a
|