Searched refs:gethrtime (Results 1 - 25 of 75) sorted by relevance

123

/osnet-11/usr/src/lib/libc/common/sys/
H A Dgethrtime.s25 .file "gethrtime.s"
30 * hrtime_t gethrtime(void)
34 * This implements the legacy gethrtime() FASTTRAP mechanism.
36 * gethrtime is implemented as an alternate capability symbol
40 ENTRY(gethrtime) function
51 SET_SIZE(gethrtime)
/osnet-11/usr/src/lib/libumem/common/
H A Dlinktest_stand.c42 void gethrtime(void) {} function
H A Dumem_update_thread.c65 umem_reap_next = gethrtime() +
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasLoadLibrary.c66 start = gethrtime();
74 end = gethrtime();
H A DSun_sasRefreshAdapterConfiguration.c98 start = gethrtime();
109 end = gethrtime();
H A DSun_sasRefreshInformation.c109 start = gethrtime();
120 end = gethrtime();
H A DSun_sasScsiReportLUNs.c81 start = gethrtime();
198 end = gethrtime();
H A DSun_sasSendSMPPassThru.c99 start = gethrtime();
220 end = gethrtime();
H A DSun_sasScsiInquiry.c86 start = gethrtime();
231 end = gethrtime();
H A DSun_sasScsiReadCapacity.c82 start = gethrtime();
218 end = gethrtime();
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_open.c56 (void) snprintf(fname, PATH_MAX, "%s/uu%lld", dir, gethrtime());
/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcScsiInquiryV2.cc68 hrtime_t start = gethrtime();
70 for (hrtime_t cur = start; cur < end; cur = gethrtime()) {
H A DSun_fcScsiReadCapacityV2.cc65 hrtime_t start = gethrtime();
67 for (hrtime_t cur = start; cur < end; cur = gethrtime()) {
H A DSun_fcScsiReportLUNsV2.cc65 hrtime_t start = gethrtime();
67 for (hrtime_t cur = start; cur < end; cur = gethrtime()) {
H A DHBA.cc368 hrtime_t start = gethrtime();
372 for (cur = start; cur < end; cur = gethrtime()) {
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_open.c95 shp->sh_start = gethrtime();
/osnet-11/usr/src/lib/libc/port/sys/
H A Dtime_util.c77 hrt2ts(gethrtime(), &now);
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_timeout.c195 (hrtime_t)(timeout_time->tv_usec * MILLISEC) + gethrtime();
257 current_time = gethrtime();
337 current_time = gethrtime();
/osnet-11/usr/src/lib/libinetutil/common/
H A Dtq.c95 node->iutn_abs_timeout = gethrtime() + (msec * (NANOSEC / MILLISEC));
280 hrtime_t current_time = gethrtime();
316 hrtime_t current_time = gethrtime();
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_work.c78 now = gethrtime();
117 hrtime_t now = gethrtime();
/osnet-11/usr/src/lib/fm/libfmevent/common/
H A Dfmev_evaccess.c296 t0 = gethrtime();
298 t1 = gethrtime();
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dsun4vpi.c165 starttime = gethrtime();
244 ((gethrtime() - starttime)/MICROSEC));
/osnet-11/usr/src/cmd/powertop/common/
H A Dpowertop.c330 interval_start = gethrtime();
346 g_interval_length = (double)(gethrtime() - interval_start) /
/osnet-11/usr/src/lib/libc/sparc/threads/
H A Dsparc.il42 .inline gethrtime, 0
/osnet-11/usr/src/lib/libc/sparcv9/threads/
H A Dsparcv9.il42 .inline gethrtime, 0

Completed in 62 milliseconds

123