Searched refs:sum (Results 1 – 25 of 67) sorted by relevance
123
/Documentation/scheduler/ |
D | sched-pelt.c | 34 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()
|
D | sched-stats.rst | 59 7) sum of all time spent running by tasks on this processor (in jiffies) 60 8) sum of all time spent waiting to run by tasks on this processor (in 84 4) sum of imbalances discovered (if any) with each call to 100 12) sum of imbalances discovered (if any) with each call to 116 20) sum of imbalances discovered (if any) with each call to
|
D | sched-deadline.rst | 200 - 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 344 If the total utilization U=sum(WCET_i/P_i) is larger than M (with M equal 347 Note that total utilization is defined as the sum of the utilizations 379 of all the tasks running on a CPU if the sum of the densities of the tasks 382 sum(WCET_i / min{D_i, P_i}) <= 1 444 sum(WCET_i / P_i) <= M - (M - 1) · U_max 561 the sum of the ratio between runtime and period for all tasks is smaller 599 can be created while the sum of their bandwidths stays below:
|
D | sched-domains.rst | 28 is treated as one entity. The load of a group is defined as the sum of the
|
/Documentation/media/uapi/v4l/ |
D | pixfmt-meta-vsp1-hgo.rst | 27 computes the minimum, maximum and sum of all pixels as well as per-channel 78 - :cspan:`4` R/Cr/H sum [31:0] 80 - :cspan:`4` G/Y/S sum [31:0] 82 - :cspan:`4` B/Cb/V sum [31:0] 119 - :cspan:`4` max(R,G,B) sum [31:0] 144 - :cspan:`4` Y sum [31:0] 169 - :cspan:`4` max(R,G,B) sum [31:0]
|
D | pixfmt-meta-vsp1-hgt.rst | 27 computes the sum, maximum and minimum of the S component as well as a 106 - :cspan:`4` S sum [31:0]
|
/Documentation/devicetree/bindings/serial/ |
D | mvebu-uart.txt | 20 (marvell,armada-3700-uart): "uart-sum", "uart-tx" and "uart-rx", 21 respectively the UART sum interrupt, the UART TX interrupt and 30 containing only the UART sum interrupt. This form is deprecated 42 interrupt-names = "uart-sum", "uart-tx", "uart-rx";
|
/Documentation/fb/ |
D | cmap_xfbdev.rst | 49 UnsignedToBigNum (sq, &sum); 50 BigNumAdd (&sum, &temp, &sum);
|
/Documentation/ABI/testing/ |
D | procfs-smaps_rollup | 9 for which each field is the sum of the corresponding 13 the sum of the Pss field of each type (anon, file, shmem).
|
/Documentation/networking/ |
D | checksum-offloads.rst | 40 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/input/devices/ |
D | walkera0701.rst | 127 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/usb/ |
D | authorization.rst | 79 sum=$(md5sum /mntpoint/.signature) 80 if [ $sum = $(cat /etc/lockdown/keysum) ]
|
D | misc_usbsevseg.rst | 49 To set multiple decimals points sum up each power.
|
/Documentation/core-api/ |
D | local_ops.rst | 120 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/ |
D | taskstats.rst | 32 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
|
D | delay-accounting.rst | 97 Get sum of delays, since system boot, for all pids with tgid 5::
|
/Documentation/devicetree/bindings/input/touchscreen/ |
D | iqs5xx.txt | 32 - touchscreen-max-pressure : See [2]. Pressure is expressed as the sum of
|
/Documentation/devicetree/bindings/sound/ |
D | cs42l56.txt | 40 0 = Adapt to Volume Mode. Voltage level determined by the sum of the relevant volume settings.
|
/Documentation/hwmon/ |
D | ina2xx.rst | 81 Documentation/hwmon/sysfs-interface.rst. Internally the interval is the sum of
|
/Documentation/devicetree/bindings/ |
D | common-properties.txt | 70 of inputs and outputs it provides is the sum of inputs and outputs provided
|
/Documentation/filesystems/ |
D | vfat.txt | 338 for (sum = i = 0; i < 11; i++) { 339 sum = (((sum&1)<<7)|((sum&0xfe)>>1)) + name[i]
|
/Documentation/driver-api/thermal/ |
D | power_allocator.rst | 30 - err_integral is the sum of previous errors 48 | S |-----+----->| sum e |----->| X |--->| S |-->| S |-->|power |
|
/Documentation/process/ |
D | 8.Conclusion.rst | 62 project is no more than the sum of what its contributors put into it. The
|
/Documentation/driver-api/early-userspace/ |
D | buffer-format.rst | 81 The c_chksum field contains a simple 32-bit unsigned sum of all the
|
/Documentation/ |
D | futex-requeue-pi.txt | 125 their sum is all that really matters. futex_requeue() will wake or
|
123