Searched refs:intracct (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4/os/
H A Dmachdep.c755 * cpu_acct[CMS_SYSTEM]. Additionally, intracct time is stored in
767 hrtime_t intracct[NCMSTATES]; local
783 intracct[i] = cpu->cpu_intracct[i];
793 intracct[i] = tick2ns((hrtime_t)intracct[i], cpu->cpu_id);
799 times[i] -= intracct[i];
801 intracct[i] += times[i];
804 times[CMS_SYSTEM] += intracct[i];
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c1119 hrtime_t intracct[NCMSTATES]; local
1135 intracct[i] = cpu->cpu_intracct[i];
1146 times[i] -= intracct[i];
1148 intracct[i] += times[i];
1151 times[CMS_SYSTEM] += intracct[i];
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dclock.c524 hrtime_t intracct, intrused; local
534 for (intracct = 0, i = 0; i < NCMSTATES; i++)
535 intracct += cp->cpu_intracct[i];
536 scalehrtime(&intracct);
539 intrused = intracct - cp->cpu_intrlast;
540 cp->cpu_intrlast = intracct;
559 hrtime_t, intracct,
/opensolaris-onvv-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s430 ! Also update intracct[]
631 ! Also update intracct[]
1072 ! Also update intracct[]
1120 ! Also update intracct[]
1278 ! Also update intracct[]
2202 ! Update intracct[]

Completed in 115 milliseconds