Lines Matching defs:usec
194 * contents plus the time_tv.usec as usual.
1264 * tvp is the time of the last tick; usec is a microsecond count since the
1272 * in tvp and zero in usec.
1275 ddi_hardpps(struct timeval *tvp, int usec)
1371 u_usec = usec * SCALE_USEC;
1518 int i, total_usec, usec;
1575 usec = MIN(total_usec, (MICROSEC - 1));
1578 itimerdecr(&lwp->lwp_timer[ITIMER_VIRTUAL], usec) == 0) {
1582 total_usec -= usec;
1591 usec = MIN(total_usec, (MICROSEC - 1));
1593 itimerdecr(&lwp->lwp_timer[ITIMER_PROF], usec) == 0) {
1597 total_usec -= usec;