Home
last modified time | relevance | path

Searched refs:delta_cpu (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/mm/
H A Dmemcontrol.c3865 long delta, delta_cpu, v; in mem_cgroup_stat_aggregate() local
3878 delta_cpu = 0; in mem_cgroup_stat_aggregate()
3881 delta_cpu = v - ac->cstat_prev[i]; in mem_cgroup_stat_aggregate()
3882 delta += delta_cpu; in mem_cgroup_stat_aggregate()
3887 if (delta_cpu) in mem_cgroup_stat_aggregate()
3888 ac->local[i] += delta_cpu; in mem_cgroup_stat_aggregate()
/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c3645 int delta_cpu(struct thread_data *t, struct core_data *c, in delta_cpu() function
6433 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) { in turbostat_loop()
6457 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) { in turbostat_loop()
9564 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) in fork_it()