Searched refs:TICK_TO_TIMESTRUC (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | time.h | 311 #define TICK_TO_TIMESTRUC(tick, tsp) { \ macro
|
/titanic_50/usr/src/uts/common/disp/ |
H A D | rt.c | 751 TICK_TO_TIMESTRUC(rtkprmsp->rt_tqntm, &ts); in rt_parmsout() 792 TICK_TO_TIMESTRUC(rtkprmsp->rt_tqntm, &ts); in rt_vaparmsout()
|
H A D | fx.c | 917 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 D | prioctl.c | 3269 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 D | prsubr.c | 896 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()
|