Home
last modified time | relevance | path

Searched refs:cpu_stats (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/i86pc/ml/
H A Doffsets.in206 cpu_stats.sys.cpumigrate CPU_STATS_SYS_CPUMIGRATE
207 cpu_stats.sys.intr CPU_STATS_SYS_INTR
208 cpu_stats.sys.intrblk CPU_STATS_SYS_INTRBLK
209 cpu_stats.sys.syscall CPU_STATS_SYS_SYSCALL
/titanic_41/usr/src/uts/sun4/ml/
H A Doffsets.in346 cpu_stats.sys.cpumigrate CPU_STATS_SYS_CPUMIGRATE
347 cpu_stats.sys.intr CPU_STATS_SYS_INTR
348 cpu_stats.sys.intrunpin CPU_STATS_SYS_INTRUNPIN
349 cpu_stats.sys.intrblk CPU_STATS_SYS_INTRBLK
350 cpu_stats.sys.syscall CPU_STATS_SYS_SYSCALL
H A Dinterrupt.s833 ! cpu_stats.sys.intrblk++
/titanic_41/usr/src/uts/i86pc/os/
H A Dintr.c632 cpu->cpu_stats.sys.intr[pil - 1]++; in hilevel_intr_epilog()
780 cpu->cpu_stats.sys.intr[pil - 1]++; in intr_thread_epilog()
811 cpu->cpu_stats.sys.intrblk++; in intr_thread_epilog()
1060 cpu->cpu_stats.sys.intr[pil - 1]++; in dosoftint_epilog()
1193 knp[(i * 2) + 1].value.ui64 = cpup->cpu_stats.sys.intr[i]; in cpu_kstat_intrstat_update()
/titanic_41/usr/src/uts/common/sys/
H A Dcpuvar.h155 cpu_stats_t cpu_stats; /* per-CPU statistics */ member
598 uint64_t *stataddr = &((cp)->cpu_stats.class.stat); \
605 ((cp)->cpu_stats.stat)
H A Dsysinfo.h282 typedef struct cpu_stats { struct
/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c311 cpu->cpu_stats.sys.intr[pil - 1]++; in apix_do_softint_epilog()
491 cpu->cpu_stats.sys.intr[pil - 1]++; in apix_hilevel_intr_epilog()
684 cpu->cpu_stats.sys.intr[pil - 1]++; in apix_intr_thread_epilog()
712 cpu->cpu_stats.sys.intrblk++; in apix_intr_thread_epilog()
/titanic_41/usr/src/uts/sun4/os/
H A Dmachdep.c502 knp[(i * 2) + 1].value.ui64 = cpup->cpu_stats.sys.intr[i]; in cpu_kstat_intrstat_update()
/titanic_41/usr/src/uts/common/os/
H A Dbio.c1216 atomic_inc_64(&cpup->cpu_stats.sys.iowait); in biowait()
1229 atomic_dec_64(&cpup->cpu_stats.sys.iowait); in biowait()
H A Dcpu_event.c1119 val += CPU->cpu_stats.sys.intr[i]; in cpu_idle_prop_update_intr_cnt()
H A Dcpu.c3184 css = &cp->cpu_stats.sys; in cpu_sys_stats_ks_update()
3283 cvs = &cp->cpu_stats.vm; in cpu_vm_stats_ks_update()