Home
last modified time | relevance | path

Searched refs:per_cpu_system (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dkernel_stat.h21 per_cpu_system[NR_CPUS]; member
/linux-2.4.37.9/fs/proc/
Dproc_misc.c320 system += kstat.per_cpu_system[cpu]; in kstat_read_proc()
336 kstat.per_cpu_system[cpu_logical_map(i)], in kstat_read_proc()
339 + kstat.per_cpu_system[cpu_logical_map(i)])); in kstat_read_proc()
/linux-2.4.37.9/kernel/
Dtimer.c617 kstat.per_cpu_system[cpu] += system; in update_process_times()
619 kstat.per_cpu_system[cpu] += system; in update_process_times()
/linux-2.4.37.9/drivers/net/sk98lin/
Dskdim.c320 SystemTime = SystemTime + kstat.per_cpu_system[NbrCpu]; in GetCurrentSystemLoad()