Searched refs:oldtime (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libconv/common/
H A Dtime.c38 conv_time(struct timeval *oldtime, struct timeval *newtime, argument
45 sec = newtime->tv_sec - oldtime->tv_sec;
46 if (newtime->tv_usec >= oldtime->tv_usec)
47 usec = newtime->tv_usec - oldtime->tv_usec;
49 usec = (newtime->tv_usec + MICROSEC) - oldtime->tv_usec;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dmsacct.c604 hrtime_t oldtime; local
643 oldtime = *mstimep - 1; /* force CAS to fail */
646 oldtime = *mstimep;
647 newtime += oldtime;
650 } while (cas64((uint64_t *)mstimep, oldtime, newtime) != oldtime);
688 hrtime_t oldtime; local
753 oldtime = *mstimep - 1; /* force CAS to fail */
756 oldtime = *mstimep;
757 newtime += oldtime;
[all...]
H A Dlgrp.c536 lgrp_latency_change(lgrp_handle_t hand, u_longlong_t oldtime, argument
549 lgrp->lgrp_latency == oldtime) ||
/opensolaris-onvv-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c224 hrtime_t oldtime = new->is_crtime; local
232 oldtime = old->is_stats.wlastupdate;
233 hr_etime = new->is_stats.wlastupdate - oldtime;
/opensolaris-onvv-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c236 clock_t oldtime, newtime; local
266 oldtime = times(&dummy);
278 vp->typeahead = ((newtime-oldtime) < NTICKS);

Completed in 80 milliseconds