Home
last modified time | relevance | path

Searched full:weight (Results 1 – 25 of 3843) sorted by relevance

12345678910>>...154

/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_wrr.c13 * with weight 0 when all weights are zero
28 * - mw: maximum weight
29 * - di: weight step, greatest common divisor from all weights
30 * - cw: current required weight
33 * First, we start with cw = mw and select dests with weight >= cw.
37 * pass 1: cw = max weight
38 * pass 2: cw = max weight - di
39 * pass 3: cw = max weight - 2 * di
44 * weight changes, it is possible some dest weight to be reduced
48 * so that last cw is 1 to catch such dests with weight below di:
[all …]
H A Dip_vs_sed.c14 * jobs on the ith server and Ui is the fixed service rate (weight) of
29 * (the server weight varies a lot).
67 * (server expected overhead) / dest->weight in ip_vs_sed_schedule()
72 * if every weight is larger than zero. in ip_vs_sed_schedule()
74 * The server with weight=0 is quiesced and will not receive any in ip_vs_sed_schedule()
80 atomic_read(&dest->weight) > 0) { in ip_vs_sed_schedule()
97 if ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_sed_schedule()
98 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_sed_schedule()
105 "activeconns %d refcnt %d weight %d overhead %d\n", in ip_vs_sed_schedule()
110 atomic_read(&least->weight), loh); in ip_vs_sed_schedule()
H A Dip_vs_wlc.c14 * Wensong Zhang : added any dest with weight=0 is quiesced
39 * (dest overhead) / dest->weight in ip_vs_wlc_schedule()
44 * if every weight is larger than zero. in ip_vs_wlc_schedule()
46 * The server with weight=0 is quiesced and will not receive any in ip_vs_wlc_schedule()
52 atomic_read(&dest->weight) > 0) { in ip_vs_wlc_schedule()
69 if ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_wlc_schedule()
70 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_wlc_schedule()
77 "activeconns %d refcnt %d weight %d overhead %d\n", in ip_vs_wlc_schedule()
82 atomic_read(&least->weight), loh); in ip_vs_wlc_schedule()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/
H A Dstrcoll_internal.h29 /** Weight unicode codepoint (or several codepoints)
31 * 0 should always be weighted to 0. If your weight function need more
35 * When function decided on weight and returned positive result, it has to
36 * fill weight with how many (Unicode) codepoints nunicode should rollback.
37 * E.g. function consumed "ZZS" and decided weight (in Hungarian collation),
38 * it fills 0 to \*weight because no rollback is needed. Then function
39 * consumed "ZZZ" and no weight available for such contraction - it
40 * returns weight for "Z" and fills \*weight with 2, to rollback
43 * If string suddenly ends before weight function can decide (string limit
48 * @param u unicode codepoint to weight
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/drbd/
H A DDRBD-8.3-data-packets.svg47 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
67 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
78 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
86 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
94 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
102 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
110 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
118 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
126 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
143 …style="font-size:318px;font-weight:400;fill:#000080;visibility:visible;font-family:Helvetica embed…
[all …]
H A DDRBD-data-packets.svg49 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
68 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
76 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
84 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
92 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
100 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
108 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
116 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
124 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed…
143 …style="font-size:318px;font-weight:400;fill:#000080;visibility:visible;font-family:Helvetica embed…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/
H A Dducet.c20 int32_t nu_ducet_weight(uint32_t codepoint, int32_t *weight, void *context) { in nu_ducet_weight() argument
21 (void)(weight); in nu_ducet_weight()
27 int32_t switch_value = _nu_ducet_weight_switch(codepoint, weight, context); in nu_ducet_weight()
28 /* weight switch should return weight (if any) and fill value of *weight in nu_ducet_weight()
31 * couldn't find weight for a codepoint */ in nu_ducet_weight()
50 /* ISO/IEC 14651 requests that codepoints with undefined weight should be in nu_ducet_weight()
51 * sorted before max weight in collation table. This way all codepoints in nu_ducet_weight()
52 * defined in ducet would have weight under a value of _nu_ducet_weights_count(), in nu_ducet_weight()
53 * all undefined codepoints would have weight under in nu_ducet_weight()
54 * 0x10FFFF + _nu_ducet_weights_count() - 1, max weight will be in nu_ducet_weight()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/gen/
H A D_ducet_switch.c86 int32_t weight = *w; in _nu_ducet_weight_switch() local
89 if (weight == state_00004C) { in _nu_ducet_weight_switch()
98 else if (weight < state_00004C) { in _nu_ducet_weight_switch()
99 if (weight == state_00064A) { in _nu_ducet_weight_switch()
107 else if (weight < state_00064A) { in _nu_ducet_weight_switch()
108 if (weight == state_0019B7) { in _nu_ducet_weight_switch()
159 else if (weight < state_0019B7) { in _nu_ducet_weight_switch()
160 if (weight == state_0019B5) { in _nu_ducet_weight_switch()
211 else if (weight < state_0019B5) { in _nu_ducet_weight_switch()
212 if (weight == state_000438) { in _nu_ducet_weight_switch()
[all …]
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Memory-Ordering/
H A DTreeRCU-gp.svg1231 font-weight="bold"
1234 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;font-fami…
1260 font-weight="bold"
1263 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
1278 font-weight="bold"
1281 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
1308 font-weight="bold"
1311 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
1317 font-weight="bold"
1320 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
[all …]
H A DTreeRCU-qs.svg333 font-weight="bold"
336 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;font-fami…
362 font-weight="bold"
365 …style="font-size:192px;font-style:normal;font-weight:bold;line-height:125%;text-anchor:start;fill:…
367 …style="font-size:159.57754517px;font-style:normal;font-variant:normal;font-weight:normal;font-stre…
380 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
383 font-weight="bold"
444 font-weight="bold"
447 …style="font-size:192px;font-style:normal;font-weight:bold;line-height:125%;text-anchor:start;fill:…
449 …style="font-size:159.57754517px;font-style:normal;font-variant:normal;font-weight:normal;font-stre…
[all …]
H A DTreeRCU-gp-fqs.svg547 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
550 font-weight="bold"
585 font-weight="bold"
588 …style="font-size:192.00001526px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;…
620 font-weight="bold"
623 …style="font-size:192px;font-style:normal;font-weight:bold;line-height:125%;text-anchor:start;fill:…
625 …style="font-size:159.57754517px;font-style:normal;font-variant:normal;font-weight:normal;font-stre…
658 font-weight="bold"
661 …style="font-size:192.00001526px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;…
693 font-weight="bold"
[all …]
H A DTreeRCU-callback-registry.svg349 font-weight="bold"
352 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;font-fami…
378 font-weight="bold"
381 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
396 font-weight="bold"
399 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
426 font-weight="bold"
429 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
435 font-weight="bold"
438 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
[all …]
H A DTreeRCU-gp-init-2.svg288 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
291 font-weight="bold"
352 font-weight="bold"
355 …style="font-size:192px;font-style:normal;font-weight:bold;line-height:125%;text-anchor:start;fill:…
357 …style="font-size:159.57754517px;font-style:normal;font-variant:normal;font-weight:normal;font-stre…
390 font-weight="bold"
393 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
399 font-weight="bold"
402 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
434 font-weight="bold"
[all …]
H A DTreeRCU-gp-cleanup.svg423 font-weight="bold"
426 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;font-fami…
454 font-weight="bold"
457 …style="font-size:192px;font-style:normal;font-weight:bold;line-height:125%;text-anchor:start;fill:…
459 …style="font-size:159.57754517px;font-style:normal;font-variant:normal;font-weight:normal;font-stre…
472 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
475 font-weight="bold"
510 font-weight="bold"
513 …style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-wi…
547 font-weight="bold"
[all …]
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Data-Structures/
H A Dblkd_task.svg365 font-weight="bold"
368 …style="font-style:normal;font-weight:bold;font-size:192px;font-family:Courier;text-anchor:middle;f…
375 font-weight="bold"
378 …style="font-style:normal;font-weight:bold;font-size:192px;font-family:Courier;text-anchor:middle;f…
385 font-weight="bold"
388 …style="font-style:normal;font-weight:bold;font-size:192px;font-family:Courier;text-anchor:middle;f…
395 font-weight="bold"
398 …style="font-style:normal;font-weight:bold;font-size:192px;font-family:Courier;text-anchor:middle;f…
405 font-weight="bold"
408 …style="font-style:normal;font-weight:bold;font-size:192px;font-family:Courier;text-anchor:middle;f…
[all …]
H A DBigTreePreemptRCUBHdyntickCB.svg403 font-weight="bold"
406 …style="font-style:normal;font-weight:bold;font-size:187.978302px;font-family:Courier;text-anchor:m…
414 font-weight="bold"
417 …style="font-style:normal;font-weight:bold;font-size:187.978302px;font-family:Courier;text-anchor:m…
425 font-weight="bold"
428 …style="font-style:normal;font-weight:bold;font-size:187.978302px;font-family:Courier;text-anchor:m…
436 font-weight="bold"
439 …style="font-style:normal;font-weight:bold;font-size:187.978302px;font-family:Courier;text-anchor:m…
447 font-weight="bold"
450 …style="font-style:normal;font-weight:bold;font-size:187.978302px;font-family:Courier;text-anchor:m…
[all …]
H A DHugeTreeClassicRCU.svg478 font-weight="bold"
490 font-weight="bold"
502 font-weight="bold"
514 font-weight="bold"
526 font-weight="bold"
538 font-weight="bold"
550 font-weight="bold"
562 font-weight="bold"
574 font-weight="bold"
586 font-weight="bold"
[all …]
H A DBigTreeClassicRCU.svg226 font-weight="bold"
238 font-weight="bold"
250 font-weight="normal"
262 font-weight="bold"
274 font-weight="bold"
286 font-weight="normal"
298 font-weight="bold"
310 font-weight="bold"
322 font-weight="normal"
334 font-weight="bold"
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541_reg.h495 * Weight of user defined formula for RBG to Y conversion
498 /* Weight of BLUE in RBG to Y conversion formula. */
500 /* Weight of GREEN in RBG to Y conversion formula. */
502 /* Weight of RED in RBG to Y conversion formula. */
510 * Weight of user defined formula for RBG to U conversion
513 /* Weight of BLUE in RBG to U conversion formula. */
515 /* Weight of GREEN in RBG to U conversion formula. */
517 /* Weight of RED in RBG to U conversion formula. */
525 * Weight of user defined formula for RBG to V conversion
528 /* Weight of BLUE in RBG to V conversion formula. */
[all …]
H A Dhal_h264e_vepu541_reg_l2.h174 /* The 1st weight for H.264 16x16 anti-ringing-noise. */
176 /* The 2nd weight for H.264 16x16 anti-ringing-noise. */
178 /* The 3rd weight for H.264 16x16 anti-ringing-noise. */
189 /* The 1st weight for H.264 8x8 anti-ringing-noise. */
191 /* The 2nd weight for H.264 8x8 anti-ringing-noise. */
193 /* The 3rd weight for H.264 8x8 anti-ringing-noise. */
204 /* The 1st weight for H.264 4x4 anti-ringing-noise. */
206 /* The 2nd weight for H.264 4x4 anti-ringing-noise. */
208 /* The 3rd weight for H.264 4x4 anti-ringing-noise. */
251 * Weight configuration0 for H.264 anti-flicker.
[all …]
/OK3568_Linux_fs/kernel/block/
H A Dbfq-iosched.h32 * than interactive ones. Over-raise the weight of the former to
60 /* scheduler weight sum; active and idle entities contribute to it */
107 * with a given weight.
110 unsigned int weight; /* weight of the queues this counter refers to */ member
111 unsigned int num_active; /* nr of active queues with this weight */
136 * Unless cgroups are used, the weight value is calculated from the
155 /* B-WF2Q+ start and finish timestamps [sectors/weight] */
170 /* budget, used also to calculate F_i: F_i = S_i + @budget / @weight */
173 /* device weight, if non-zero, it overrides the default weight of
176 /* weight of the queue */
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Helper.c644 * xf86SetWeight sets scrp->weight, scrp->mask, scrp->offset, and for depths
648 xf86SetWeight(ScrnInfoPtr scrp, rgb weight, rgb mask) in xf86SetWeight() argument
652 scrp->weight.red = 0; in xf86SetWeight()
653 scrp->weight.green = 0; in xf86SetWeight()
654 scrp->weight.blue = 0; in xf86SetWeight()
657 scrp->weight = xf86Weight; in xf86SetWeight()
660 else if (scrp->display->weight.red > 0 && scrp->display->weight.green > 0 in xf86SetWeight()
661 && scrp->display->weight.blue > 0) { in xf86SetWeight()
662 scrp->weight = scrp->display->weight; in xf86SetWeight()
665 else if (weight.red > 0 && weight.green > 0 && weight.blue > 0) { in xf86SetWeight()
[all …]
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dpattern.cc48 {1, 1, 2, 1} // Weight for choosing 32/64/128/256 bit wide of this pattern
288 int weight) { in Initialize() argument
294 weight_ = weight; in Initialize()
346 weightcount += pattern_array[i].weight[0]; in Initialize()
348 pattern_array[i].weight[0]); in Initialize()
349 weightcount += pattern_array[i].weight[1]; in Initialize()
351 pattern_array[i].weight[1]); in Initialize()
352 weightcount += pattern_array[i].weight[2]; in Initialize()
354 pattern_array[i].weight[2]); in Initialize()
355 weightcount += pattern_array[i].weight[3]; in Initialize()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c42 unsigned int weight, unsigned int offset);
85 * returns: Weight of this pixel within 4-pixel sample group. Range is
107 * On entry, "weight" is a coefficient suitable for bilinear mode,
110 * "weight 512" means all of pixel 0;
111 * "weight 256" means half of pixel 0 and half of pixel 1;
112 * "weight 0" means all of pixel 1;
118 unsigned int weight, unsigned int offset) in jz4760_set_coefs() argument
123 weight = clamp_val(weight, 0, 512); in jz4760_set_coefs()
132 weight = weight >= 256 ? 512 : 0; in jz4760_set_coefs()
134 w1 = weight; in jz4760_set_coefs()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dirq_poll.c88 int work, weight; in irq_poll_softirq() local
107 weight = iop->weight; in irq_poll_softirq()
110 work = iop->poll(iop, weight); in irq_poll_softirq()
118 * consume their assigned weight (or more, some drivers can't in irq_poll_softirq()
124 if (work >= weight) { in irq_poll_softirq()
173 * @weight: The default weight (or command completion budget)
179 void irq_poll_init(struct irq_poll *iop, int weight, irq_poll_fn *poll_fn) in irq_poll_init() argument
183 iop->weight = weight; in irq_poll_init()

12345678910>>...154