Home
last modified time | relevance | path

Searched refs:kcpustat_cpu_fetch (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dkernel_stat.h105 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 Duptime.c24 kcpustat_cpu_fetch(&kcs, i); in uptime_proc_show()
H A Dstat.c103 kcpustat_cpu_fetch(&kcpustat, i); in show_stat()
143 kcpustat_cpu_fetch(&kcpustat, i); in show_stat()
/linux/drivers/leds/trigger/
H A Dledtrig-activity.c63 kcpustat_cpu_fetch(&kcpustat, i); in led_activity_function()
/linux/kernel/sched/
H A Dcputime.c1061 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 Drstat.c675 kcpustat_cpu_fetch(&kcpustat, i); in root_cgroup_cputime()
/linux/kernel/
H A Dwatchdog.c441 kcpustat_cpu_fetch(&kcpustat, smp_processor_id()); in update_cpustat()
/linux/drivers/cpufreq/
H A Dcpufreq.c142 kcpustat_cpu_fetch(&kcpustat, cpu); in get_cpu_idle_time_jiffy()