Home
last modified time | relevance | path

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

123456789

/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu_v13_0_6_pmfw.h222 uint32_t PCIeL0ToRecoveryCountAcc; // The Pcie counter itself is accumulated
223 uint32_t PCIenReplayAAcc; // The Pcie counter itself is accumulated
224 uint32_t PCIenReplayARolloverCountAcc; // The Pcie counter itself is accumulated
225 uint32_t PCIeNAKSentCountAcc; // The Pcie counter itself is accumulated
226 uint32_t PCIeNAKReceivedCountAcc; // The Pcie counter itself is accumulated
241 uint32_t PCIeOtherEndRecoveryAcc; // The Pcie counter itself is accumulated
427 uint32_t PCIeL0ToRecoveryCountAcc; // The Pcie counter itself is accumulated
428 uint32_t PCIenReplayAAcc; // The Pcie counter itself is accumulated
429 uint32_t PCIenReplayARolloverCountAcc; // The Pcie counter itself is accumulated
430 uint32_t PCIeNAKSentCountAcc; // The Pcie counter itself is accumulated
[all …]
/linux/Documentation/hwmon/
H A 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/drivers/soc/qcom/
H A Dqcom_stats.c90 u64 accumulated; member
100 u64 accumulated = stat->accumulated; in qcom_print_stats() local
103 * the accumulated sleep duration to show actual sleep time. in qcom_print_stats()
106 accumulated += arch_timer_read_counter() - stat->last_entered_at; in qcom_print_stats()
111 seq_printf(s, "Accumulated Duration: %llu\n", accumulated); in qcom_print_stats()
/linux/Documentation/devicetree/bindings/hwmon/
H A 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/drivers/acpi/acpica/
H A 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/net/mac80211/
H A Dsta_info.h574 * keep required accumulated removed link data for stats
576 * @rx_packets: accumulated packets (MSDUs & MMPDUs) received from
578 * @tx_packets: accumulated packets (MSDUs & MMPDUs) transmitted to
580 * @rx_bytes: accumulated bytes (size of MPDUs) received from this
582 * @tx_bytes: accumulated bytes (size of MPDUs) transmitted to this
585 * @tx_failed: accumulated number of failed transmissions (MPDUs)
587 * @rx_dropped_misc: accumulated dropped packets for un-specified reason
593 * @pertid_stats: accumulated per-TID statistics for removed link of
595 * @pertid_stats.rx_msdu : accumulated number of received MSDUs towards
597 * @pertid_stats.tx_msdu: accumulated number of (attempted) transmitted
[all …]
/linux/arch/s390/appldata/
H A 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/include/uapi/linux/
H A 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/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h153 * accumulated sum from the transport layer to accumulate it and directly in csum_tcpudp_magic()
160 * @csum: The accumulated partial sum to add to the computation in csum_tcpudp_magic()
183 * accumulated sum from the transport layer to accumulate it and directly in csum_ipv6_magic()
190 * @csum: The accumulated partial sum to add to the computation in csum_ipv6_magic()
/linux/fs/iomap/
H A Dswapfile.c12 struct iomap iomap; /* accumulated iomap */
120 /* No accumulated extent, so just store it. */ in iomap_swapfile_iter()
123 /* Append this to the accumulated extent. */ in iomap_swapfile_iter()
/linux/kernel/rcu/
H A Dtree.h168 u64 cputime_irq; /* Accumulated cputime of hard irqs */
169 u64 cputime_softirq;/* Accumulated cputime of soft irqs */
170 u64 cputime_system; /* Accumulated cputime of kernel tasks */
171 u64 nr_hardirqs; /* Accumulated number of hard irqs */
172 unsigned int nr_softirqs; /* Accumulated number of soft irqs */
173 unsigned long long nr_csw; /* Accumulated number of task switches */
/linux/include/linux/
H A Dtimekeeper_internal.h85 * @raw_interval: Shifted raw nano seconds accumulated per NTP interval.
93 * @ntp_error: Difference between accumulated time and NTP time in ntp
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-pac19349 current, power and accumulated energy.
H A Dsysfs-bus-iio-sps308 order to blow out accumulated dust.
/linux/Documentation/admin-guide/cgroup-v1/
H A 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
H A Dcpuacct.rst31 can be obtained from g1/cpuacct.usage and the same is accumulated in
/linux/arch/powerpc/include/asm/
H A Daccounting.h11 /* Accumulated cputime values to flush on ticks*/
/linux/arch/x86/kernel/cpu/
H A Dpowerflags.c23 "acc_power", /* accumulated power mechanism */
/linux/sound/pci/cs46xx/
H A 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/Documentation/arch/powerpc/
H A 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.
/linux/Documentation/accounting/
H A 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/net/nfc/nci/
H A 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/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dampdu.h28 * ampdu_len: total number of bytes accumulated for this AMPDU
/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom-stats.yaml17 entered, time of last entry, time of last exit and accumulated sleep duration.
/linux/arch/x86/kvm/
H A Di8254.h40 atomic_t pending; /* accumulated triggered timers */

123456789