Home
last modified time | relevance | path

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

12345678

/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h366 /* Utilization Accumulated (%) */
375 /* Utilization Accumulated (%) */
377 /* Total App Clock Counter Accumulated */
386 /* Utilization Accumulated (%) */
388 /* Total App Clock Counter Accumulated */
806 /* Utilization Accumulated (%) */
810 /*PCIE accumulated bandwidth (GB/sec) */
816 /* PCIE L0 to recovery state transition accumulated count */
819 /* PCIE replay accumulated count */
822 /* PCIE replay rollover accumulated count */
[all …]
/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/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/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/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.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/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.h65 * @raw_interval: Shifted raw nano seconds accumulated per NTP interval.
73 * @ntp_error: Difference between accumulated time and NTP time in ntp
/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/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/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/arch/x86/kvm/
H A Di8254.h35 atomic_t pending; /* accumulated triggered timers */
/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/sound/firewire/
H A Damdtp-stream.h41 * CIP_DBC_IS_END_EVENT flag. The value of dbc field is the number of accumulated quadlets
42 * in CIP payload, instead of the number of accumulated data blocks.

12345678