Symbol: tstat_percpu
usr/src/uts/sun4/io/trapstat.c
1011
tstat_percpu_t *tcpu = &tstat_percpu[CPU->cpu_id];
usr/src/uts/sun4/io/trapstat.c
1716
tstat_percpu_t *tcpu = &tstat_percpu[cpu];
usr/src/uts/sun4/io/trapstat.c
1866
tstat_percpu_t *tcpu = &tstat_percpu[cpu];
usr/src/uts/sun4/io/trapstat.c
1986
if (!(tstat_percpu[cp->cpu_id].tcpu_flags & TSTAT_CPU_SELECTED))
usr/src/uts/sun4/io/trapstat.c
2008
tstat_percpu_t *tcpu = &tstat_percpu[cp->cpu_id];
usr/src/uts/sun4/io/trapstat.c
2060
if (tstat_percpu[i].tcpu_flags & TSTAT_CPU_ALLOCATED)
usr/src/uts/sun4/io/trapstat.c
2093
tstat_percpu_t *tcpu = &tstat_percpu[cpu];
usr/src/uts/sun4/io/trapstat.c
2170
tstat_percpu_t *tcpu = &tstat_percpu[cp->cpu_id];
usr/src/uts/sun4/io/trapstat.c
2246
tstat_percpu[i].tcpu_flags |= TSTAT_CPU_SELECTED;
usr/src/uts/sun4/io/trapstat.c
2332
tstat_percpu_t *tcpu = &tstat_percpu[i];
usr/src/uts/sun4/io/trapstat.c
2341
tstat_percpu[arg].tcpu_flags |= TSTAT_CPU_SELECTED;
usr/src/uts/sun4/io/trapstat.c
2399
tstat_percpu_t *tcpu = &tstat_percpu[i];
usr/src/uts/sun4/io/trapstat.c
2548
tstat_percpu = kmem_zalloc((max_cpuid + 1) *
usr/src/uts/sun4/io/trapstat.c
2602
kmem_free(tstat_percpu, (max_cpuid + 1) * sizeof (tstat_percpu_t));
usr/src/uts/sun4/io/trapstat.c
523
static tstat_percpu_t *tstat_percpu; /* per-CPU data */
usr/src/uts/sun4/io/trapstat.c
615
tstat_percpu_t *tcpu = &tstat_percpu[CPU->cpu_id];
usr/src/uts/sun4/io/trapstat.c
782
tstat_percpu_t *tcpu = &tstat_percpu[CPU->cpu_id];
usr/src/uts/sun4/io/trapstat.c
896
tstat_percpu_t *tcpu = &tstat_percpu[CPU->cpu_id];
usr/src/uts/sun4/io/trapstat.c
945
tstat_percpu_t *tcpu = &tstat_percpu[CPU->cpu_id];