Home
last modified time | relevance | path

Searched full:accumulated (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/kernel/linux/linux-5.10/Documentation/hwmon/
Dfam15h_power.rst59 2) Accumulated Power Mechanism
63 measurement interval Tm. The feature of accumulated power mechanism is
80 max compute unit accumulated power which is indicated by
84 compute unit accumulated power which is indicated by
/kernel/linux/linux-4.19/Documentation/hwmon/
Dfam15h_power49 2) Accumulated Power Mechanism
53 measurement interval Tm. The feature of accumulated power mechanism is
61 * Jmax: max compute unit accumulated power which is indicated by
63 * Jx/Jy: compute unit accumulated power which is indicated by
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/
Dadi,ltc2947.yaml35 This property controls the polarity of current that is accumulated to
36 calculate charge and energy so that, they can be only accumulated for
38 the accumulated values, this entry can also have two items which sets
/kernel/linux/linux-4.19/Documentation/accounting/
Dtaskstats-struct.txt140 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
146 __u64 coremem; /* accumulated RSS usage in MB-usec */
148 /* Accumulated virtual memory usage in duration of a task.
151 __u64 virtmem; /* accumulated VM usage in MB-usec */
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dutstrsuppt.c71 /* Always return the value that has been accumulated */ in acpi_ut_convert_octal_string()
125 /* Always return the value that has been accumulated */ in acpi_ut_convert_decimal_string()
179 /* Always return the value that has been accumulated */ in acpi_ut_convert_hex_string()
319 * 1) Multiply the current accumulated/converted value by the
323 * current accumulated value.
336 /* Make room in the accumulated value for the incoming digit */ in acpi_ut_insert_digit()
343 /* Add in the new digit, and store the sum to the accumulated value */ in acpi_ut_insert_digit()
357 * PARAMETERS: multiplicand - Current accumulated converted integer
411 * PARAMETERS: addend1 - Current accumulated converted integer
/kernel/linux/linux-4.19/drivers/acpi/acpica/
Dutstrsuppt.c66 /* Always return the value that has been accumulated */ in acpi_ut_convert_octal_string()
115 /* Always return the value that has been accumulated */ in acpi_ut_convert_decimal_string()
164 /* Always return the value that has been accumulated */ in acpi_ut_convert_hex_string()
304 * 1) Multiply the current accumulated/converted value by the
308 * current accumulated value.
321 /* Make room in the accumulated value for the incoming digit */ in acpi_ut_insert_digit()
328 /* Add in the new digit, and store the sum to the accumulated value */ in acpi_ut_insert_digit()
342 * PARAMETERS: multiplicand - Current accumulated converted integer
396 * PARAMETERS: addend1 - Current accumulated converted integer
/kernel/linux/linux-5.10/Documentation/accounting/
Dtaskstats-struct.rst153 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
159 __u64 coremem; /* accumulated RSS usage in MB-usec */
161 /* Accumulated virtual memory usage in duration of a task.
164 __u64 virtmem; /* accumulated VM usage in MB-usec */
/kernel/linux/linux-5.10/arch/s390/appldata/
Dappldata_net_sum.c4 * Collects accumulated network statistics (Packets received/transmitted,
57 * gather accumulated network statistics
163 MODULE_DESCRIPTION("Linux-VM Monitor Stream, accumulated network statistics");
/kernel/linux/linux-4.19/include/uapi/linux/
Dtaskstats.h125 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
131 __u64 coremem; /* accumulated RSS usage in MB-usec */
132 /* Accumulated virtual memory usage in duration of a task.
135 __u64 virtmem; /* accumulated VM usage in MB-usec */
/kernel/linux/linux-5.10/include/uapi/linux/
Dtaskstats.h126 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
132 __u64 coremem; /* accumulated RSS usage in MB-usec */
133 /* Accumulated virtual memory usage in duration of a task.
136 __u64 virtmem; /* accumulated VM usage in MB-usec */
/kernel/linux/linux-4.19/arch/s390/appldata/
Dappldata_net_sum.c4 * Collects accumulated network statistics (Packets received/transmitted,
61 * gather accumulated network statistics
167 MODULE_DESCRIPTION("Linux-VM Monitor Stream, accumulated network statistics");
/kernel/linux/linux-4.19/include/linux/
Dtimekeeper_internal.h65 * @raw_interval: Shifted raw nano seconds accumulated per NTP interval.
66 * @ntp_error: Difference between accumulated time and NTP time in ntp
115 /* Difference between accumulated time and NTP time in ntp
/kernel/linux/linux-5.10/arch/x86/events/amd/
Dpower.c20 * Accumulated power status counters.
30 /* Maximum accumulated power of a compute unit. */
36 * Accumulated power represents the sum of each compute unit's (CU) power
37 * consumption. On any core of each CU we read the total accumulated power from
/kernel/linux/linux-4.19/arch/x86/events/amd/
Dpower.c27 * Accumulated power status counters.
37 /* Maximum accumulated power of a compute unit. */
43 * Accumulated power represents the sum of each compute unit's (CU) power
44 * consumption. On any core of each CU we read the total accumulated power from
/kernel/linux/linux-5.10/include/linux/
Dtimekeeper_internal.h66 * @raw_interval: Shifted raw nano seconds accumulated per NTP interval.
67 * @ntp_error: Difference between accumulated time and NTP time in ntp
120 /* Difference between accumulated time and NTP time in ntp
/kernel/linux/linux-5.10/kernel/
Dlatencytop.c20 * The latency is stored in fixed sized data structures in an accumulated form;
22 * in the data structure. Both the count, total accumulated latency and maximum
39 * | +--------------> The accumulated latency for this entry (microseconds)
42 * (note: the average latency is the accumulated latency divided by the number
/kernel/linux/linux-4.19/kernel/
Dlatencytop.c24 * The latency is stored in fixed sized data structures in an accumulated form;
26 * in the data structure. Both the count, total accumulated latency and maximum
43 * | +--------------> The accumulated latency for this entry (microseconds)
46 * (note: the average latency is the accumulated latency divided by the number
/kernel/linux/linux-5.10/fs/iomap/
Dswapfile.c15 struct iomap iomap; /* accumulated iomap */
122 /* No accumulated extent, so just store it. */ in iomap_swapfile_activate_actor()
125 /* Append this to the accumulated extent. */ in iomap_swapfile_activate_actor()
/kernel/linux/linux-4.19/drivers/hwmon/
Dfam15h_power.c70 /* maximum accumulated power of a compute unit */
72 /* accumulated power of the compute units */
317 /* check if processor supports accumulated power */ in fam15h_power_init_attrs()
433 /* CPUID Fn8000_0007:EDX[12] indicates to support accumulated power */ in fam15h_power_init_data()
/kernel/linux/linux-5.10/drivers/hwmon/
Dfam15h_power.c54 /* maximum accumulated power of a compute unit */
56 /* accumulated power of the compute units */
301 /* check if processor supports accumulated power */ in fam15h_power_init_attrs()
417 /* CPUID Fn8000_0007:EDX[12] indicates to support accumulated power */ in fam15h_power_init_data()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dpowerflags.c23 "acc_power", /* accumulated power mechanism */
/kernel/linux/linux-4.19/arch/x86/kernel/cpu/
Dpowerflags.c23 "acc_power", /* accumulated power mechanism */
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Daccounting.h11 /* Accumulated cputime values to flush on ticks*/
/kernel/linux/linux-4.19/arch/powerpc/include/asm/
Daccounting.h15 /* Accumulated cputime values to flush on ticks*/
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-iio-sps308 order to blow out accumulated dust.

12345678910>>...17