/openbmc/linux/drivers/soc/qcom/ |
H A D | qcom_stats.c | 63 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()
|
/openbmc/linux/Documentation/hwmon/ |
H A 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
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A 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
|
/openbmc/linux/drivers/acpi/acpica/ |
H A 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
|
/openbmc/linux/Documentation/accounting/ |
H A 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 */
|
/openbmc/linux/arch/s390/appldata/ |
H A 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");
|
/openbmc/linux/arch/x86/events/amd/ |
H A 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
|
/openbmc/linux/include/linux/ |
H A D | timekeeper_internal.h | 66 * @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
|
/openbmc/linux/include/uapi/linux/ |
H A D | taskstats.h | 127 /* 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 */
|
/openbmc/linux/kernel/ |
H A 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
|
/openbmc/u-boot/drivers/video/stm32/ |
H A D | stm32_ltdc.c | 74 #define BPCR_AVBP GENMASK(10, 0) /* Accumulated Vertical Back Porch */ 75 #define BPCR_AHBP GENMASK(27, 16) /* Accumulated Horizontal Back Porch */ 77 #define AWCR_AAH GENMASK(10, 0) /* Accumulated Active Height */ 78 #define AWCR_AAW GENMASK(27, 16) /* Accumulated Active Width */ 234 /* Accumulated back porch */ in stm32_ltdc_set_mode() 238 /* Accumulated active width */ in stm32_ltdc_set_mode()
|
/openbmc/linux/fs/iomap/ |
H A 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()
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_fsm.c | 446 ncsi_passthrough_stats_t* accumulated = in ncsi_fsm_update_passthrough_stats() local 448 #define ACCUMULATE_PT_STATS(stat) accumulated->stat += increment->stat; in ncsi_fsm_update_passthrough_stats() 469 ncsi_passthrough_stats_t* accumulated = in ncsi_fsm_update_passthrough_stats_legacy() local 471 accumulated->tx_packets_received_hi = 0; in ncsi_fsm_update_passthrough_stats_legacy() 472 accumulated->tx_packets_received_lo = read->tx_packets_received; in ncsi_fsm_update_passthrough_stats_legacy() 473 #define COPY_PT_STATS(stat) accumulated->stat = read->stat; in ncsi_fsm_update_passthrough_stats_legacy()
|
/openbmc/linux/kernel/rcu/ |
H A D | tree.h | 169 u64 cputime_irq; /* Accumulated cputime of hard irqs */ 170 u64 cputime_softirq;/* Accumulated cputime of soft irqs */ 171 u64 cputime_system; /* Accumulated cputime of kernel tasks */ 172 unsigned long nr_hardirqs; /* Accumulated number of hard irqs */ 173 unsigned int nr_softirqs; /* Accumulated number of soft irqs */ 174 unsigned long long nr_csw; /* Accumulated number of task switches */
|
/openbmc/linux/drivers/hwmon/ |
H A D | fam15h_power.c | 54 /* 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()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | accounting.h | 11 /* Accumulated cputime values to flush on ticks*/
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | powerflags.c | 23 "acc_power", /* accumulated power mechanism */
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A 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
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-sps30 | 8 order to blow out accumulated dust.
|
/openbmc/qemu/docs/specs/ |
H A D | rapl-msr.rst | 5 The RAPL interface (Running Average Power Limit) is advertising the accumulated 10 registers that represent the accumulated energy consumption in micro Joules.
|
/openbmc/linux/drivers/power/supply/ |
H A 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()
|
/openbmc/qemu/docs/sphinx/ |
H A D | hxtool.py | 138 # Put the accumulated rST into the previous node, 168 # Put the remaining accumulated rST into the last section, and
|
/openbmc/linux/arch/x86/kvm/ |
H A D | i8254.h | 35 atomic_t pending; /* accumulated triggered timers */
|
/openbmc/qemu/target/hexagon/ |
H A D | fma_emu.h | 37 unsigned long long int accumulated,
|
/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom-stats.yaml | 17 entered, time of last entry, time of last exit and accumulated sleep duration.
|