Searched refs:accumulated (Results 1 – 25 of 45) sorted by relevance
12
/linux-5.19.10/drivers/soc/qcom/ |
D | qcom_stats.c | 63 u64 accumulated; member 73 u64 accumulated = stat->accumulated; in qcom_print_stats() local 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-5.19.10/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-5.19.10/Documentation/hwmon/ |
D | fam15h_power.rst | 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
|
D | ltc2947.rst | 24 The device also measures accumulated quantities as energy. It has two banks of
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-bus-iio-sps30 | 8 order to blow out accumulated dust.
|
D | sysfs-bus-event_source-devices-hv_gpci | 37 counters being accumulated by other guests and to physical
|
/linux-5.19.10/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom-stats.yaml | 17 entered, time of last entry, time of last exit and accumulated sleep duration.
|
/linux-5.19.10/arch/powerpc/lib/ |
D | div64.S | 43 add r8,r8,r11 # and add the estimate to the accumulated
|
/linux-5.19.10/Documentation/powerpc/ |
D | imc.rst | 46 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-5.19.10/Documentation/accounting/ |
D | taskstats-struct.rst | 159 __u64 coremem; /* accumulated RSS usage in MB-usec */ 164 __u64 virtmem; /* accumulated VM usage in MB-usec */
|
D | taskstats.rst | 127 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-5.19.10/Documentation/admin-guide/cgroup-v1/ |
D | cpuacct.rst | 31 can be obtained from g1/cpuacct.usage and the same is accumulated in
|
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-5.19.10/arch/powerpc/boot/ |
D | div64.S | 43 add r8,r8,r11 # and add the estimate to the accumulated
|
/linux-5.19.10/Documentation/arm/keystone/ |
D | knav-qmss.rst | 56 Use of accumulated queues requires the firmware image to be present in the
|
/linux-5.19.10/Documentation/admin-guide/perf/ |
D | arm-cmn.rst | 12 XP itself. Overflow from these local counters is accumulated in up to 8
|
/linux-5.19.10/Documentation/networking/device_drivers/ethernet/huawei/ |
D | hinic.rst | 79 accumulated on the CEQ that is configured to receive the CMDQ completion events.
|
/linux-5.19.10/drivers/staging/media/hantro/ |
D | hantro_g2_vp9_dec.c | 257 unsigned int accumulated = 0; in recompute_tile_info() local 262 *tile_info++ = next_accumulated - accumulated; in recompute_tile_info() 263 accumulated = next_accumulated; in recompute_tile_info()
|
/linux-5.19.10/Documentation/driver-api/thermal/ |
D | intel_powerclamp.rst | 82 of jiffies, so accumulated errors can be prevented to avoid a jittery 205 is accumulated based on clean data collected at runtime. Data
|
D | power_allocator.rst | 169 error is below `integral_cutoff`, errors are accumulated in the
|
/linux-5.19.10/Documentation/input/devices/ |
D | atarikbd.rst | 91 If the accumulated motion before the report packet is generated exceeds the 436 Mouse motion should be accumulated while the output is paused. If the ikbd is 437 in RELATIVE MOUSE POSITIONING REPORTING mode, motion is accumulated beyond the 440 causes any accumulated motion to be immediately queued as packets, if the
|
/linux-5.19.10/Documentation/s390/ |
D | cds.rst | 339 The irb->scsw.cstat field provides the (accumulated) subchannel status : 352 The irb->scsw.dstat field provides the (accumulated) device status :
|
D | driver-model.rst | 236 irb - interruption response block which contains the accumulated
|
/linux-5.19.10/Documentation/scheduler/ |
D | sched-bwc.rst | 80 - cpu.cfs_burst_us: the maximum accumulated run-time (in microseconds)
|
/linux-5.19.10/Documentation/maintainer/ |
D | rebasing-and-merging.rst | 99 Kernel work is accumulated in over 100 different subsystem trees, each of
|
12