/linux-6.14.4/drivers/gpu/drm/amd/include/ |
D | kgd_pp_interface.h | 364 /* Utilization Accumulated (%) */ 373 /* Utilization Accumulated (%) */ 375 /* Total App Clock Counter Accumulated */ 788 /* Utilization Accumulated (%) */ 792 /*PCIE accumulated bandwidth (GB/sec) */ 798 /* PCIE L0 to recovery state transition accumulated count */ 801 /* PCIE replay accumulated count */ 804 /* PCIE replay rollover accumulated count */ 807 /* XGMI accumulated data transfer size(KiloBytes) */ 861 /* Utilization Accumulated (%) */ [all …]
|
/linux-6.14.4/drivers/soc/qcom/ |
D | qcom_stats.c | 67 u64 accumulated; member 77 u64 accumulated = stat->accumulated; in qcom_print_stats() local 80 * the accumulated sleep duration to show actual sleep time. in qcom_print_stats() 83 accumulated += arch_timer_read_counter() - stat->last_entered_at; in qcom_print_stats() 88 seq_printf(s, "Accumulated Duration: %llu\n", accumulated); in qcom_print_stats()
|
/linux-6.14.4/Documentation/hwmon/ |
D | fam15h_power.rst | 59 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-6.14.4/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
D | smu_v13_0_6_pmfw.h | 221 uint32_t PCIeL0ToRecoveryCountAcc; // The Pcie counter itself is accumulated 222 uint32_t PCIenReplayAAcc; // The Pcie counter itself is accumulated 223 uint32_t PCIenReplayARolloverCountAcc; // The Pcie counter itself is accumulated 224 uint32_t PCIeNAKSentCountAcc; // The Pcie counter itself is accumulated 225 uint32_t PCIeNAKReceivedCountAcc; // The Pcie counter itself is accumulated 240 uint32_t PCIeOtherEndRecoveryAcc; // The Pcie counter itself is accumulated
|
/linux-6.14.4/Documentation/devicetree/bindings/hwmon/ |
D | adi,ltc2947.yaml | 35 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-6.14.4/drivers/acpi/acpica/ |
D | utstrsuppt.c | 71 /* 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-6.14.4/Documentation/accounting/ |
D | taskstats-struct.rst | 153 /* 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 */
|
/linux-6.14.4/arch/s390/appldata/ |
D | appldata_net_sum.c | 4 * Collects accumulated network statistics (Packets received/transmitted, 57 * gather accumulated network statistics 163 MODULE_DESCRIPTION("Linux-VM Monitor Stream, accumulated network statistics");
|
/linux-6.14.4/arch/x86/events/amd/ |
D | power.c | 20 * 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-6.14.4/include/uapi/linux/ |
D | taskstats.h | 133 /* Accumulated RSS usage in duration of a task, in MBytes-usecs. 139 __u64 coremem; /* accumulated RSS usage in MB-usec */ 140 /* Accumulated virtual memory usage in duration of a task. 143 __u64 virtmem; /* accumulated VM usage in MB-usec */
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | network_helpers.h | 137 * accumulated sum from the transport layer to accumulate it and directly 144 * @csum: The accumulated partial sum to add to the computation 167 * accumulated sum from the transport layer to accumulate it and directly 174 * @csum: The accumulated partial sum to add to the computation
|
/linux-6.14.4/kernel/ |
D | latencytop.c | 20 * 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-6.14.4/fs/iomap/ |
D | swapfile.c | 15 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-6.14.4/kernel/rcu/ |
D | tree.h | 168 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 unsigned long 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-6.14.4/drivers/hwmon/ |
D | fam15h_power.c | 55 /* maximum accumulated power of a compute unit */ 57 /* accumulated power of the compute units */ 300 /* check if processor supports accumulated power */ in fam15h_power_init_attrs() 416 /* CPUID Fn8000_0007:EDX[12] indicates to support accumulated power */ in fam15h_power_init_data()
|
/linux-6.14.4/include/linux/ |
D | timekeeper_internal.h | 65 * @raw_interval: Shifted raw nano seconds accumulated per NTP interval. 73 * @ntp_error: Difference between accumulated time and NTP time in ntp
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-pac1934 | 9 current, power and accumulated energy.
|
D | sysfs-bus-iio-sps30 | 8 order to blow out accumulated dust.
|
/linux-6.14.4/Documentation/admin-guide/cgroup-v1/ |
D | blkio-controller.rst | 217 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
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | accounting.h | 11 /* Accumulated cputime values to flush on ticks*/
|
/linux-6.14.4/arch/x86/kernel/cpu/ |
D | powerflags.c | 23 "acc_power", /* accumulated power mechanism */
|
/linux-6.14.4/drivers/power/supply/ |
D | ucs1002_power.c | 27 * 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-6.14.4/arch/x86/kvm/ |
D | i8254.h | 35 atomic_t pending; /* accumulated triggered timers */
|
/linux-6.14.4/sound/pci/cs46xx/ |
D | cs46xx_dsp_scb_types.h | 274 /* 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-6.14.4/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom-stats.yaml | 17 entered, time of last entry, time of last exit and accumulated sleep duration.
|