Home
last modified time | relevance | path

Searched full:sum (Results 1 – 25 of 89) sorted by relevance

1234

/Documentation/scheduler/
Dsched-pelt.c34 int sum = 1024; variable
43 sum *= y; in calc_runnable_avg_yN_sum()
45 sum = sum*y + 1024*y; in calc_runnable_avg_yN_sum()
50 printf("%5d,", sum); in calc_runnable_avg_yN_sum()
84 int i, x = sum; in calc_accumulated_sum_32()
89 x = x/2 + sum; in calc_accumulated_sum_32()
Dsched-stats.rst64 7) sum of all time spent running by tasks on this processor (in nanoseconds)
65 8) sum of all time spent waiting to run by tasks on this processor (in
89 4) sum of imbalances discovered (if any) with each call to
105 12) sum of imbalances discovered (if any) with each call to
121 20) sum of imbalances discovered (if any) with each call to
Dsched-deadline.rst200 - Active bandwidth (running_bw): this is the sum of the bandwidths of all
203 - Total bandwidth (this_bw): this is the sum of all tasks "belonging" to the
347 If the total utilization U=sum(WCET_i/P_i) is larger than M (with M equal
350 Note that total utilization is defined as the sum of the utilizations
382 of all the tasks running on a CPU if the sum of the densities of the tasks
385 sum(WCET_i / min{D_i, P_i}) <= 1
447 sum(WCET_i / P_i) <= M - (M - 1) · U_max
564 the sum of the ratio between runtime and period for all tasks is smaller
587 \Sum (runtime_i / period_i) < global_dl_utilization_cap).
602 can be created while the sum of their bandwidths stays below:
/Documentation/hwmon/
Dina3221.rst44 in7_input Sum of shunt voltage(uV) channels
45 in7_label Channel label for sum of shunt voltage
46 curr4_input Sum of current(mA) measurement channels,
49 curr4_crit Critical alert current(mA) setting for sum of current
54 curr4_crit_alarm Critical alert current limit exceeded for sum of
/Documentation/devicetree/bindings/serial/
Dmvebu-uart.txt23 (marvell,armada-3700-uart): "uart-sum", "uart-tx" and "uart-rx",
24 respectively the UART sum interrupt, the UART TX interrupt and
33 containing only the UART sum interrupt. This form is deprecated
45 interrupt-names = "uart-sum", "uart-tx", "uart-rx";
/Documentation/userspace-api/media/v4l/
Dmetafmt-vsp1-hgo.rst20 computes the minimum, maximum and sum of all pixels as well as per-channel
71 - :cspan:`4` R/Cr/H sum [31:0]
73 - :cspan:`4` G/Y/S sum [31:0]
75 - :cspan:`4` B/Cb/V sum [31:0]
112 - :cspan:`4` max(R,G,B) sum [31:0]
137 - :cspan:`4` Y sum [31:0]
162 - :cspan:`4` max(R,G,B) sum [31:0]
Dmetafmt-vsp1-hgt.rst20 computes the sum, maximum and minimum of the S component as well as a
99 - :cspan:`4` S sum [31:0]
/Documentation/devicetree/bindings/hwmon/
Dti,ina3221.yaml66 compare the combined sum to the programmed limit. The Shunt-Voltage
67 Sum Limit register contains the programmed value that is compared
68 to the value in the Shunt-Voltage Sum register in order to
70 shunt-voltage sum limit value is exceeded, the critical alert pin
/Documentation/networking/
Dchecksum-offloads.rst40 to supply any needed corrections to the checksum (such as the sum of the
87 The ones-complement sum of a correctly checksummed TCP or UDP packet is equal
88 to the complement of the sum of the pseudo header, because everything else gets
89 'cancelled out' by the checksum field. This is because the sum was
96 know that after the device has filled in that checksum, the ones complement sum
121 encapsulation layer will sum over both its own header and the 'middle' header.
/Documentation/fb/
Dcmap_xfbdev.rst49 UnsignedToBigNum (sq, &sum);
50 BigNumAdd (&sum, &temp, &sum);
/Documentation/ABI/testing/
Dprocfs-smaps_rollup9 for which each field is the sum of the corresponding
13 the sum of the Pss field of each type (anon, file, shmem).
Dsysfs-block-bcache55 Sum of all reads and writes that have bypassed the cache (due
156 For a cache, sum of all btree writes in human readable units.
/Documentation/input/devices/
Dwalkera0701.rst127 calculated by sum of binary values in checked nibbles + sum of octal values
128 in checked nibbles divided by 8. Only bit 0 of this sum is used.
/Documentation/devicetree/bindings/sound/
Daxentia,tse850-pcm5142.txt24 DAC +----------->|Sum|---+
34 position, meaning that the signal is passed through the 'Sum' mixer. Similarly
Dcs42l56.txt40 0 = Adapt to Volume Mode. Voltage level determined by the sum of the relevant volume settings.
/Documentation/translations/zh_CN/core-api/
Dlocal_ops.rst121 long sum = 0;
123 sum += local_read(&per_cpu(counters, cpu));
/Documentation/translations/zh_CN/scheduler/
Dsched-bwc.rst39 (U = \Sum u_i) <= 1
127 例如,Sum (c_i)可能超过C
/Documentation/power/powercap/
Ddtpm.rst54 The pkg power will be the sum of pd0 and pd1 power numbers::
88 Note the sum of weights at the same level are equal to 1024.
130 intermediate node, then the power consumption will be the sum of all
/Documentation/usb/
Dauthorization.rst76 sum=$(md5sum /mntpoint/.signature)
77 if [ $sum = $(cat /etc/lockdown/keysum) ]
Dmisc_usbsevseg.rst49 To set multiple decimals points sum up each power.
/Documentation/core-api/
Dlocal_ops.rst120 Those local counters can be read from foreign CPUs to sum the count. Note that
124 long sum = 0;
126 sum += local_read(&per_cpu(counters, cpu));
/Documentation/accounting/
Dtaskstats.rst32 The response contains statistics for a task (if pid is specified) or the sum of
44 The latter contains the sum of per-pid stats for all threads in the thread
130 When a user queries to get per-tgid data, the sum of all other live threads in
/Documentation/trace/
Dosnoise-tracer.rst40 prints the sum of all noise, the max single noise, the percentage of CPU
82 - The NOISE IN US reports the sum of noise in microseconds observed
169 It is worth noticing that the sum of the duration reported in the
/Documentation/filesystems/
Dvfat.rst377 for (sum = i = 0; i < 11; i++) {
378 sum = (((sum&1)<<7)|((sum&0xfe)>>1)) + name[i]
/Documentation/admin-guide/perf/
Dmeson-ddr-pmu.rst63 sum of them:

1234