Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcallout.c55 TICK_TO_TIMESTRUC(delta, &its.it_value); in timeout()
/illumos-gate/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.c916 TICK_TO_TIMESTRUC(fxkprmsp->fx_tqntm, &ts); in fx_parmsout()
957 TICK_TO_TIMESTRUC(fxkprmsp->fx_tqntm, &ts); in fx_vaparmsout()
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h316 #define TICK_TO_TIMESTRUC(tick, tsp) { \ macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c3212 TICK_TO_TIMESTRUC(p->p_cutime, &sp->pr_cutime); in oprgetstatus()
3213 TICK_TO_TIMESTRUC(p->p_cstime, &sp->pr_cstime); in oprgetstatus()
3362 TICK_TO_TIMESTRUC(p->p_cutime + p->p_cstime, &psp->pr_ctime); in oprgetpsinfo()
H A Dprsubr.c917 TICK_TO_TIMESTRUC(p->p_cutime, &sp->pr_cutime); in prgetstatus()
918 TICK_TO_TIMESTRUC(p->p_cstime, &sp->pr_cstime); in prgetstatus()
2532 TICK_TO_TIMESTRUC(p->p_cutime + p->p_cstime, &psp->pr_ctime); in prgetpsinfo()