Home
last modified time | relevance | path

Searched refs:new_cpu_mstate (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dmsacct.c164 new_cpu_mstate(int cmstate, hrtime_t curtime) in new_cpu_mstate() function
690 new_cpu_mstate(CMS_USER, curtime); in new_mstate()
693 new_cpu_mstate(CMS_SYSTEM, curtime); in new_mstate()
/titanic_41/usr/src/uts/common/sys/
H A Dcpuvar.h720 extern void new_cpu_mstate(int, hrtime_t);
/titanic_41/usr/src/uts/common/disp/
H A Ddisp.c561 new_cpu_mstate(CMS_IDLE, gethrtime_unscaled()); in idle_enter()
574 new_cpu_mstate(CMS_SYSTEM, gethrtime_unscaled()); in idle_exit()