Home
last modified time | relevance | path

Searched refs:hrt2ts32 (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/proc/
H A Dprsubr.c1009 hrt2ts32(t->t_stoptime, &sp->pr_tstamp); in prgetlwpstatus32()
1014 hrt2ts32(usr, &sp->pr_utime); in prgetlwpstatus32()
1015 hrt2ts32(sys, &sp->pr_stime); in prgetlwpstatus32()
1119 hrt2ts32(mstate_aggr_state(p, LMS_USER), &sp->pr_utime); in prgetstatus32()
1120 hrt2ts32(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime); in prgetstatus32()
2075 hrt2ts32(gethrtime(), &php->pr_tstamp); in prpdread32()
2412 hrt2ts32(hrutime + hrstime, &psp->pr_time); in prgetpsinfo32()
2615 hrt2ts32(hrutime + hrstime, &psp->pr_time); in prgetlwpsinfo32()
3138 hrt2ts32(pup->pr_tstamp, &upup->pr_tstamp); in prcvtusage32()
3139 hrt2ts32(pup->pr_create, &upup->pr_create); in prcvtusage32()
[all …]
H A Dprioctl.c1430 hrt2ts32(mstate_aggr_state(p, LMS_USER), &sp->pr_utime); in oprgetstatus32()
1431 hrt2ts32(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime); in oprgetstatus32()
1578 hrt2ts32(hrutime + hrstime, &psp->pr_time); in oprgetpsinfo32()
3837 hrt2ts32(gethrtime(), &php->pr_tstamp); in oprpdread32()
/titanic_41/usr/src/uts/common/sys/
H A Dtime.h373 extern void hrt2ts32(hrtime_t, timestruc32_t *);
/titanic_41/usr/src/uts/common/os/
H A Dtimers.c1224 hrt2ts32(hrtime_t hrt, timestruc32_t *ts32p) in hrt2ts32() function