Searched refs:cpu_update_pct (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | msacct.c | 555 cpu_update_pct(kthread_t *t, hrtime_t newtime) in cpu_update_pct() function 633 (void) cpu_update_pct(t, curtime); in new_mstate() 729 (void) cpu_update_pct(t, curtime); in restore_mstate()
|
/titanic_44/usr/src/uts/common/disp/ |
H A D | disp.c | 1298 (void) cpu_update_pct(tp, curtime); in setbackdq() 1301 (void) cpu_update_pct(tp, gethrtime_unscaled()); in setbackdq() 1458 (void) cpu_update_pct(tp, curtime); in setfrontdq() 1461 (void) cpu_update_pct(tp, gethrtime_unscaled()); in setfrontdq()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | proc.h | 671 extern uint_t cpu_update_pct(kthread_t *, hrtime_t);
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 2329 pct += cpu_update_pct(t, cur_time); in prgetpsinfo() 2462 pct += cpu_update_pct(t, cur_time); in prgetpsinfo32() 2547 pct = cpu_update_pct(t, gethrtime_unscaled()); in prgetlwpsinfo() 2617 pct = cpu_update_pct(t, gethrtime_unscaled()); in prgetlwpsinfo32()
|
H A D | prioctl.c | 1644 pct += cpu_update_pct(t, cur_time); in oprgetpsinfo32() 3483 pct += cpu_update_pct(t, cur_time); in oprgetpsinfo()
|