Searched refs:hrt2ts (Results 1 - 23 of 23) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dlwp_info.c60 hrt2ts(hrutime, &tv[0]);
61 hrt2ts(hrstime, &tv[1]);
/opensolaris-onvv-gate/usr/src/cmd/rcap/common/
H A Dutils.h99 extern void hrt2ts(hrtime_t, timestruc_t *);
H A Dutils.c239 hrt2ts(hrtime_t hrt, timestruc_t *tsp) function
/opensolaris-onvv-gate/usr/src/lib/libc/port/sys/
H A Dtime_util.c36 * hrt2ts() function in:
40 hrt2ts(hrtime_t hrt, timespec_t *tsp) function
77 hrt2ts(gethrtime(), &now);
/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dmisc.h75 void hrt2ts(hrtime_t hrt, timestruc_t *tsp);
H A Dmisc.c166 hrt2ts(hrtime_t hrt, timestruc_t *tsp) function
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dclock_highres.c52 hrt2ts(gethrtime(), (timestruc_t *)ts);
60 hrt2ts(cyclic_getres(), (timestruc_t *)ts);
180 hrt2ts(cyctime.cyt_when, &it->it_itime.it_value);
271 hrt2ts(diff, &when->it_value);
H A Dexacct.c517 hrt2ts(tu->tu_stime, &ts);
525 hrt2ts(tu->tu_utime, &ts);
940 hrt2ts(mstate_aggr_state(p, LMS_USER), &ts);
943 hrt2ts(mstate_aggr_state(p, LMS_SYSTEM), &ts);
951 hrt2ts(gethrtime() - p->p_mstart, &ts_run);
H A Dtimers.c100 * Fast algorithm to convert nsec to usec -- see hrt2ts()
977 * hrt2ts(): convert from hrtime_t to timestruc_t.
1025 * This is the algorithm we actually use in both hrt2ts() and ts2hrt().
1169 * On an SS2, this implementation of hrt2ts() takes 1.7 usec, versus about
1173 hrt2ts(hrtime_t hrt, timestruc_t *tsp) function
1228 hrt2ts(hrt, &ts);
H A Dsig.c2587 hrt2ts(gethrtime(), &sip->si_tstamp);
2637 hrt2ts(gethrtime(), &sip->si_tstamp);
H A Dkmem.c1407 hrt2ts(kmem_panic_info.kmp_timestamp - bcap->bc_timestamp, &ts);
/opensolaris-onvv-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c49 static void hrt2ts(hrtime_t hrt, timestruc_t *tsp);
179 hrt2ts(hrtime, &real);
266 hrt2ts(hrtime_t hrt, timestruc_t *tsp) function
/opensolaris-onvv-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c895 hrt2ts(mstate_aggr_state(p, LMS_USER), &sp->pr_utime);
896 hrt2ts(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime);
1236 hrt2ts(t->t_stoptime, &sp->pr_tstamp);
1241 hrt2ts(usr, &sp->pr_utime);
1242 hrt2ts(sys, &sp->pr_stime);
1927 hrt2ts(gethrtime(), &php->pr_tstamp);
2278 hrt2ts((hrutime + hrstime), &psp->pr_time);
2543 hrt2ts(hrutime + hrstime, &psp->pr_time);
3009 hrt2ts(pup->pr_tstamp, &upup->pr_tstamp);
3010 hrt2ts(pu
[all...]
H A Dprioctl.c3267 hrt2ts(mstate_aggr_state(p, LMS_USER), &sp->pr_utime);
3268 hrt2ts(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime);
3417 hrt2ts(hrutime + hrstime, &psp->pr_time);
3730 hrt2ts(gethrtime(), &php->pr_tstamp);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtime.h351 extern void hrt2ts(hrtime_t, timestruc_t *);
/opensolaris-onvv-gate/usr/src/uts/sun4v/os/
H A Dsuspend.c318 hrt2ts(target_hrtime, tsp);
/opensolaris-onvv-gate/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c1207 hrt2ts(now, &tv);
1217 hrt2ts(elapse, &tv);
H A Dcachefs_subr.c2784 hrt2ts(now - cdb->cdb_timestamp, &ts);
/opensolaris-onvv-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c1656 hrt2ts(next - now, &ts);
/opensolaris-onvv-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1385 extern void hrt2ts(hrtime_t, timespec_t *);
/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c655 hrt2ts(rqlapse - lapse, &reltime);
/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Dvfs.c2971 hrt2ts(newhrt, ts);
2994 hrt2ts(newhrt, &vfs_mnttab_mtime);
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c836 hrt2ts(gethrtime(), &garp->n4g_va.va_atime);

Completed in 311 milliseconds