Home
last modified time | relevance | path

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

12345678910

/Linux-v6.1/drivers/soc/qcom/
Dqcom_stats.c63 u64 accumulated; member
73 u64 accumulated = stat->accumulated; in qcom_print_stats() local
76 * the accumulated sleep duration to show actual sleep time. in qcom_print_stats()
79 accumulated += arch_timer_read_counter() - stat->last_entered_at; in qcom_print_stats()
84 seq_printf(s, "Accumulated Duration: %llu\n", accumulated); in qcom_print_stats()
/Linux-v6.1/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
/Linux-v6.1/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
/Linux-v6.1/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
/Linux-v6.1/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 */
Dtaskstats.rst127 When the last task of a process exits, the process level data accumulated also
131 the group is added up and added to the accumulated total for previously exited
/Linux-v6.1/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");
/Linux-v6.1/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
/Linux-v6.1/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
/Linux-v6.1/include/uapi/linux/
Dtaskstats.h127 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
133 __u64 coremem; /* accumulated RSS usage in MB-usec */
134 /* Accumulated virtual memory usage in duration of a task.
137 __u64 virtmem; /* accumulated VM usage in MB-usec */
/Linux-v6.1/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
/Linux-v6.1/fs/iomap/
Dswapfile.c15 struct iomap iomap; /* accumulated iomap */
123 /* No accumulated extent, so just store it. */ in iomap_swapfile_iter()
126 /* Append this to the accumulated extent. */ in iomap_swapfile_iter()
/Linux-v6.1/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()
/Linux-v6.1/Documentation/admin-guide/cgroup-v1/
Dblkio-controller.rst217 will only report the group_wait_time accumulated till the last time it
226 the stat will only report the empty_time accumulated till the last
235 idle_time accumulated till the last idle period and will not include
Dcpuacct.rst31 can be obtained from g1/cpuacct.usage and the same is accumulated in
/Linux-v6.1/arch/x86/kernel/cpu/
Dpowerflags.c23 "acc_power", /* accumulated power mechanism */
/Linux-v6.1/arch/powerpc/include/asm/
Daccounting.h11 /* Accumulated cputime values to flush on ticks*/
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-iio-sps308 order to blow out accumulated dust.
/Linux-v6.1/drivers/power/supply/
Ducs1002_power.c27 * The Total Accumulated Charge registers store the total accumulated
144 * For Total Accumulated Charge Middle Low Byte register, addr in ucs1002_get_charge()
153 * For Total Accumulated Charge Low Byte register, addr 04h, in ucs1002_get_charge()
/Linux-v6.1/arch/x86/kvm/
Di8254.h35 atomic_t pending; /* accumulated triggered timers */
/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/
Dqcom-stats.yaml17 entered, time of last entry, time of last exit and accumulated sleep duration.
/Linux-v6.1/sound/pci/cs46xx/
Dcs46xx_dsp_scb_types.h274 /* 16b.16b integer.frac accumulated number of
578 /* extraInSamples: # of accumulated, unused input samples (init. to 0)
649 /* extraInSamples: # of accumulated, unused input samples (init. to 0)
674 /* accumPhi: accumulated fractional phase increment (6.26) */
/Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dampdu.h28 * ampdu_len: total number of bytes accumulated for this AMPDU
/Linux-v6.1/net/nfc/nci/
Ddata.c225 /* first, make enough room for the already accumulated data */ in nci_add_rx_data_frag()
227 pr_err("error adding room for accumulated rx data\n"); in nci_add_rx_data_frag()
/Linux-v6.1/Documentation/powerpc/
Dimc.rst46 The event offset in the memory is where the counter data gets accumulated.
96 mode. In Accumulation mode, event counts are accumulated in system Memory.

12345678910