Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemcontrol.c4009 long delta, delta_cpu, v; in mem_cgroup_stat_aggregate() local
4022 delta_cpu = 0; in mem_cgroup_stat_aggregate()
4025 delta_cpu = v - ac->cstat_prev[i]; in mem_cgroup_stat_aggregate()
4026 delta += delta_cpu; in mem_cgroup_stat_aggregate()
4031 if (delta_cpu) in mem_cgroup_stat_aggregate()
4032 ac->local[i] += delta_cpu; in mem_cgroup_stat_aggregate()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c3879 int delta_cpu(struct thread_data *t, struct core_data *c, struct pkg_data *p, struct thread_data *t… in delta_cpu() function
6699 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) { in turbostat_loop()
6723 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) { in turbostat_loop()
10114 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) in fork_it()