Home
last modified time | relevance | path

Searched refs:TICK_TO_TIMESTRUC (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dtime.h311 #define TICK_TO_TIMESTRUC(tick, tsp) { \ macro
/titanic_50/usr/src/uts/common/disp/
H A Drt.c751 TICK_TO_TIMESTRUC(rtkprmsp->rt_tqntm, &ts); in rt_parmsout()
792 TICK_TO_TIMESTRUC(rtkprmsp->rt_tqntm, &ts); in rt_vaparmsout()
H A Dfx.c917 TICK_TO_TIMESTRUC(fxkprmsp->fx_tqntm, &ts); in fx_parmsout()
958 TICK_TO_TIMESTRUC(fxkprmsp->fx_tqntm, &ts); in fx_vaparmsout()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprioctl.c3269 TICK_TO_TIMESTRUC(p->p_cutime, &sp->pr_cutime); in oprgetstatus()
3270 TICK_TO_TIMESTRUC(p->p_cstime, &sp->pr_cstime); in oprgetstatus()
3418 TICK_TO_TIMESTRUC(p->p_cutime + p->p_cstime, &psp->pr_ctime); in oprgetpsinfo()
H A Dprsubr.c896 TICK_TO_TIMESTRUC(p->p_cutime, &sp->pr_cutime); in prgetstatus()
897 TICK_TO_TIMESTRUC(p->p_cstime, &sp->pr_cstime); in prgetstatus()
2278 TICK_TO_TIMESTRUC(p->p_cutime + p->p_cstime, &psp->pr_ctime); in prgetpsinfo()