Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h322 #define TICK_TO_TIMESTRUC32(tick, tsp) { \ macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1403 TICK_TO_TIMESTRUC32(p->p_cutime, &sp->pr_cutime); in oprgetstatus32()
1404 TICK_TO_TIMESTRUC32(p->p_cstime, &sp->pr_cstime); in oprgetstatus32()
1551 TICK_TO_TIMESTRUC32(p->p_cutime + p->p_cstime, &psp->pr_ctime); in oprgetpsinfo32()
H A Dprsubr.c1163 TICK_TO_TIMESTRUC32(p->p_cutime, &sp->pr_cutime); in prgetstatus32()
1164 TICK_TO_TIMESTRUC32(p->p_cstime, &sp->pr_cstime); in prgetstatus32()
3196 TICK_TO_TIMESTRUC32(p->p_cutime + p->p_cstime, &psp->pr_ctime); in prgetpsinfo32()