Searched refs:delta_cpu (Results 1 – 2 of 2) sorted by relevance
| /linux/mm/ |
| H A D | memcontrol.c | 4025 long delta, delta_cpu, v; in mem_cgroup_stat_aggregate() local 4038 delta_cpu = 0; in mem_cgroup_stat_aggregate() 4041 delta_cpu = v - ac->cstat_prev[i]; in mem_cgroup_stat_aggregate() 4042 delta += delta_cpu; in mem_cgroup_stat_aggregate() 4047 if (delta_cpu) in mem_cgroup_stat_aggregate() 4048 ac->local[i] += delta_cpu; in mem_cgroup_stat_aggregate()
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 4027 int delta_cpu(struct thread_data *t, struct core_data *c, struct pkg_data *p, struct thread_data *t… in delta_cpu() function 6895 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) { in turbostat_loop() 6919 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) { in turbostat_loop() 10501 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) in fork_it()
|