Searched refs:kcpustat_cpu_fetch (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
H A D | kernel_stat.h | 105 extern void kcpustat_cpu_fetch(struct kernel_cpustat *dst, int cpu); 113 static inline void kcpustat_cpu_fetch(struct kernel_cpustat *dst, int cpu) in kcpustat_cpu_fetch() function
|
/linux/fs/proc/ |
H A D | uptime.c | 24 kcpustat_cpu_fetch(&kcs, i); in uptime_proc_show()
|
H A D | stat.c | 103 kcpustat_cpu_fetch(&kcpustat, i); in show_stat() 143 kcpustat_cpu_fetch(&kcpustat, i); in show_stat()
|
/linux/drivers/leds/trigger/ |
H A D | ledtrig-activity.c | 63 kcpustat_cpu_fetch(&kcpustat, i); in led_activity_function()
|
/linux/kernel/sched/ |
H A D | cputime.c | 1061 void kcpustat_cpu_fetch(struct kernel_cpustat *dst, int cpu) in kcpustat_cpu_fetch() function 1094 EXPORT_SYMBOL_GPL(kcpustat_cpu_fetch);
|
/linux/kernel/cgroup/ |
H A D | rstat.c | 675 kcpustat_cpu_fetch(&kcpustat, i); in root_cgroup_cputime()
|
/linux/kernel/ |
H A D | watchdog.c | 441 kcpustat_cpu_fetch(&kcpustat, smp_processor_id()); in update_cpustat()
|
/linux/drivers/cpufreq/ |
H A D | cpufreq.c | 142 kcpustat_cpu_fetch(&kcpustat, cpu); in get_cpu_idle_time_jiffy()
|