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

1234567891011>>

/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_time.c41 return (gethrtime() / (1000 * 1000));
/illumos-gate/usr/src/lib/libc/common/sys/
H A Dgethrtime.s26 .file "gethrtime.s"
31 * hrtime_t gethrtime(void)
36 ENTRY(gethrtime) function
47 SET_SIZE(gethrtime)
/illumos-gate/usr/src/cmd/cpc/common/
H A Dtime.c43 timebase = gethrtime();
52 hrt = gethrtime();
/illumos-gate/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();
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_notify_change.c101 t1 = gethrtime();
103 t2 = gethrtime();
/illumos-gate/usr/src/lib/libumem/common/
H A Dlinktest_stand.c41 void gethrtime(void) {} function
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dclock.c46 hrt = gethrtime();
55 hrt = gethrtime();
69 return (gethrtime());
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_open.c56 (void) snprintf(fname, PATH_MAX, "%s/uu%lld", dir, gethrtime());
/illumos-gate/usr/src/cmd/stat/common/
H A Dcommon.c70 now = gethrtime();
107 now = gethrtime();
/illumos-gate/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()) {
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaclust.c131 meta_print_hrtime(gethrtime() - start_time));
356 meta_print_hrtime(gethrtime() - start_time));
399 meta_print_hrtime(gethrtime() - start_time));
507 meta_print_hrtime(gethrtime() - start_time));
558 meta_print_hrtime(gethrtime() - start_time));
924 meta_print_hrtime(gethrtime() - start_time));
985 meta_print_hrtime(gethrtime() - start_time));
1039 meta_print_hrtime(gethrtime() - start_time));
1130 meta_print_hrtime(gethrtime() - start_time));
1188 meta_print_hrtime(gethrtime()
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Drwstlock.c86 sleep_time = -gethrtime();
91 sleep_time += gethrtime();
113 sleep_time = -gethrtime();
121 sleep_time += gethrtime();
H A Dclock_highres.c54 hrt2ts(gethrtime(), (timestruc_t *)ts);
93 hrtime_t old = *addr, new = gethrtime();
130 cyctime.cyt_when += gethrtime();
149 cyctime.cyt_when += gethrtime();
234 hrtime_t diff, now = gethrtime();
/illumos-gate/usr/src/cmd/svc/startd/
H A Ddict.c75 hrtime_t now = gethrtime();
89 dictionary_ns_total += gethrtime() - now;
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.c223 dnp->r_mtime = gethrtime();
239 np->r_attrtime = gethrtime();
249 np->r_attrtime = gethrtime();
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Damd64.il39 .inline gethrtime, 0
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_stubs.c74 gethrtime(void) function
/illumos-gate/usr/src/uts/common/sys/
H A Dclock_impl.h126 ((gethrtime()/nsec_per_tick) - lb_info->lbi_debug_time) : \
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dsun4vpi.c131 starttime = gethrtime();
209 ((gethrtime() - starttime)/MICROSEC));
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Di386.il40 .inline gethrtime, 0
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c352 start = gethrtime();
357 end = gethrtime();
733 * /dev/urandom. If there is any error, return (uint32_t)gethrtime()
743 return ((uint32_t)gethrtime());
746 num = ((uint32_t)gethrtime());
801 icmph->icmp_id = htons(gethrtime() % USHRT_MAX);
802 icmph->icmp_seq = htons(gethrtime() % USHRT_MAX);
815 start = gethrtime();
825 end = gethrtime();

Completed in 83 milliseconds

1234567891011>>