Home
last modified time | relevance | path

Searched refs:hrt2ts (Results 1 – 22 of 22) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dclock_highres.c54 hrt2ts(gethrtime(), (timestruc_t *)ts); in clock_highres_gettime()
62 hrt2ts(cyclic_getres(), (timestruc_t *)ts); in clock_highres_getres()
132 hrt2ts(cyctime.cyt_when, &it->it_itime.it_value); in clock_highres_timer_settime()
199 hrt2ts(cyctime.cyt_when, &it->it_itime.it_value); in clock_highres_timer_settime()
288 hrt2ts(diff, &when->it_value); in clock_highres_timer_gettime()
H A Dexacct.c517 hrt2ts(tu->tu_stime, &ts); in exacct_attach_task_item()
525 hrt2ts(tu->tu_utime, &ts); in exacct_attach_task_item()
940 hrt2ts(mstate_aggr_state(p, LMS_USER), &ts); in exacct_calculate_proc_usage()
943 hrt2ts(mstate_aggr_state(p, LMS_SYSTEM), &ts); in exacct_calculate_proc_usage()
951 hrt2ts(gethrtime() - p->p_mstart, &ts_run); in exacct_calculate_proc_usage()
H A Dtimers.c1173 hrt2ts(hrtime_t hrt, timestruc_t *tsp) in hrt2ts() function
1228 hrt2ts(hrt, &ts); in hrt2ts32()
H A Dsig.c2613 hrt2ts(gethrtime(), &sip->si_tstamp); in realsigprof_slow()
2663 hrt2ts(gethrtime(), &sip->si_tstamp); in realsigprof_fast()
H A Dkmem.c1365 hrt2ts(kmem_panic_info.kmp_timestamp - bcap->bc_timestamp, &ts); in kmem_error()
/titanic_50/usr/src/uts/common/syscall/
H A Dlwp_info.c60 hrt2ts(hrutime, &tv[0]); in lwp_info()
61 hrt2ts(hrstime, &tv[1]); in lwp_info()
/titanic_50/usr/src/lib/libc/port/sys/
H A Dtime_util.c40 hrt2ts(hrtime_t hrt, timespec_t *tsp) in hrt2ts() function
77 hrt2ts(gethrtime(), &now); in abstime_to_reltime()
/titanic_50/usr/src/lib/commpage/common/
H A Dcp_main.c172 extern void hrt2ts(hrtime_t, timespec_t *);
180 hrt2ts(hrt, tsp); in __cp_clock_gettime_monotonic()
/titanic_50/usr/src/cmd/ptools/ptime/
H A Dptime.c52 static void hrt2ts(hrtime_t hrt, timestruc_t *tsp);
215 hrt2ts(hrtime, &real); in look()
306 hrt2ts(hrtime_t hrt, timestruc_t *tsp) in hrt2ts() function
/titanic_50/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) in hrt2ts() function
/titanic_50/usr/src/lib/libumem/common/
H A Dmisc.h66 void hrt2ts(hrtime_t hrt, timestruc_t *tsp);
H A Dmisc.c166 hrt2ts(hrtime_t hrt, timestruc_t *tsp) in hrt2ts() function
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprsubr.c894 hrt2ts(mstate_aggr_state(p, LMS_USER), &sp->pr_utime); in prgetstatus()
895 hrt2ts(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime); in prgetstatus()
1235 hrt2ts(t->t_stoptime, &sp->pr_tstamp); in prgetlwpstatus()
1240 hrt2ts(usr, &sp->pr_utime); in prgetlwpstatus()
1241 hrt2ts(sys, &sp->pr_stime); in prgetlwpstatus()
1926 hrt2ts(gethrtime(), &php->pr_tstamp); in prpdread()
2277 hrt2ts((hrutime + hrstime), &psp->pr_time); in prgetpsinfo()
2543 hrt2ts(hrutime + hrstime, &psp->pr_time); in prgetlwpsinfo()
3103 hrt2ts(pup->pr_tstamp, &upup->pr_tstamp); in prcvtusage()
3104 hrt2ts(pup->pr_create, &upup->pr_create); in prcvtusage()
[all …]
H A Dprioctl.c3267 hrt2ts(mstate_aggr_state(p, LMS_USER), &sp->pr_utime); in oprgetstatus()
3268 hrt2ts(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime); in oprgetstatus()
3417 hrt2ts(hrutime + hrstime, &psp->pr_time); in oprgetpsinfo()
3730 hrt2ts(gethrtime(), &php->pr_tstamp); in oprpdread()
/titanic_50/usr/src/uts/sun4v/os/
H A Dsuspend.c318 hrt2ts(target_hrtime, tsp); in set_tick_offsets()
/titanic_50/usr/src/uts/common/sys/
H A Dtime.h365 extern void hrt2ts(hrtime_t, timestruc_t *);
/titanic_50/usr/src/lib/libc/port/threads/
H A Dscalls.c658 hrt2ts(rqlapse - lapse, &reltime); in clock_nanosleep()
/titanic_50/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1454 extern void hrt2ts(hrtime_t, timespec_t *);
/titanic_50/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c1656 hrt2ts(next - now, &ts); in main()
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c3039 hrt2ts(newhrt, ts); in vfs_mono_time()
3062 hrt2ts(newhrt, &vfs_mnttab_mtime); in vfs_mnttab_modtimeupd()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c844 hrt2ts(gethrtime(), &garp->n4g_va.va_atime); in xdr_ga_prefill_vattr()