Searched refs:cpus_runtime (Results 1 – 1 of 1) sorted by relevance
1573 total = stat->cpus_runtime[i].total; in top_print_per_cpu_load()1574 load = stat->cpus_runtime[i].load; in top_print_per_cpu_load()1595 u64 idle_time = stat->cpus_runtime[MAX_NR_CPUS].idle; in top_print_cpu_usage()1596 u64 hardirq_time = stat->cpus_runtime[MAX_NR_CPUS].irq; in top_print_cpu_usage()1597 u64 softirq_time = stat->cpus_runtime[MAX_NR_CPUS].softirq; in top_print_cpu_usage()1599 u64 cpus_total_time = stat->cpus_runtime[MAX_NR_CPUS].total; in top_print_cpu_usage()2012 stat->cpus_runtime[work->cpu].total += work->total_runtime; in top_calc_total_runtime()2013 stat->cpus_runtime[MAX_NR_CPUS].total += work->total_runtime; in top_calc_total_runtime()2024 stat->cpus_runtime[work->cpu].idle += work->total_runtime; in top_calc_idle_time()2025 stat->cpus_runtime[MAX_NR_CPUS].idle += work->total_runtime; in top_calc_idle_time()[all …]