Symbol: gethrtime
usr/src/cmd/bhyve/common/rfb.c
1248
tprev = gethrtime();
usr/src/cmd/bhyve/common/rfb.c
1267
tnow = gethrtime();
usr/src/cmd/bhyve/test/tests/mevent/mevent_test.c
120
tevbuf[i++] = gethrtime();
usr/src/cmd/busstat/busstat.c
1494
curr_time = (uint64_t)gethrtime();
usr/src/cmd/busstat/busstat.c
1498
new_time = gethrtime();
usr/src/cmd/cdrw/util.c
287
start = gethrtime();
usr/src/cmd/cdrw/util.c
290
while (gethrtime() < req)
usr/src/cmd/cmd-inet/lib/nwamd/ncu_phys.c
1306
now = NSEC_TO_SEC(gethrtime());
usr/src/cmd/cmd-inet/lib/nwamd/ncu_phys.c
1341
s.nwamd_wifi_scan_last_time = NSEC_TO_SEC(gethrtime());
usr/src/cmd/cmd-inet/sbin/dhcpagent/agent.c
204
srand48(gethrtime() ^ gethostid() ^ getpid());
usr/src/cmd/cmd-inet/sbin/dhcpagent/init_reboot.c
217
nowabs = NSEC2MSEC(gethrtime());
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
216
dsmp->dsm_neg_hrtime = gethrtime();
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
881
delta = (gethrtime() - dsmp->dsm_neg_hrtime) /
usr/src/cmd/cmd-inet/sbin/dhcpagent/renew.c
416
dsmp->dsm_neg_hrtime = gethrtime();
usr/src/cmd/cmd-inet/sbin/dhcpagent/states.c
1246
dsmp->dsm_neg_hrtime = gethrtime();
usr/src/cmd/cmd-inet/sbin/dhcpagent/states.c
245
dsmp->dsm_neg_hrtime = gethrtime();
usr/src/cmd/cmd-inet/sbin/dhcpagent/util.c
158
return (gethrtime() / NANOSEC);
usr/src/cmd/cmd-inet/usr.bin/ftp/ftp.c
1029
stop = gethrtime();
usr/src/cmd/cmd-inet/usr.bin/ftp/ftp.c
1224
start = gethrtime();
usr/src/cmd/cmd-inet/usr.bin/ftp/ftp.c
1352
stop = gethrtime();
usr/src/cmd/cmd-inet/usr.bin/ftp/ftp.c
1379
stop = gethrtime();
usr/src/cmd/cmd-inet/usr.bin/ftp/ftp.c
883
start = gethrtime();
usr/src/cmd/cmd-inet/usr.bin/ftp/ftp.c
994
stop = gethrtime();
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
372
ns_starttime = gethrtime();
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
398
now = gethrtime();
usr/src/cmd/cmd-inet/usr.bin/tftp/tftp.c
717
tstart = gethrtime();
usr/src/cmd/cmd-inet/usr.bin/tftp/tftp.c
723
tstop = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/bridged/events.c
603
last_time = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/bridged/events.c
605
now = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ilb_probe.c
352
start = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ilb_probe.c
357
end = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ilb_probe.c
743
return ((uint32_t)gethrtime());
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ilb_probe.c
746
num = ((uint32_t)gethrtime());
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ilb_probe.c
801
icmph->icmp_id = htons(gethrtime() % USHRT_MAX);
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ilb_probe.c
802
icmph->icmp_seq = htons(gethrtime() % USHRT_MAX);
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ilb_probe.c
815
start = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ilb_probe.c
825
end = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilbd_hc.c
1222
port = min + gethrtime() % (max - min + 1);
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilbd_hc.c
706
timeout = MAX((hc->ihc_interval >> 1) + (gethrtime() %
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_main.c
113
cur_time = (uint_t)(gethrtime() / 1000000LL);
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_main.c
120
return (gethrtime() / NANOSEC);
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_probe.c
1603
cur_hrtime = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_probe.c
1753
if (pii->pii_fd_hrtime > gethrtime()) {
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_probe.c
1759
pii->pii_fd_hrtime = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_probe.c
2096
probe(pii, PROBE_MULTI, gethrtime());
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_probe.c
298
sent_hrtime = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_probe.c
638
m = (int64_t)(gethrtime() - ntohll(reply->pr_icmp_timestamp));
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_probe.c
668
(last_fdt_bumpup_time + MIN_SETTLING_TIME < gethrtime())) {
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_probe.c
740
cur_hrtime = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_probe.c
884
target->tg_latime = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_probe.c
911
last_fdt_bumpup_time = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_probe.c
923
(last_fdt_bumpup_time + MIN_SETTLING_TIME < gethrtime())) {
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_tables.c
2042
now = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_tables.c
2128
now = gethrtime();
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_tables.c
3164
srand48((long)gethrtime());
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_tables.c
445
pii->pii_fd_hrtime = gethrtime() +
usr/src/cmd/cmd-inet/usr.sbin/ifconfig/revarp.c
278
hrtime_t endtime = gethrtime() + MSEC2NSEC(waitms);
usr/src/cmd/cmd-inet/usr.sbin/ifconfig/revarp.c
281
while ((currtime = gethrtime()) < endtime) {
usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ipmpstat.c
913
probe_output_start = gethrtime();
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ikeadm.c
3074
(void) sprintf(tmpfilepath, "/var/run/%x", (int)gethrtime());
usr/src/cmd/cmd-inet/usr.sbin/ping/ping.c
1751
if ((gethrtime() - t_last_probe_sent) < mintime) {
usr/src/cmd/cmd-inet/usr.sbin/ping/ping.c
2165
t_last_probe_sent = gethrtime();
usr/src/cmd/cmd-inet/usr.sbin/ping/ping.c
2251
ns_starttime = gethrtime();
usr/src/cmd/cmd-inet/usr.sbin/ping/ping.c
2665
now = gethrtime();
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ipaddr.c
96
hrtime_t now = gethrtime();
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c
2009
tr_nsstarttime = gethrtime();
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c
2026
tr_nsstarttime = gethrtime();
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c
2256
now = gethrtime();
usr/src/cmd/cpc/common/cpustat.c
444
ht = gethrtime();
usr/src/cmd/cpc/common/cpustat.c
493
htnow = gethrtime();
usr/src/cmd/cpc/common/cpustat.c
563
htnow = gethrtime();
usr/src/cmd/cpc/common/time.c
41
timebase = gethrtime();
usr/src/cmd/cpc/common/time.c
50
hrt = gethrtime();
usr/src/cmd/dd/dd.c
1043
startt = gethrtime();
usr/src/cmd/dd/dd.c
1859
hrtime_t delta = gethrtime() - startt;
usr/src/cmd/dlmgmtd/dlmgmt_db.c
855
"SUNWorphan%u", (uint16_t)(gethrtime() / 1000));
usr/src/cmd/dtrace/test/cmd/badioctl/badioctl.c
74
if ((now = gethrtime()) - last > NANOSEC) {
usr/src/cmd/fm/eversholt/common/stats.c
193
sp->u.elapse.start = gethrtime();
usr/src/cmd/fm/eversholt/common/stats.c
204
sp->u.elapse.stop = gethrtime();
usr/src/cmd/fm/fmd/common/fmd_ckpt.c
770
hrtime_t now = gethrtime();
usr/src/cmd/fm/fmd/common/fmd_ckpt.c
845
mp->mod_stats->ms_ckpt_time.fmds_value.ui64 += gethrtime() - now;
usr/src/cmd/fm/fmd/common/fmd_eventq.c
126
new = gethrtime();
usr/src/cmd/fm/fmd/common/fmd_eventq.c
283
new = gethrtime();
usr/src/cmd/fm/fmd/common/fmd_eventq.c
317
new = gethrtime();
usr/src/cmd/fm/fmd/common/fmd_module.c
1358
mp->mod_stats->ms_snaptime.fmds_value.ui64 = gethrtime();
usr/src/cmd/fm/fmd/common/fmd_module.c
281
mp->mod_stats->ms_loadtime.fmds_value.ui64 = gethrtime();
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
176
mp->mod_stats->ms_snaptime.fmds_value.ui64 = gethrtime();
usr/src/cmd/fm/fmd/common/fmd_time.c
384
gethrtime, /* fto_gethrtime */
usr/src/cmd/fm/fmd/common/fmd_trace.c
112
hrtime_t time = gethrtime();
usr/src/cmd/fm/fmd/common/fmd_trace.c
144
hrtime_t time = gethrtime();
usr/src/cmd/fm/fminject/common/inj_cmds.c
179
return (((gethrtime() & ENA_FMT1_TIME_MASK) <<
usr/src/cmd/fm/fminject/common/inj_main.c
171
srand48(gethrtime());
usr/src/cmd/fm/modules/common/event-transport/etm.c
524
if (gethrtime() < mp->epm_reconn_end) {
usr/src/cmd/fm/modules/common/event-transport/etm.c
572
mp->epm_reconn_end = gethrtime() + Reconn_timeout;
usr/src/cmd/fm/modules/common/eversholt/stats.c
184
sp->start = gethrtime();
usr/src/cmd/fm/modules/common/eversholt/stats.c
195
sp->stop = gethrtime();
usr/src/cmd/fm/modules/common/ip-transport/ip.c
167
if (ip_mtbf != 0 && gethrtime() % ip_mtbf == 0) {
usr/src/cmd/gss/gssd/gssd_proc.c
144
high_res_time = gethrtime();
usr/src/cmd/init/init.c
4467
startd_failure_time[index] = gethrtime();
usr/src/cmd/intrstat/intrstat.c
564
last = gethrtime();
usr/src/cmd/intrstat/intrstat.c
600
now = gethrtime();
usr/src/cmd/lockstat/lockstat.c
1365
g_elapsed = -gethrtime();
usr/src/cmd/lockstat/lockstat.c
1383
g_elapsed += gethrtime();
usr/src/cmd/luxadm/fcalupdate.c
571
now = gethrtime();
usr/src/cmd/luxadm/fcalupdate.c
574
now = gethrtime();
usr/src/cmd/luxadm/g_adm.c
6104
start_time = gethrtime();
usr/src/cmd/luxadm/g_adm.c
6241
end_time = gethrtime();
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
483
desc->dtbd_timestamp = gethrtime() + hr_offset;
usr/src/cmd/mdb/common/modules/genunix/leaky.c
137
lk_begin = gethrtime();
usr/src/cmd/mdb/common/modules/genunix/leaky.c
150
hrtime_t ts = gethrtime() - lk_begin;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1565
pass = (ts = gethrtime()) - tg_start;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1567
hrtime_t now = gethrtime();
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2266
tg_start = gethrtime();
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2413
tg_start = gethrtime();
usr/src/cmd/mdb/common/modules/mdb_ks/mdb_ks.c
1830
ts = gethrtime();
usr/src/cmd/nohup/nohup.c
719
kill_time = gethrtime();
usr/src/cmd/nvmeadm/nvmeadm_phyeye.c
323
hrtime_t start = gethrtime();
usr/src/cmd/nvmeadm/nvmeadm_phyeye.c
338
now = gethrtime();
usr/src/cmd/nvmeadm/nvmeadm_phyeye.c
357
now = gethrtime();
usr/src/cmd/nvmeadm/nvmeadm_phyeye.c
367
now = gethrtime();
usr/src/cmd/picl/picld/picld.c
1119
orig_time = gethrtime();
usr/src/cmd/picl/picld/picld.c
775
current = gethrtime();
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1275
ct = (time_t)(gethrtime() / NANOSEC);
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1297
ct = (time_t)(gethrtime() / NANOSEC);
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1667
ct = (time_t)(gethrtime() / NANOSEC);
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1684
ct = (time_t)(gethrtime() / NANOSEC);
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1689
ct = (time_t)(gethrtime() / NANOSEC);
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1713
ct = (time_t)(gethrtime() / NANOSEC);
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
2159
ct = (time_t)(gethrtime() / NANOSEC);
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
2177
ct = (time_t)(gethrtime() / NANOSEC);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1841
ct = (time_t)(gethrtime() / NANOSEC);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1858
ct = (time_t)(gethrtime() / NANOSEC);
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1316
ct = (time_t)(gethrtime() / NANOSEC);
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1340
ct = (time_t)(gethrtime() / NANOSEC);
usr/src/cmd/picl/plugins/sun4v/lib/snmp/snmplib.c
91
#define GET_SCALED_HRTIME() (int)(gethrtime() / (HRTIME_SCALE * NANOSEC))
usr/src/cmd/picl/plugins/sun4v/snmp/snmpplugin.c
1926
cycle_start = gethrtime();
usr/src/cmd/picl/plugins/sun4v/snmp/snmpplugin.c
1956
cycle_elapsed = (gethrtime() - cycle_start) / NANOSEC;
usr/src/cmd/pools/poold/libjpool/jpool.c
1851
return (makeUnsignedInt64(env, gethrtime()));
usr/src/cmd/power/powerd.c
517
hr_now = gethrtime();
usr/src/cmd/power/powerd.c
603
hr_now = gethrtime();
usr/src/cmd/power/sysstat.c
149
last_load_ave_change = gethrtime();
usr/src/cmd/power/sysstat.c
671
hr_now = gethrtime();
usr/src/cmd/powertop/common/powertop.c
285
interval_start = gethrtime();
usr/src/cmd/powertop/common/powertop.c
295
g_interval_length = (double)(gethrtime() - interval_start)
usr/src/cmd/ptools/ptime/ptime.c
214
hrtime = gethrtime();
usr/src/cmd/raidz_test/raidz_bench.c
178
start = gethrtime();
usr/src/cmd/raidz_test/raidz_bench.c
181
elapsed = NSEC2SEC((double)(gethrtime() - start));
usr/src/cmd/raidz_test/raidz_bench.c
94
start = gethrtime();
usr/src/cmd/raidz_test/raidz_bench.c
97
elapsed = NSEC2SEC((double)(gethrtime() - start));
usr/src/cmd/raidz_test/raidz_test.c
641
hrtime_t time_diff, start_time = gethrtime();
usr/src/cmd/raidz_test/raidz_test.c
668
time_diff = (gethrtime() - start_time) / NANOSEC;
usr/src/cmd/rcap/rcapd/rcapd_main.c
1208
rs.rs_time = gethrtime();
usr/src/cmd/rcap/rcapd/rcapd_main.c
1293
hrtime_t now = gethrtime();
usr/src/cmd/rcap/rcapd/rcapd_main.c
1522
now = next_report = next_proc_walk = next_rss_sample = gethrtime();
usr/src/cmd/rcap/rcapd/rcapd_main.c
1523
next_configuration = NEXT_EVENT_TIME(gethrtime(),
usr/src/cmd/rcap/rcapd/rcapd_main.c
1612
now = gethrtime();
usr/src/cmd/rcap/rcapd/rcapd_main.c
1649
now = gethrtime();
usr/src/cmd/rcap/rcapd/rcapd_main.c
457
t1 = gethrtime();
usr/src/cmd/rcap/rcapd/rcapd_main.c
465
t2 = gethrtime();
usr/src/cmd/rcap/rcapd/rcapd_main.c
77
NEXT_EVENT_TIME(gethrtime(), seconds) : (hrtime_t)0)
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
657
scan_start = gethrtime();
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
974
lcol->lcol_stat.lcols_scan_time += (gethrtime() - scan_start);
usr/src/cmd/sa/sadc.c
130
now = gethrtime();
usr/src/cmd/sa/sadc.c
167
now = gethrtime();
usr/src/cmd/sa/sadc.c
284
start_n = gethrtime();
usr/src/cmd/sa/timex.c
121
before = gethrtime();
usr/src/cmd/sa/timex.c
143
after = gethrtime();
usr/src/cmd/savecore/savecore.c
1113
sec = (gethrtime() - startts) / NANOSEC;
usr/src/cmd/savecore/savecore.c
1689
startts = gethrtime();
usr/src/cmd/savecore/savecore.c
1901
int sec = (gethrtime() - startts) / 1000 / 1000 / 1000;
usr/src/cmd/savecore/savecore.c
1970
int sec = (gethrtime() - startts) / 1000 / 1000 / 1000;
usr/src/cmd/savecore/savecore.c
2013
int sec = (gethrtime() - startts) / 1000 / 1000 / 1000;
usr/src/cmd/stat/common/common.c
107
now = gethrtime();
usr/src/cmd/stat/common/common.c
70
now = gethrtime();
usr/src/cmd/stat/fsstat/fsstat.c
951
start_n = gethrtime();
usr/src/cmd/stat/iostat/iostat.c
270
start_n = gethrtime();
usr/src/cmd/stat/kstat/kstat.c
398
start_n = gethrtime();
usr/src/cmd/stat/kstat/kstat.c
487
now = gethrtime();
usr/src/cmd/stat/kstat/kstat.c
513
now = gethrtime();
usr/src/cmd/stat/mpstat/mpstat.c
170
start_n = gethrtime();
usr/src/cmd/stat/vmstat/vmstat.c
142
start_n = gethrtime();
usr/src/cmd/svc/configd/backend.c
125
__bsp->bs_time += (gethrtime() - ts); \
usr/src/cmd/svc/configd/backend.c
1372
ts = gethrtime();
usr/src/cmd/svc/configd/backend.c
2084
ts = gethrtime();
usr/src/cmd/svc/configd/backend.c
2190
ts = gethrtime();
usr/src/cmd/svc/configd/backend.c
2224
ts = gethrtime();
usr/src/cmd/svc/configd/backend.c
2250
ts = gethrtime();
usr/src/cmd/svc/configd/backend.c
2321
ts = gethrtime();
usr/src/cmd/svc/configd/backend.c
2361
ts = gethrtime();
usr/src/cmd/svc/configd/backend.c
2413
ts = gethrtime();
usr/src/cmd/svc/configd/backend.c
2442
ts = gethrtime();
usr/src/cmd/svc/configd/client.c
129
rlp->rl_start = gethrtime();
usr/src/cmd/svc/configd/client.c
141
rlp->rl_end = gethrtime();
usr/src/cmd/svc/configd/configd.c
209
ti->ti_lastchange = gethrtime();
usr/src/cmd/svc/startd/dict.c
73
hrtime_t now = gethrtime();
usr/src/cmd/svc/startd/dict.c
87
dictionary_ns_total += gethrtime() - now;
usr/src/cmd/svc/startd/graph.c
1188
now = gethrtime();
usr/src/cmd/svc/startd/graph.c
1198
dep_cycle_ns += gethrtime() - now;
usr/src/cmd/svc/startd/graph.c
1200
now = gethrtime();
usr/src/cmd/svc/startd/graph.c
1204
dep_insert_ns += gethrtime() - now;
usr/src/cmd/svc/startd/method.c
110
inst->ri_start_time[index] = gethrtime();
usr/src/cmd/svc/startd/restarter.c
2505
now = gethrtime();
usr/src/cmd/svc/startd/restarter.c
2570
now = gethrtime();
usr/src/cmd/svc/svcadm/svcadm.c
1531
timestamp = gethrtime();
usr/src/cmd/svr4pkg/pkgadm/lock.c
2065
hretime = gethrtime();
usr/src/cmd/svr4pkg/pkgserv/pkgserv.c
1220
lastcall = gethrtime();
usr/src/cmd/svr4pkg/pkgserv/pkgserv.c
1234
return (gethrtime() - last);
usr/src/cmd/svr4pkg/pkgserv/pkgserv.c
375
lastcall = lastchange = gethrtime();
usr/src/cmd/svr4pkg/pkgserv/pkgserv.c
399
lastchange = lastcall = gethrtime();
usr/src/cmd/svr4pkg/pkgserv/pkgserv.c
565
lastchange = gethrtime();
usr/src/cmd/svr4pkg/pkgserv/pkgserv.c
575
lastcall = gethrtime();
usr/src/cmd/syseventd/daemons/syseventd/syseventd.c
731
d_pkg->start_time = gethrtime();
usr/src/cmd/syseventd/daemons/syseventd/syseventd.c
743
now = gethrtime();
usr/src/cmd/trapstat/sun4/trapstat.c
1301
g_start = gethrtime();
usr/src/cmd/truss/main.c
1603
basehrtime = gethrtime();
usr/src/cmd/zdb/zdb.c
3693
if (dump_opt['b'] < 5 && gethrtime() > zcb->zcb_lastprint + NANOSEC) {
usr/src/cmd/zdb/zdb.c
3694
uint64_t now = gethrtime();
usr/src/cmd/zdb/zdb.c
4576
zcb.zcb_start = zcb.zcb_lastprint = gethrtime();
usr/src/cmd/zonestat/zonestatd/zonestatd.c
3575
hrtime = gethrtime();
usr/src/cmd/zonestat/zonestatd/zonestatd.c
4589
g_hrnow = gethrtime();
usr/src/cmd/ztest/ztest.c
5351
hrtime_t end = gethrtime() + NANOSEC;
usr/src/cmd/ztest/ztest.c
5353
while (gethrtime() <= end) {
usr/src/cmd/ztest/ztest.c
5427
hrtime_t end = gethrtime() + NANOSEC;
usr/src/cmd/ztest/ztest.c
5429
while (gethrtime() <= end) {
usr/src/cmd/ztest/ztest.c
6449
hrtime_t functime = gethrtime();
usr/src/cmd/ztest/ztest.c
6454
functime = gethrtime() - functime;
usr/src/cmd/ztest/ztest.c
6478
while ((now = gethrtime()) < zs->zs_thread_stop) {
usr/src/cmd/ztest/ztest.c
6650
zs->zs_thread_start = gethrtime();
usr/src/cmd/ztest/ztest.c
7333
zs->zs_proc_start = gethrtime();
usr/src/cmd/ztest/ztest.c
7351
while (gethrtime() < zs->zs_proc_stop) {
usr/src/cmd/ztest/ztest.c
7390
hrtime_t now = gethrtime();
usr/src/common/zfs/zfs_fletcher.c
654
start = gethrtime();
usr/src/common/zfs/zfs_fletcher.c
659
run_time_ns = gethrtime() - start;
usr/src/lib/fm/topo/modules/common/ses/ses.c
1006
tp->set_snaptime = gethrtime();
usr/src/lib/fm/topo/modules/common/ses/ses.c
1029
tp->set_snaptime = gethrtime();
usr/src/lib/fm/topo/modules/common/ses/ses.c
3056
start = gethrtime(); /* to mearusre performance */
usr/src/lib/fm/topo/modules/common/ses/ses.c
3118
end = gethrtime();
usr/src/lib/fm/topo/modules/common/ses/ses.c
3659
stp->set_snaptime = gethrtime();
usr/src/lib/fm/topo/modules/common/ses/ses.c
972
now = gethrtime();
usr/src/lib/fm/topo/modules/i86pc/x86pi/x86pi.c
148
starttime = gethrtime();
usr/src/lib/fm/topo/modules/i86pc/x86pi/x86pi.c
164
((gethrtime() - starttime)/MICROSEC));
usr/src/lib/libadutils/common/ldap_ping.c
416
msgid = gethrtime() & 0xffff;
usr/src/lib/libbsm/common/devalloc.c
1206
seed = (uint_t)gethrtime();
usr/src/lib/libc/port/aio/aio.c
534
hrtend = gethrtime() +
usr/src/lib/libc/port/aio/aio.c
620
hres = hrtend - gethrtime();
usr/src/lib/libc/port/aio/posix_aio.c
378
hrtstart = gethrtime();
usr/src/lib/libc/port/aio/posix_aio.c
480
hrtres = hrtend - gethrtime();
usr/src/lib/libc/port/aio/posix_aio.c
545
hrtres = hrtend - gethrtime();
usr/src/lib/libc/port/aio/posix_aio.c
584
hrtres = hrtend - gethrtime();
usr/src/lib/libc/port/gen/ssp.c
51
hrtime_t t = gethrtime();
usr/src/lib/libc/port/threads/rwlock.c
1062
rwsp->rw_wrlock_begin_hold = gethrtime();
usr/src/lib/libc/port/threads/rwlock.c
1112
gethrtime() - rwsp->rw_wrlock_begin_hold;
usr/src/lib/libc/port/threads/rwlock.c
892
rwsp->rw_wrlock_begin_hold = gethrtime();
usr/src/lib/libc/port/threads/scalls.c
636
start = gethrtime();
usr/src/lib/libc/port/threads/scalls.c
650
rqtp->tv_nsec > gethrtime()) {
usr/src/lib/libc/port/threads/scalls.c
657
lapse = gethrtime() - start;
usr/src/lib/libc/port/threads/sema.c
108
begin_sleep = gethrtime();
usr/src/lib/libc/port/threads/sema.c
189
ssp->sema_wait_sleep_time += gethrtime() - begin_sleep;
usr/src/lib/libc/port/threads/synch.c
1002
begin_sleep = gethrtime();
usr/src/lib/libc/port/threads/synch.c
1037
msp->mutex_sleep_time += gethrtime() - begin_sleep;
usr/src/lib/libc/port/threads/synch.c
1801
begin_sleep = gethrtime();
usr/src/lib/libc/port/threads/synch.c
1883
msp->mutex_sleep_time += gethrtime() - begin_sleep;
usr/src/lib/libc/port/threads/synch.c
3519
begin_sleep = gethrtime();
usr/src/lib/libc/port/threads/synch.c
3557
hrtime_t lapse = gethrtime() - begin_sleep;
usr/src/lib/libc/port/threads/synch.c
3655
abstime->tv_nsec > gethrtime())
usr/src/lib/libc/port/threads/synch.c
66
msp->mutex_begin_hold = gethrtime();
usr/src/lib/libc/port/threads/synch.c
72
hrtime_t now = gethrtime();
usr/src/lib/libdhcpagent/common/dhcpagent_ipc.c
354
request->ipc_id = gethrtime();
usr/src/lib/libdhcpagent/common/dhcpagent_ipc.c
989
start = gethrtime();
usr/src/lib/libdhcpagent/common/dhcpagent_ipc.c
999
end = gethrtime();
usr/src/lib/libdladm/common/libdlstat.c
102
stats->snaptime = gethrtime();
usr/src/lib/libdladm/common/libdlwlan.c
1407
srandom(gethrtime());
usr/src/lib/libdladm/common/libdlwlan.c
533
start = gethrtime();
usr/src/lib/libdladm/common/libdlwlan.c
544
if ((timeout >= 0) && (gethrtime() - start) /
usr/src/lib/libdlpi/common/libdlpi.c
1341
start = NSEC2MSEC(gethrtime());
usr/src/lib/libdlpi/common/libdlpi.c
1457
current = NSEC2MSEC(gethrtime());
usr/src/lib/libdtrace/common/dt_aggregate.c
704
hrtime_t now = gethrtime();
usr/src/lib/libdtrace/common/dt_consume.c
2881
hrtime_t now = gethrtime();
usr/src/lib/libdtrace/common/dt_work.c
115
hrtime_t now = gethrtime();
usr/src/lib/libdtrace/common/dt_work.c
76
now = gethrtime();
usr/src/lib/libdtrace_jni/common/dtj_consume.c
2187
snaptime = gethrtime();
usr/src/lib/libdtrace_jni/common/dtj_consume.c
2439
jc->dtjj_consumer->dtjc_printa_snaptime = gethrtime();
usr/src/lib/libfakekernel/common/clock.c
46
hrt = gethrtime();
usr/src/lib/libfakekernel/common/clock.c
55
hrt = gethrtime();
usr/src/lib/libfakekernel/common/clock.c
62
return (gethrtime());
usr/src/lib/libfakekernel/common/cond.c
141
delta -= gethrtime();
usr/src/lib/libinetutil/common/tq.c
283
hrtime_t current_time = gethrtime();
usr/src/lib/libinetutil/common/tq.c
319
hrtime_t current_time = gethrtime();
usr/src/lib/libinetutil/common/tq.c
98
node->iutn_abs_timeout = gethrtime() + MSEC2NSEC(msec);
usr/src/lib/libinstzones/common/zones.c
916
hretime = gethrtime();
usr/src/lib/libipadm/common/libipadm.c
362
starttime = gethrtime();
usr/src/lib/libipadm/common/libipadm.c
364
now = gethrtime();
usr/src/lib/libldap5/sources/ldap/common/os-ip.c
317
start_time = gethrtime();
usr/src/lib/libldap5/sources/ldap/common/os-ip.c
386
tmp_time = gethrtime();
usr/src/lib/libldap5/sources/ldap/common/result.c
338
start_time = gethrtime();
usr/src/lib/libldap5/sources/ldap/common/result.c
461
tmp_time = gethrtime();
usr/src/lib/libnsl/nss/getipnodeby.c
717
now = gethrtime();
usr/src/lib/libnsl/nss/netdir_inet.c
1703
now = gethrtime();
usr/src/lib/libnsl/rpc/clnt_vc.c
509
start = gethrtime();
usr/src/lib/libnsl/rpc/clnt_vc.c
524
hrtime_t elapsed = gethrtime() - start;
usr/src/lib/libpcsc/common/libpcsc.c
262
hdl->pcsc_create_time = gethrtime();
usr/src/lib/libscf/common/midlevel.c
828
timestamp = gethrtime();
usr/src/lib/libsip/common/sip_gids.c
160
time = (uint32_t)gethrtime();
usr/src/lib/libsip/common/sip_itf.c
684
sip_hash_salt = gethrtime();
usr/src/lib/libsip/common/sip_timeout.c
195
(hrtime_t)(timeout_time->tv_usec * MILLISEC) + gethrtime();
usr/src/lib/libsip/common/sip_timeout.c
257
current_time = gethrtime();
usr/src/lib/libsip/common/sip_timeout.c
337
current_time = gethrtime();
usr/src/lib/libumem/common/umem.c
1086
umem_abort_info.ump_timestamp = gethrtime();
usr/src/lib/libumem/common/umem.c
1374
_bcp->bc_timestamp = gethrtime(); \
usr/src/lib/libumem/common/umem.c
1702
gethrtime() % mtbf == 0 &&
usr/src/lib/libumem/common/umem.c
2581
umem_reap_next = gethrtime() +
usr/src/lib/libumem/common/umem.c
2604
gethrtime() < umem_reap_next)
usr/src/lib/libumem/common/umem.c
2609
if (umem_reaping != UMEM_REAP_DONE || gethrtime() < umem_reap_next) {
usr/src/lib/libumem/common/umem.c
3512
umem_reap_next = gethrtime() + NANOSEC;
usr/src/lib/libumem/common/umem_update_thread.c
65
umem_reap_next = gethrtime() +
usr/src/lib/libumem/common/vmem.c
1086
if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
usr/src/lib/libumem/common/vmem.c
351
vsp->vs_timestamp = gethrtime();
usr/src/lib/libumem/common/vmem.c
851
if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
usr/src/lib/libuutil/common/uu_open.c
54
(void) snprintf(fname, PATH_MAX, "%s/uu%lld", dir, gethrtime());
usr/src/lib/libzpool/common/kernel.c
358
(void) printf("%llu ", gethrtime());
usr/src/lib/scsi/libscsi/common/scsi_engine.c
159
srand48(gethrtime());
usr/src/lib/scsi/libses/common/ses_enclosure.c
223
srand48(gethrtime());
usr/src/lib/scsi/libses/common/ses_snap.c
470
sp->ss_time = gethrtime();
usr/src/lib/scsi/libsmp/common/smp_engine.c
258
srand48(gethrtime());
usr/src/lib/storage/liba5k/common/mon.c
1952
start_time = gethrtime();
usr/src/lib/storage/liba5k/common/mon.c
2284
end_time = gethrtime();
usr/src/lib/storage/liba5k/common/mon.c
3649
start_time = gethrtime();
usr/src/lib/storage/liba5k/common/mon.c
3779
end_time = gethrtime();
usr/src/lib/storage/liba5k/common/mon.c
3832
start_time = gethrtime();
usr/src/lib/storage/liba5k/common/mon.c
4058
end_time = gethrtime();
usr/src/lib/storage/libg_fc/common/io.c
761
start_time = gethrtime();
usr/src/lib/storage/libg_fc/common/io.c
805
end_time = gethrtime();
usr/src/lib/storage/libg_fc/common/map.c
3771
start_time = gethrtime();
usr/src/lib/storage/libg_fc/common/map.c
3903
end_time = gethrtime();
usr/src/lib/storage/libg_fc/common/map.c
513
start_time = gethrtime();
usr/src/lib/storage/libg_fc/common/map.c
5738
start_time = gethrtime();
usr/src/lib/storage/libg_fc/common/map.c
5818
end_time = gethrtime();
usr/src/lib/storage/libg_fc/common/map.c
616
end_time = gethrtime();
usr/src/lib/storage/libg_fc/common/map.c
636
start_time = gethrtime();
usr/src/lib/storage/libg_fc/common/map.c
652
end_time = gethrtime();
usr/src/lib/storage/libg_fc/common/map.c
659
start_time = gethrtime();
usr/src/lib/storage/libg_fc/common/map.c
673
end_time = gethrtime();
usr/src/lib/storage/libg_fc/common/map.c
680
start_time = gethrtime();
usr/src/lib/storage/libg_fc/common/map.c
710
end_time = gethrtime();
usr/src/lib/sun_fc/common/FCHBAPort.cc
325
start = gethrtime();
usr/src/lib/sun_fc/common/FCHBAPort.cc
382
end = gethrtime();
usr/src/lib/sun_fc/common/FCHBAPort.cc
925
start = gethrtime();
usr/src/lib/sun_fc/common/FCHBAPort.cc
929
end = gethrtime();
usr/src/lib/sun_fc/common/HBA.cc
316
hrtime_t start = gethrtime();
usr/src/lib/sun_fc/common/HBA.cc
320
for (cur = start; cur < end; cur = gethrtime()) {
usr/src/lib/sun_fc/common/Sun_fcScsiInquiryV2.cc
68
hrtime_t start = gethrtime();
usr/src/lib/sun_fc/common/Sun_fcScsiInquiryV2.cc
70
for (hrtime_t cur = start; cur < end; cur = gethrtime()) {
usr/src/lib/sun_fc/common/Sun_fcScsiReadCapacityV2.cc
65
hrtime_t start = gethrtime();
usr/src/lib/sun_fc/common/Sun_fcScsiReadCapacityV2.cc
67
for (hrtime_t cur = start; cur < end; cur = gethrtime()) {
usr/src/lib/sun_fc/common/Sun_fcScsiReportLUNsV2.cc
65
hrtime_t start = gethrtime();
usr/src/lib/sun_fc/common/Sun_fcScsiReportLUNsV2.cc
67
for (hrtime_t cur = start; cur < end; cur = gethrtime()) {
usr/src/lib/sun_sas/common/Sun_sasLoadLibrary.c
65
start = gethrtime();
usr/src/lib/sun_sas/common/Sun_sasLoadLibrary.c
73
end = gethrtime();
usr/src/lib/sun_sas/common/Sun_sasRefreshAdapterConfiguration.c
101
start = gethrtime();
usr/src/lib/sun_sas/common/Sun_sasRefreshAdapterConfiguration.c
112
end = gethrtime();
usr/src/lib/sun_sas/common/Sun_sasRefreshInformation.c
109
start = gethrtime();
usr/src/lib/sun_sas/common/Sun_sasRefreshInformation.c
120
end = gethrtime();
usr/src/lib/sun_sas/common/Sun_sasScsiInquiry.c
234
end = gethrtime();
usr/src/lib/sun_sas/common/Sun_sasScsiInquiry.c
90
start = gethrtime();
usr/src/lib/sun_sas/common/Sun_sasScsiReadCapacity.c
218
end = gethrtime();
usr/src/lib/sun_sas/common/Sun_sasScsiReadCapacity.c
83
start = gethrtime();
usr/src/lib/sun_sas/common/Sun_sasScsiReportLUNs.c
198
end = gethrtime();
usr/src/lib/sun_sas/common/Sun_sasScsiReportLUNs.c
82
start = gethrtime();
usr/src/lib/sun_sas/common/Sun_sasSendSMPPassThru.c
104
start = gethrtime();
usr/src/lib/sun_sas/common/Sun_sasSendSMPPassThru.c
224
end = gethrtime();
usr/src/lib/udapl/udapl_tavor/common/dapl_evd_util.c
1373
curr_time = gethrtime();
usr/src/lib/udapl/udapl_tavor/common/dapl_evd_util.c
1382
curr_time = gethrtime();
usr/src/lib/udapl/udapl_tavor/common/dapl_evd_util.c
1446
curr_time = gethrtime();
usr/src/test/bhyve-tests/tests/kdev/tsc_freq_ctrl.c
174
tsc_readings[count].when = gethrtime();
usr/src/test/bhyve-tests/tests/kdev/vatpit_freq.c
121
readings[nread].when = gethrtime();
usr/src/test/bhyve-tests/tests/kdev/vhpet_freq.c
122
readings[nread].when = gethrtime();
usr/src/test/bhyve-tests/tests/kdev/vlapic_freq.c
119
readings[nread].when = gethrtime();
usr/src/test/bhyve-tests/tests/kdev/vlapic_freq_periodic.c
129
readings[nread].when = gethrtime();
usr/src/test/bhyve-tests/tests/kdev/vpmtmr_freq.c
127
readings[nread].when = gethrtime();
usr/src/test/libc-tests/tests/c11_threads.c
214
start = gethrtime();
usr/src/test/libc-tests/tests/c11_threads.c
216
end = gethrtime();
usr/src/test/os-tests/tests/clock_gettime.c
73
{ CLOCK_HIGHRES, gethrtime, "highres" },
usr/src/test/os-tests/tests/ksid/ksid.c
50
start = gethrtime();
usr/src/test/os-tests/tests/ksid/ksid.c
80
end = gethrtime();
usr/src/uts/common/crypto/api/kcf_random.c
150
ts = gethrtime();
usr/src/uts/common/crypto/api/kcf_random.c
680
timestamp = gethrtime();
usr/src/uts/common/crypto/io/swrand.c
220
ts = gethrtime();
usr/src/uts/common/crypto/io/swrand.c
724
ts1 = gethrtime();
usr/src/uts/common/crypto/io/swrand.c
764
ts2 = gethrtime();
usr/src/uts/common/disp/disp.c
2003
stealtime - gethrtime() <= 0) {
usr/src/uts/common/disp/sysdc.c
456
sdc->sdc_nupdates = (uint_t)((gethrtime() % 4999) %
usr/src/uts/common/disp/sysdc.c
685
now = gethrtime();
usr/src/uts/common/fs/fsflush.c
122
hrtime_t timer = gethrtime();
usr/src/uts/common/fs/fsflush.c
342
fsf_total.fsf_time += fsf_recent.fsf_time = gethrtime() - timer;
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1138
NULL, vfsp, gethrtime(), cr, NULL, NULL);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1471
NULL, vfsp, gethrtime(), CRED(), NULL, NULL);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1531
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1628
vp = makenfs3node(&fh, NULL, vfsp, gethrtime(), CRED(), NULL, NULL);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
1182
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
1434
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
1621
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
1721
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
1882
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
2175
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
2469
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
2681
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
2765
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
2932
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
3010
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
3276
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
3419
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
3539
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
3624
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
4120
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
4231
res.time = gethrtime();
usr/src/uts/common/fs/nfs/nfs3_vnops.c
5873
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_callback.c
1435
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_client.c
679
now = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_client.c
825
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_client_state.c
1953
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_client_state.c
2165
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1579
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_subr.c
1977
nfs4_attrcache_noinval(vp, &gar, gethrtime()); /* force update */
usr/src/uts/common/fs/nfs/nfs4_subr.c
1989
nfs4_attrcache_noinval(dvp, &pgar, gethrtime());
usr/src/uts/common/fs/nfs/nfs4_subr.c
2722
ksp->ks_snaptime = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2575
&mfname, NULL, mi, cr, gethrtime());
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2821
VFTOMI4(vfsp), CRED(), gethrtime());
usr/src/uts/common/fs/nfs/nfs4_vnops.c
11427
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
1174
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
1918
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
2498
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
3951
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
4405
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
4560
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5344
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5614
now = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5782
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5992
now = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
6415
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
7032
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
7392
dinfo.di_time_call = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
7560
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
8230
dinfo.di_time_call = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
8479
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
8763
dinfo.di_time_call = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_vnops.c
9344
rargs->t = t = gethrtime();
usr/src/uts/common/fs/nfs/nfs4_xdr.c
918
hrt2ts(gethrtime(), &garp->n4g_va.va_atime);
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
162
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
201
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
254
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
359
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
439
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
542
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
582
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
641
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_client.c
770
now = gethrtime();
usr/src/uts/common/fs/nfs/nfs_client.c
888
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_client.c
961
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_subr.c
3397
ksp->ks_snaptime = gethrtime();
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1257
NULL, vfsp, gethrtime(), cr, NULL, NULL);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1466
NULL, vfsp, gethrtime(), CRED(), NULL, NULL);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1633
gethrtime(), CRED(), NULL, NULL);
usr/src/uts/common/fs/nfs/nfs_vnops.c
1291
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_vnops.c
1929
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_vnops.c
2145
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_vnops.c
2753
t = gethrtime();
usr/src/uts/common/fs/nfs/nfs_vnops.c
990
t = gethrtime();
usr/src/uts/common/fs/proc/prcontrol.c
1760
estimate_msacct(p->p_tlist, gethrtime());
usr/src/uts/common/fs/proc/prioctl.c
1031
pup->pr_tstamp = gethrtime();
usr/src/uts/common/fs/proc/prioctl.c
1124
curtime = gethrtime();
usr/src/uts/common/fs/proc/prioctl.c
2609
pup->pr_tstamp = gethrtime();
usr/src/uts/common/fs/proc/prioctl.c
2702
curtime = gethrtime();
usr/src/uts/common/fs/proc/prioctl.c
3647
hrt2ts(gethrtime(), &php->pr_tstamp);
usr/src/uts/common/fs/proc/prioctl.c
3758
hrt2ts32(gethrtime(), &php->pr_tstamp);
usr/src/uts/common/fs/proc/prsubr.c
2198
hrt2ts(gethrtime(), &php->pr_tstamp);
usr/src/uts/common/fs/proc/prsubr.c
2349
hrt2ts32(gethrtime(), &php->pr_tstamp);
usr/src/uts/common/fs/proc/prvnops.c
1239
pup->pr_tstamp = gethrtime();
usr/src/uts/common/fs/proc/prvnops.c
1345
curtime = gethrtime();
usr/src/uts/common/fs/proc/prvnops.c
1618
pup->pr_tstamp = gethrtime();
usr/src/uts/common/fs/proc/prvnops.c
2351
pup->pr_tstamp = gethrtime();
usr/src/uts/common/fs/proc/prvnops.c
2457
curtime = gethrtime();
usr/src/uts/common/fs/proc/prvnops.c
2756
pup->pr_tstamp = gethrtime();
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_acl.c
174
np->r_sectime = gethrtime();
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_acl.c
369
np->r_sectime = gethrtime() + smi->smi_acdirmax;
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_acl.c
408
if (gethrtime() >= np->r_sectime) {
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_acl.c
446
gethrtime() >= np->r_sectime) {
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_client.c
238
np->r_sectime = gethrtime();
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_client.c
279
now = gethrtime();
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_client.c
379
if (gethrtime() >= np->r_attrtime) {
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_client.c
75
#define ATTRCACHE_VALID(vp) (gethrtime() < VTOSMB(vp)->r_attrtime)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_node.c
221
dnp->r_mtime = gethrtime();
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_node.c
237
np->r_attrtime = gethrtime();
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_node.c
247
np->r_attrtime = gethrtime();
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
350
#define smbfs_attrcache_rm_locked(np) (np)->r_attrtime = gethrtime()
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vfsops.c
918
now = gethrtime();
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vfsops.c
966
now = gethrtime();
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vnops.c
2457
if (np->r_attrtime <= gethrtime()) {
usr/src/uts/common/fs/smbsrv/smb2_change_notify.c
118
gethrtime() - start_time);
usr/src/uts/common/fs/smbsrv/smb2_dispatch.c
221
sr->sr_time_submitted = gethrtime();
usr/src/uts/common/fs/smbsrv/smb2_dispatch.c
247
sr->sr_time_active = gethrtime();
usr/src/uts/common/fs/smbsrv/smb2_dispatch.c
444
dt = gethrtime() - sr->sr_time_start;
usr/src/uts/common/fs/smbsrv/smb2_dispatch.c
887
sr->sr_time_start = gethrtime();
usr/src/uts/common/fs/smbsrv/smb2_durable.c
1574
now = gethrtime();
usr/src/uts/common/fs/smbsrv/smb2_fsctl_copychunk.c
376
if (gethrtime() > end_time)
usr/src/uts/common/fs/smbsrv/smb_common_open.c
740
shrlock_t0 = gethrtime();
usr/src/uts/common/fs/smbsrv/smb_common_open.c
806
hrtime_t now = gethrtime();
usr/src/uts/common/fs/smbsrv/smb_dispatch.c
597
sr->sr_time_submitted = gethrtime();
usr/src/uts/common/fs/smbsrv/smb_dispatch.c
619
sr->sr_time_active = gethrtime();
usr/src/uts/common/fs/smbsrv/smb_dispatch.c
838
sr->sr_time_start = gethrtime();
usr/src/uts/common/fs/smbsrv/smb_dispatch.c
848
smb_latency_add_sample(&sds->sdt_lat, gethrtime() - sr->sr_time_start);
usr/src/uts/common/fs/smbsrv/smb_ofile.c
1463
of->dh_expire_time = gethrtime() + of->dh_timeout_offset;
usr/src/uts/common/fs/smbsrv/smb_ofile.c
655
of->dh_expire_time = gethrtime() +
usr/src/uts/common/fs/smbsrv/smb_server.c
744
sv->sv_start_time = gethrtime();
usr/src/uts/common/fs/sockfs/socksubr.c
1847
ksp->ks_snaptime = gethrtime();
usr/src/uts/common/fs/ufs/ufs_dir.c
1203
gethrtime() - ufs_dc_disable_at > ufs_dc_disable_duration) {
usr/src/uts/common/fs/ufs/ufs_dir.c
1219
ufs_dc_disable_at = gethrtime();
usr/src/uts/common/fs/ufs/ufs_dir.c
322
gethrtime() - ufs_dc_disable_at > ufs_dc_disable_duration) {
usr/src/uts/common/fs/ufs/ufs_dir.c
331
ufs_dc_disable_at = gethrtime();
usr/src/uts/common/fs/vnode.c
3086
vp->v_path_stamp = gethrtime();
usr/src/uts/common/fs/vnode.c
3203
vp->v_path_stamp = gethrtime();
usr/src/uts/common/fs/zfs/arc.c
4781
arc_growtime = gethrtime() + SEC2NSEC(arc_grow_retry);
usr/src/uts/common/fs/zfs/arc.c
4785
} else if (gethrtime() >= arc_growtime) {
usr/src/uts/common/fs/zfs/dmu_tx.c
58
tx->tx_start = gethrtime();
usr/src/uts/common/fs/zfs/dmu_tx.c
800
now = gethrtime();
usr/src/uts/common/fs/zfs/dmu_tx.c
825
hrtime_t delta = wakeup - gethrtime();
usr/src/uts/common/fs/zfs/dmu_zfetch.c
189
hrtime_t now = gethrtime();
usr/src/uts/common/fs/zfs/dmu_zfetch.c
243
hrtime_t now = gethrtime();
usr/src/uts/common/fs/zfs/dmu_zfetch.c
421
zs->zs_atime = gethrtime();
usr/src/uts/common/fs/zfs/dsl_scan.c
1300
hrtime_t curr_time_ns = gethrtime();
usr/src/uts/common/fs/zfs/dsl_scan.c
2705
uint64_t curr_time_ns = gethrtime();
usr/src/uts/common/fs/zfs/dsl_scan.c
3066
elapsed_nanosecs = gethrtime() - scn->scn_sync_start_time;
usr/src/uts/common/fs/zfs/dsl_scan.c
3315
NSEC2MSEC(gethrtime() - scn->scn_sync_start_time),
usr/src/uts/common/fs/zfs/dsl_scan.c
3454
scn->scn_sync_start_time = gethrtime();
usr/src/uts/common/fs/zfs/dsl_scan.c
3485
uint64_t scan_time_ns = gethrtime() - scn->scn_sync_start_time;
usr/src/uts/common/fs/zfs/dsl_scan.c
3494
scan_time_ns = gethrtime() - scn->scn_sync_start_time;
usr/src/uts/common/fs/zfs/dsl_scan.c
3609
(longlong_t)NSEC2MSEC(gethrtime() -
usr/src/uts/common/fs/zfs/dsl_scan.c
3645
(longlong_t)NSEC2MSEC(gethrtime() -
usr/src/uts/common/fs/zfs/lua/lstate.c
49
#define luai_makeseed() cast(unsigned int, gethrtime())
usr/src/uts/common/fs/zfs/metaslab.c
2213
hrtime_t load_start = gethrtime();
usr/src/uts/common/fs/zfs/metaslab.c
2374
hrtime_t load_end = gethrtime();
usr/src/uts/common/fs/zfs/metaslab.c
2472
msp->ms_unload_time = gethrtime();
usr/src/uts/common/fs/zfs/metaslab.c
2535
msp->ms_selected_time = gethrtime();
usr/src/uts/common/fs/zfs/metaslab.c
3093
(msp->ms_max_size != 0 && !try_hard && gethrtime() <
usr/src/uts/common/fs/zfs/metaslab.c
627
gethrtime() > msp->ms_selected_time +
usr/src/uts/common/fs/zfs/mmp.c
208
mmp->mmp_last_write = gethrtime();
usr/src/uts/common/fs/zfs/mmp.c
250
"gethrtime %llu", spa_name(spa), gethrtime());
usr/src/uts/common/fs/zfs/mmp.c
270
spa_name(spa), gethrtime());
usr/src/uts/common/fs/zfs/mmp.c
359
hrtime_t delay = gethrtime() - mts->mmp_last_write;
usr/src/uts/common/fs/zfs/mmp.c
374
mts->mmp_last_write = gethrtime();
usr/src/uts/common/fs/zfs/mmp.c
397
hrtime_t mmp_write_duration = gethrtime() - vd->vdev_mmp_pending;
usr/src/uts/common/fs/zfs/mmp.c
443
hrtime_t lock_acquire_time = gethrtime();
usr/src/uts/common/fs/zfs/mmp.c
445
lock_acquire_time = gethrtime() - lock_acquire_time;
usr/src/uts/common/fs/zfs/mmp.c
449
gethrtime());
usr/src/uts/common/fs/zfs/mmp.c
480
gethrtime(), error);
usr/src/uts/common/fs/zfs/mmp.c
492
spa_name(spa), gethrtime(), vd->vdev_guid);
usr/src/uts/common/fs/zfs/mmp.c
516
vd->vdev_mmp_pending = gethrtime();
usr/src/uts/common/fs/zfs/mmp.c
568
hrtime_t next_time = gethrtime() +
usr/src/uts/common/fs/zfs/mmp.c
606
next_time = gethrtime() + mmp_interval / leaves;
usr/src/uts/common/fs/zfs/mmp.c
614
spa_name(spa), gethrtime(), last_mmp_interval,
usr/src/uts/common/fs/zfs/mmp.c
633
mmp->mmp_last_write = gethrtime();
usr/src/uts/common/fs/zfs/mmp.c
653
(gethrtime() - mmp->mmp_last_write) > mmp_fail_ns) {
usr/src/uts/common/fs/zfs/mmp.c
657
spa_name(spa), (u_longlong_t)gethrtime(),
usr/src/uts/common/fs/zfs/mmp.c
666
NSEC2MSEC(gethrtime() - mmp->mmp_last_write),
usr/src/uts/common/fs/zfs/mmp.c
667
gethrtime());
usr/src/uts/common/fs/zfs/mmp.c
675
next_time = gethrtime() + MSEC2NSEC(MMP_MIN_INTERVAL) /
usr/src/uts/common/fs/zfs/spa.c
1060
tq = tqs->stqs_taskq[gethrtime() % tqs->stqs_count];
usr/src/uts/common/fs/zfs/spa.c
2633
import_expire = gethrtime() + import_delay;
usr/src/uts/common/fs/zfs/spa.c
2635
while (gethrtime() < import_expire) {
usr/src/uts/common/fs/zfs/spa.c
2637
NSEC2SEC(import_expire - gethrtime()));
usr/src/uts/common/fs/zfs/spa.c
7750
(gethrtime() - spa->spa_ccw_fail_time) <
usr/src/uts/common/fs/zfs/spa.c
8619
spa->spa_sync_starttime = gethrtime();
usr/src/uts/common/fs/zfs/spa.c
8741
NSEC2SEC(gethrtime() - spa->spa_spares_last_polled) >
usr/src/uts/common/fs/zfs/spa.c
8744
spa->spa_spares_last_polled = gethrtime();
usr/src/uts/common/fs/zfs/spa_config.c
287
target->spa_ccw_fail_time = gethrtime();
usr/src/uts/common/fs/zfs/spa_log_spacemap.c
1118
hrtime_t read_logs_starttime = gethrtime();
usr/src/uts/common/fs/zfs/spa_log_spacemap.c
1154
hrtime_t read_logs_endtime = gethrtime();
usr/src/uts/common/fs/zfs/spa_misc.c
607
(gethrtime() - spa->spa_sync_starttime) / NANOSEC,
usr/src/uts/common/fs/zfs/txg.c
368
tx->tx_open_time = gethrtime();
usr/src/uts/common/fs/zfs/txg.c
614
hrtime_t start = gethrtime();
usr/src/uts/common/fs/zfs/txg.c
627
while (gethrtime() - start < delay &&
usr/src/uts/common/fs/zfs/vdev.c
3813
vs->vs_timestamp = gethrtime() - vs->vs_timestamp;
usr/src/uts/common/fs/zfs/vdev.c
4588
delta = gethrtime() - fio->io_timestamp;
usr/src/uts/common/fs/zfs/vdev.c
553
vd->vdev_stat.vs_timestamp = gethrtime();
usr/src/uts/common/fs/zfs/vdev_queue.c
806
zio->io_timestamp = gethrtime();
usr/src/uts/common/fs/zfs/vdev_queue.c
832
zio->io_delta = gethrtime() - zio->io_timestamp;
usr/src/uts/common/fs/zfs/vdev_queue.c
833
vq->vq_io_complete_ts = gethrtime();
usr/src/uts/common/fs/zfs/vdev_raidz_math.c
335
t_start = gethrtime();
usr/src/uts/common/fs/zfs/vdev_raidz_math.c
341
t_diff = gethrtime() - t_start;
usr/src/uts/common/fs/zfs/vdev_trim.c
441
(NSEC2MSEC(gethrtime() - ta->trim_start_time) + 1));
usr/src/uts/common/fs/zfs/vdev_trim.c
545
ta->trim_start_time = gethrtime();
usr/src/uts/common/fs/zfs/zfs_debug.c
82
zdm->zdm_hrtime = gethrtime();
usr/src/uts/common/fs/zfs/zil.c
1105
zilog->zl_last_lwb_latency = gethrtime() - lwb->lwb_issued_timestamp;
usr/src/uts/common/fs/zfs/zil.c
1496
lwb->lwb_issued_timestamp = gethrtime();
usr/src/uts/common/fs/zfs/zil.c
2494
hrtime_t wakeup = gethrtime() + sleep;
usr/src/uts/common/fs/zfs/zio.c
1764
hrtime_t now = gethrtime();
usr/src/uts/common/fs/zfs/zio.c
1909
zio->io_queued_timestamp = gethrtime();
usr/src/uts/common/fs/zfs/zio.c
1942
zio->io_queued_timestamp = gethrtime();
usr/src/uts/common/fs/zfs/zio.c
2002
pio->io_queued_timestamp = gethrtime();
usr/src/uts/common/fs/zfs/zio.c
3546
zio->io_delay = gethrtime();
usr/src/uts/common/fs/zfs/zio.c
3568
zio->io_delay = gethrtime() - zio->io_delay;
usr/src/uts/common/fs/zfs/zio_inject.c
602
hrtime_t idle = handler->zi_record.zi_timer + gethrtime();
usr/src/uts/common/inet/cc/cc_cubic.c
176
nsecs_since_cong = gethrtime() -
usr/src/uts/common/inet/cc/cc_cubic.c
252
cubic_data->t_last_cong = gethrtime();
usr/src/uts/common/inet/cc/cc_cubic.c
274
cubic_data->t_last_cong = gethrtime();
usr/src/uts/common/inet/cc/cc_cubic.c
319
cubic_data->t_last_cong = gethrtime();
usr/src/uts/common/inet/cc/cc_cubic.c
331
cubic_data->t_last_cong = gethrtime();
usr/src/uts/common/inet/cc/cc_cubic.c
404
cubic_data->t_last_cong = gethrtime();
usr/src/uts/common/inet/ilb/ilb_nat.c
149
gethrtime() % ILB_NAT_SRC_TIMEOUT_JITTER));
usr/src/uts/common/inet/ilb/ilb_nat.c
332
gethrtime() % ILB_NAT_SRC_TIMEOUT_JITTER));
usr/src/uts/common/inet/ip/ip_dce.c
140
hrtime_t seed = gethrtime();
usr/src/uts/common/inet/ip/ipsecah.c
257
hrtime_t begin = gethrtime();
usr/src/uts/common/inet/ip/ipsecesp.c
306
hrtime_t begin = gethrtime();
usr/src/uts/common/inet/ip/sadb.c
4252
hrtime_t end = gethrtime();
usr/src/uts/common/inet/ip/spd.c
1063
hrtime_t current = gethrtime();
usr/src/uts/common/inet/ipd/ipd.c
904
ins->ipdn_rand = gethrtime();
usr/src/uts/common/inet/sctp/sctp.c
1471
sctp->sctp_lvtag = (uint32_t)gethrtime();
usr/src/uts/common/inet/sctp/sctp_cookie.c
543
itag = (uint32_t)gethrtime();
usr/src/uts/common/inet/sctp/sctp_cookie.c
567
itag = (uint32_t)gethrtime();
usr/src/uts/common/inet/sctp/sctp_impl.h
596
(uint_t)gethrtime() % (fp)->sf_rto)
usr/src/uts/common/inet/squeue.c
1001
now = gethrtime();
usr/src/uts/common/inet/squeue.c
1238
now = gethrtime();
usr/src/uts/common/inet/squeue.c
470
now = gethrtime();
usr/src/uts/common/inet/squeue.c
598
sqp->sq_awoken = gethrtime();
usr/src/uts/common/inet/squeue.c
730
now = gethrtime();
usr/src/uts/common/inet/tcp/tcp.c
2681
sqp = IP_SQUEUE_GET((uint_t)gethrtime());
usr/src/uts/common/inet/tcp/tcp.c
3619
hrt = gethrtime();
usr/src/uts/common/inet/tcp/tcp.c
3697
tcp_iss_cookie.randnum = (uint32_t)(gethrtime() + tcp_random());
usr/src/uts/common/inet/tcp/tcp.c
4005
tcp->tcp_iss += (gethrtime() >> ISS_NSEC_SHT) + tcp_random();
usr/src/uts/common/inet/tcp/tcp_input.c
4510
tcp_set_rto(tcp, gethrtime() -
usr/src/uts/common/inet/tcp/tcp_input.c
4543
(mblk_t *)(intptr_t)gethrtime();
usr/src/uts/common/inet/tcp/tcp_input.c
5023
(mblk_t *)(intptr_t)gethrtime();
usr/src/uts/common/inet/tcp/tcp_input.c
5061
(mblk_t *)(intptr_t)gethrtime();
usr/src/uts/common/inet/tcp/tcp_output.c
1276
mp->b_prev = (mblk_t *)(intptr_t)gethrtime();
usr/src/uts/common/inet/tcp/tcp_output.c
3491
snxt_mp->b_prev = (mblk_t *)(intptr_t)gethrtime();
usr/src/uts/common/inet/tcp/tcp_output.c
3565
old_snxt_mp->b_prev = (mblk_t *)(intptr_t)gethrtime();
usr/src/uts/common/inet/tcp/tcp_output.c
471
local_time = (mblk_t *)(intptr_t)gethrtime();
usr/src/uts/common/inet/tcp/tcp_time_wait.c
721
new_iss += (gethrtime() >> ISS_NSEC_SHT) + answer[0];
usr/src/uts/common/inet/tcp/tcp_time_wait.c
726
new_iss += (gethrtime() >> ISS_NSEC_SHT) + 1;
usr/src/uts/common/inet/tcp/tcp_timers.c
1024
mp->b_prev = (mblk_t *)(intptr_t)gethrtime();
usr/src/uts/common/inet/tcp/tcp_timers.c
759
time_to_wait = NSEC2MSEC(gethrtime() -
usr/src/uts/common/io/1394/adapters/hci1394_ixl_isr.c
846
current_time = gethrtime();
usr/src/uts/common/io/1394/adapters/hci1394_ixl_isr.c
931
current_time = gethrtime();
usr/src/uts/common/io/1394/adapters/hci1394_tlabel.c
164
if (gethrtime() > time) {
usr/src/uts/common/io/1394/adapters/hci1394_tlabel.c
367
tlabel_handle->tb_bad_timestamp[node_number] = gethrtime() +
usr/src/uts/common/io/1394/adapters/hci1394_tlist.c
148
node->tln_expire_time = gethrtime() +
usr/src/uts/common/io/1394/adapters/hci1394_tlist.c
326
current_time = gethrtime();
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
369
guid_timestamp = gethrtime();
usr/src/uts/common/io/1394/targets/dcam1394/dcam_frame.c
586
ring_buff_p->buff_info_array_p[write_ptr_pos].timestamp = gethrtime();
usr/src/uts/common/io/1394/targets/scsa1394/sbp2_bus.c
103
((p) > 0) && ((gethrtime() % (p)) == 0))
usr/src/uts/common/io/afe/afe.c
2031
afep->afe_txstall_time = gethrtime() + (5 * 1000000000ULL);
usr/src/uts/common/io/afe/afe.c
743
(gethrtime() > afep->afe_txstall_time) &&
usr/src/uts/common/io/aggr/aggr_lacp.c
507
portp->lp_lacp.time = gethrtime();
usr/src/uts/common/io/aggr/aggr_lacp.c
635
now = gethrtime();
usr/src/uts/common/io/audio/impl/audio_oss.c
156
ext->timestamp = gethrtime();
usr/src/uts/common/io/audio/impl/audio_oss.c
170
ext->timestamp = gethrtime();
usr/src/uts/common/io/audio/impl/audio_oss.c
184
ext->timestamp = gethrtime();
usr/src/uts/common/io/audio/impl/audio_oss.c
198
ext->timestamp = gethrtime();
usr/src/uts/common/io/audio/impl/audio_oss.c
214
ext->timestamp = gethrtime();
usr/src/uts/common/io/audio/impl/audio_oss.c
237
ext->timestamp = gethrtime();
usr/src/uts/common/io/audio/impl/audio_oss.c
321
ext->timestamp = gethrtime();
usr/src/uts/common/io/audio/impl/audio_oss.c
426
ext->timestamp = gethrtime();
usr/src/uts/common/io/audio/impl/audio_oss.c
447
ext->timestamp = gethrtime();
usr/src/uts/common/io/bfe/bfe.c
2006
bfe->bfe_tx_stall_time = gethrtime() + (5 * 1000000000ULL);
usr/src/uts/common/io/bfe/bfe.c
494
hr = gethrtime();
usr/src/uts/common/io/bge/bge_chip2.c
5220
uint64_t now = gethrtime();
usr/src/uts/common/io/chxge/sge.c
1036
adapter->pause_time = gethrtime();
usr/src/uts/common/io/chxge/sge.c
1048
time = (gethrtime() - adapter->pause_time)/1000;
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
3082
xfer_start = gethrtime();
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
3105
(gethrtime() - xfer_start));
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
3154
xfer_start = gethrtime();
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
3176
(gethrtime() - xfer_start));
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
358
xfer_start = gethrtime();
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
366
(gethrtime() - xfer_start));
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
666
xfer_start = gethrtime();
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
685
(gethrtime() - xfer_start));
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
817
xfer_start = gethrtime();
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
847
stmf_lu_xfer_done(task, is_read, (gethrtime() - xfer_start));
usr/src/uts/common/io/comstar/port/iscsit/iscsit.c
3157
rx_pdu->isp_queue_time = gethrtime();
usr/src/uts/common/io/comstar/port/iscsit/iscsit.c
3436
if ((gethrtime() - next_pdu->isp_queue_time)
usr/src/uts/common/io/comstar/stmf/stmf.c
6737
gethrtime() - itask->itask_waitq_enter_timestamp;
usr/src/uts/common/io/comstar/stmf/stmf.c
7447
itask->itask_start_timestamp = gethrtime();
usr/src/uts/common/io/comstar/stmf/stmf.c
7491
itask->itask_done_timestamp = gethrtime();
usr/src/uts/common/io/comstar/stmf/stmf.c
7543
dbuf->db_xfer_start_timestamp = gethrtime();
usr/src/uts/common/io/comstar/stmf/stmf.c
7559
itask->itask_xfer_done_timestamp = gethrtime();
usr/src/uts/common/io/comstar/stmf/stmf_impl.h
312
i->itask_waitq_enter_timestamp = gethrtime(); \
usr/src/uts/common/io/cpudrv.c
1061
cpupm->lastquan_ticks = NSEC_TO_TICK(gethrtime());
usr/src/uts/common/io/cpudrv.c
1076
ticks = NSEC_TO_TICK(gethrtime());
usr/src/uts/common/io/cxgbe/t4nex/t4_debug.c
105
msg->tdm_when = gethrtime();
usr/src/uts/common/io/devpoll.c
1134
now = gethrtime();
usr/src/uts/common/io/ena/ena.c
574
expired = gethrtime() + timeout;
usr/src/uts/common/io/ena/ena.c
605
if (gethrtime() > expired) {
usr/src/uts/common/io/ena/ena.c
617
expired = gethrtime() + timeout;
usr/src/uts/common/io/ena/ena.c
630
if (gethrtime() > expired) {
usr/src/uts/common/io/ena/ena_admin.c
238
hrtime_t expire = gethrtime() + ena->ena_aq.ea_cmd_timeout_ns;
usr/src/uts/common/io/ena/ena_admin.c
250
if (gethrtime() > expire) {
usr/src/uts/common/io/ena/ena_aenq.c
228
uint64_t now = (uint64_t)gethrtime();
usr/src/uts/common/io/ena/ena_stats.c
114
fetch = gethrtime() - ena->ena_device_basic_stat_last_update >
usr/src/uts/common/io/ena/ena_stats.c
125
ena->ena_device_basic_stat_last_update = gethrtime();
usr/src/uts/common/io/ena/ena_watchdog.c
55
gethrtime() - ena->ena_watchdog_last_keepalive >
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
876
now = gethrtime();
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10387
t = gethrtime();
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
8714
sbp->sd_start_time = gethrtime();
usr/src/uts/common/io/gpio/kgpio.c
2128
dpio->dpio_last_write = gethrtime();
usr/src/uts/common/io/i2c/ctrl/pchsmbus/pchsmbus.c
708
hrtime_t abs = gethrtime() + USEC2NSEC(to);
usr/src/uts/common/io/i2c/ctrl/pchsmbus/pchsmbus.c
710
while (!pch->ps_req_done && gethrtime() < abs) {
usr/src/uts/common/io/i2c/nexus/i2cnex_txn.c
117
next->txn_last_change = gethrtime();
usr/src/uts/common/io/i2c/nexus/i2cnex_txn.c
148
txn->txn_last_change = gethrtime();
usr/src/uts/common/io/i2c/nexus/i2cnex_txn.c
180
txn->txn_last_change = gethrtime();
usr/src/uts/common/io/i2c/nexus/i2cnex_txn.c
240
sleep_time = gethrtime();
usr/src/uts/common/io/i2c/nexus/i2cnex_txn.c
87
txn->txn_last_change = gethrtime();
usr/src/uts/common/io/i40e/i40e_main.c
2733
itrq->irtq_time_stopped = gethrtime();
usr/src/uts/common/io/i40e/i40e_main.c
3054
now = gethrtime();
usr/src/uts/common/io/ib/clients/daplt/daplt.c
9451
htblp->ht_next_hkey = (uint64_t)gethrtime();
usr/src/uts/common/io/ib/clients/daplt/daplt.c
9510
hkey = htblp->ht_next_hkey = (uint64_t)gethrtime();
usr/src/uts/common/io/ib/clients/daplt/daplt.c
9918
int micro_time = (int)((gethrtime() / 10000) % 1000000000);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1763
nsec = gethrtime();
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_debug.c
374
hrtime_t current = gethrtime();
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_impl.c
1473
ibcm_open_wait(gethrtime() - statep->post_time);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_impl.c
1490
statep->post_time = gethrtime();
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_impl.c
1710
ibcm_check_send_cmpltn_time(gethrtime() - time, mad_type);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
1099
statep->stale_clock = gethrtime() +
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
1280
cur_time = gethrtime();
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
2982
statep->mra_time = gethrtime();
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
3574
statep->mra_time = gethrtime();
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
3603
statep->mra_time = gethrtime();
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
5108
statep->post_time = gethrtime();
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
2401
statep->stale_clock = gethrtime() +
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_utils.c
1146
cm_tran_priv = gethrtime() >> 20; /* ~time in ms */
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_utils.c
1587
sp->conn_trace->conn_base_tm = gethrtime();
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_utils.c
1659
hrt = gethrtime();
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4721
temp = gethrtime() - hca->hl_attach_time;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
7294
"sweep %lld ms", ((gethrtime() - x)/ 1000000));
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
7298
x = gethrtime();
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
978
hca_list->hl_attach_time = gethrtime();
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_recv.c
538
saa_portp->saa_pt_sa_uptime = gethrtime();
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_impl.c
1472
trans_info->si_trans_send_time = gethrtime();
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_impl.c
3086
curr_time = gethrtime();
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_saa_impl.c
642
saa_portp->saa_pt_sa_uptime = gethrtime();
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_timers.c
202
tnf_opaque, time, gethrtime());
usr/src/uts/common/io/iprb/iprb.c
1021
tstamp = gethrtime();
usr/src/uts/common/io/iprb/iprb.c
1179
ip->rx_wdog = gethrtime();
usr/src/uts/common/io/iprb/iprb.c
1668
((gethrtime() - ip->rx_wdog) > ip->rx_timeout)) {
usr/src/uts/common/io/iprb/iprb.c
1683
if (ip->tx_wdog && ((gethrtime() - ip->tx_wdog) > ip->tx_timeout)) {
usr/src/uts/common/io/iprb/iprb.c
708
ip->tx_wdog = gethrtime();
usr/src/uts/common/io/iprb/iprb.c
780
ip->tx_wdog = gethrtime();
usr/src/uts/common/io/ixgbe/ixgbe_main.c
1936
ixgbe->link_check_hrtime = gethrtime() +
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4081
gethrtime() >= ixgbe->link_check_hrtime)) {
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4151
ixgbe->link_check_hrtime = gethrtime() +
usr/src/uts/common/io/ixgbe/ixgbe_main.c
644
ixgbe->link_check_hrtime = gethrtime() +
usr/src/uts/common/io/mac/mac_protect.c
1191
txn->dt_timestamp = gethrtime();
usr/src/uts/common/io/mac/mac_protect.c
1270
if (gethrtime() - txn->dt_timestamp > txn_cleanup_interval) {
usr/src/uts/common/io/mac/mac_protect.c
1341
txn->dt_timestamp = gethrtime();
usr/src/uts/common/io/mac/mac_protect.c
474
txn->dt_timestamp = gethrtime();
usr/src/uts/common/io/mac/mac_protect.c
531
if (gethrtime() - txn->dt_timestamp > txn_cleanup_interval) {
usr/src/uts/common/io/mac/mac_protect.c
635
txn->dt_timestamp = gethrtime();
usr/src/uts/common/io/mem.c
1103
ksp->ks_snaptime = gethrtime();
usr/src/uts/common/io/mem.c
136
ent->mle_hrtime = gethrtime();
usr/src/uts/common/io/mr_sas/mr_sas.c
2528
gethrtime()));
usr/src/uts/common/io/mr_sas/mr_sas.c
2550
gethrtime()));
usr/src/uts/common/io/mr_sas/mr_sas.c
2668
(void *)pkt, gethrtime()));
usr/src/uts/common/io/mr_sas/mr_sas.c
2680
(void *)hdr, gethrtime()));
usr/src/uts/common/io/mr_sas/mr_sas.c
2826
gethrtime()));
usr/src/uts/common/io/mr_sas/mr_sas.c
4677
gethrtime()));
usr/src/uts/common/io/mr_sas/mr_sas.c
6600
gethrtime(), (void *)pkt, (void *)cmd,
usr/src/uts/common/io/mr_sas/mr_sas.c
6674
gethrtime(), (void *)cmd, (void *)instance,
usr/src/uts/common/io/mr_sas/mr_sas.c
6686
"(NO PKT)\n", gethrtime(), (void *)cmd, (void *)instance));
usr/src/uts/common/io/mr_sas/mr_sas.c
6928
"flag set, time %llx", gethrtime()));
usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c
1892
gethrtime(), (void *)cmd, (void *)instance,
usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c
1905
"(NO PKT)\n", gethrtime(), (void *)cmd, (void *)instance));
usr/src/uts/common/io/mxfe/mxfe.c
1461
(gethrtime() > mxfep->mxfe_txstall_time) &&
usr/src/uts/common/io/mxfe/mxfe.c
2428
mxfep->mxfe_txstall_time = gethrtime() + (5 * 1000000000ULL);
usr/src/uts/common/io/nvme/nvme.c
1899
cmd->nc_submit_ts = gethrtime();
usr/src/uts/common/io/nvme/nvme.c
1913
cmd->nc_queue_ts = gethrtime();
usr/src/uts/common/io/nvme/nvme.c
2141
cmd->nc_queue_ts = gethrtime();
usr/src/uts/common/io/nvme/nvme_lock.c
174
info->nli_last_change = gethrtime();
usr/src/uts/common/io/nvme/nvme_lock.c
193
info->nli_last_change = gethrtime();
usr/src/uts/common/io/nvme/nvme_lock.c
368
info->nli_last_change = gethrtime();
usr/src/uts/common/io/nvme/nvme_lock.c
401
info->nli_last_change = gethrtime();
usr/src/uts/common/io/nvme/nvme_lock.c
548
sleep_time = gethrtime();
usr/src/uts/common/io/nvme/nvme_lock.c
605
info->nli_last_change = gethrtime();
usr/src/uts/common/io/nvme/nvme_stat.c
232
t = gethrtime() - cmd->nc_submit_ts;
usr/src/uts/common/io/overlay/overlay_target.c
1183
ote->ote_vtime = gethrtime();
usr/src/uts/common/io/overlay/overlay_target.c
684
entry->ote_vtime = gethrtime();
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
720
now = gethrtime();
usr/src/uts/common/io/pciex/pcie.c
3263
now = gethrtime();
usr/src/uts/common/io/pcn/pcn.c
1313
(gethrtime() > pcnp->pcn_txstall_time) &&
usr/src/uts/common/io/pcn/pcn.c
783
pcnp->pcn_txstall_time = gethrtime() + (5 * 1000000000ULL);
usr/src/uts/common/io/power.c
481
tstamp = gethrtime();
usr/src/uts/common/io/ppp/sppp/sppp.c
1279
hrtime = gethrtime();
usr/src/uts/common/io/ppp/sppp/sppp.c
1615
ppa->ppa_lasttx = gethrtime();
usr/src/uts/common/io/ppp/sppp/sppp.c
2225
ppa->ppa_lastrx = gethrtime();
usr/src/uts/common/io/ppp/sppp/sppp.c
551
hrtime = gethrtime();
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
906
ppa->ppa_lasttx = gethrtime();
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
1044
hrtime = gethrtime();
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1163
curtime = gethrtime();
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1189
cp->cp_lastfinish = gethrtime();
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
5231
cur = gethrtime();
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
5336
cur = start = gethrtime();
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
5347
cur = gethrtime();
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
6665
start = gethrtime();
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
6692
if (gethrtime() > end)
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
6791
start = gethrtime();
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
6807
if (gethrtime() > end)
usr/src/uts/common/io/sbp2/cfgrom.c
68
tm = gethrtime() - tp->t_last_cfgrd;
usr/src/uts/common/io/sbp2/cfgrom.c
74
tp->t_last_cfgrd = gethrtime();
usr/src/uts/common/io/sbp2/sbp2.c
1630
task->ts_time_comp = gethrtime();
usr/src/uts/common/io/sbp2/sbp2.c
939
task->ts_time_start = gethrtime();
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc.c
1133
now = gethrtime();
usr/src/uts/common/io/scsi/adapters/lmrc/lmrc_scsa.c
355
mpt->mpt_timeout = gethrtime() + pkt->pkt_time * NANOSEC;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
10275
hrtime_t timestamp = gethrtime();
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
3649
cmd->cmd_active_expiration = gethrtime() +
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
5775
if (cmd->cmd_active_expiration <= gethrtime()) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
8835
gethrtime() + (hrtime_t)pkt->pkt_time * NANOSEC;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
8841
cmd->cmd_active_expiration = gethrtime();
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
9381
timestamp = gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
2899
hrtimestamp = gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
3263
adr = (uint64_t)gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
107
pwp->ltime[pwp->lti] = gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
138
now = gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
1556
hrtime_t curtime = gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
1641
pwp->io_intr_coal.last_io_comp = gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
1723
hrtime_t now = gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
206
pwp->ltime[pwp->lti] = gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_scsa.c
2023
hrtime_t, gethrtime());
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_scsa.c
2630
hrtime_t, gethrtime());
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_scsa.c
2925
(unsigned long long)gethrtime());
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_scsa.c
3114
sp->cmd_tag, (unsigned long long)gethrtime());
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_scsa.c
3135
sp->cmd_tag, (unsigned long long)gethrtime());
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
1093
*sys_hr_ts = gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
4759
p->start = gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
4788
p->finish = gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
4931
pptr->abort_all_start = gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
577
echo_start = gethrtime();
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
591
echo_end = gethrtime();
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
2372
vlun->svl_wfa_time = gethrtime();
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
2404
if ((gethrtime() - vlun->svl_wfa_time) >=
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
3632
swarg->svs_tos = gethrtime();
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
3693
if ((gethrtime() - swarg->svs_tos) >= VHCI_EXTFO_TIMEOUT) {
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
3715
if ((gethrtime() - swarg->svs_tos)
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
3747
if ((gethrtime() - swarg->svs_tos) >= VHCI_EXTFO_TIMEOUT) {
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_hba.c
842
hrtime_t now = gethrtime();
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_util.c
737
c->pc_start_time = gethrtime();
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1053
smrt->smrt_last_heartbeat_time = gethrtime();
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1165
smrt->smrt_last_heartbeat_time = gethrtime();
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1183
if (gethrtime() > smrt->smrt_last_heartbeat_time + 60 * NANOSEC) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1240
smcm->smcm_expiry = gethrtime() + timeout * NANOSEC;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1369
smrt->smrt_last_reset_start = gethrtime();
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1577
smrt->smrt_last_reset_finish = gethrtime();
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
1844
smrt->smrt_event_cancel_cmd->smcm_expiry = gethrtime() +
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
425
if (gethrtime() > smcm->smcm_expiry) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
589
smcm->smcm_time_submit = gethrtime();
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
776
smcm->smcm_abort_time = gethrtime();
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
808
if (smcm->smcm_expiry < gethrtime()) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss_simple.c
103
smcm->smcm_time_complete = gethrtime();
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss_simple.c
164
if (smcm->smcm_expiry < gethrtime()) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss_simple.c
185
smcm->smcm_time_complete = gethrtime();
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss_simple.c
26
hrtime_t now = gethrtime();
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
602
smcm->smcm_expiry = gethrtime() + pkt->pkt_time * NANOSEC;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
714
smcm->smcm_expiry = gethrtime() + SMRT_PING_CHECK_TIMEOUT * NANOSEC;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
763
if (gethrtime() < smrt->smrt_last_reset_start + 90 * NANOSEC) {
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
864
smcm->smcm_abort_time = gethrtime();
usr/src/uts/common/io/scsi/adapters/smrt/smrt_logvol.c
230
smcm->smcm_expiry = gethrtime() + timeout * NANOSEC;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_logvol.c
301
smrt->smrt_last_log_discovery = gethrtime();
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
166
smcm->smcm_expiry = gethrtime() + timeout * NANOSEC;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
437
smcm->smcm_expiry = gethrtime() + timeout * NANOSEC;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
532
smrt->smrt_last_phys_discovery = gethrtime();
usr/src/uts/common/io/scsi/targets/sd.c
11679
un->un_pm_idle_time = gethrtime();
usr/src/uts/common/io/scsi/targets/sd.c
11729
un->un_pm_idle_time = gethrtime();
usr/src/uts/common/io/scsi/targets/sd.c
6073
if (((gethrtime() - un->un_pm_idle_time) > idletime) &&
usr/src/uts/common/io/sdcard/impl/sda_slot.c
696
if ((slot->s_xfrp != NULL) && (gethrtime() > slot->s_xfrtmo)) {
usr/src/uts/common/io/sdcard/impl/sda_slot.c
791
slot->s_xfrtmo = gethrtime() +
usr/src/uts/common/io/stream.c
4316
ep->ts = gethrtime();
usr/src/uts/common/io/usb/clients/ccid/ccid.c
1073
cc->cc_completion_time = gethrtime();
usr/src/uts/common/io/usb/clients/ccid/ccid.c
1424
cc->cc_dispatch_time = gethrtime();
usr/src/uts/common/io/usb/clients/ccid/ccid.c
1469
cc->cc_queue_time = gethrtime();
usr/src/uts/common/io/usb/clients/ccid/ccid.c
1490
cc->cc_dispatch_cb_time = gethrtime();
usr/src/uts/common/io/usb/clients/ccid/ccid.c
2506
ccid->ccid_stats.cst_lastdiscover = gethrtime();
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1127
xt->xt_sched_time = gethrtime();
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
87
pipe->xp_opentime = gethrtime();
usr/src/uts/common/io/usb/usba/hubdi.c
1720
hubpm->hubp_time_at_full_power = gethrtime();
usr/src/uts/common/io/usb/usba/hubdi.c
3850
hubpm->hubp_time_at_full_power = gethrtime();
usr/src/uts/common/io/usb/usba/hubdi.c
751
if (gethrtime() < (hubpm->hubp_time_at_full_power +
usr/src/uts/common/io/usb/usba/hubdi.c
7557
hubpm->hubp_time_at_full_power = gethrtime();
usr/src/uts/common/io/usb/usba/hubdi.c
8988
hubpm->hubp_time_at_full_power = gethrtime();
usr/src/uts/common/io/usb/usba/usbai.c
255
hrtime_t t = gethrtime();
usr/src/uts/common/ipp/ipgpc/classifier.c
184
gethrtime());
usr/src/uts/common/ipp/ipgpc/classifierddi.c
476
start = gethrtime(); /* start timer */
usr/src/uts/common/ipp/ipgpc/classifierddi.c
483
end = gethrtime(); /* stop timer */
usr/src/uts/common/ipp/meters/tokenmt.c
124
now = gethrtime();
usr/src/uts/common/ipp/meters/tokenmtddi.c
369
tokenmt_data->last_seen = gethrtime();
usr/src/uts/common/ipp/meters/tswtcl.c
111
now = gethrtime();
usr/src/uts/common/ipp/meters/tswtclddi.c
266
tswtcl_data->win_front = gethrtime();
usr/src/uts/common/nfs/nfs4_clnt.h
105
gethrtime() < VTOR4(vp)->r_time_attr_inval)
usr/src/uts/common/nfs/nfs_clnt.h
531
rp->r_attrtime = gethrtime(); \
usr/src/uts/common/nfs/nfs_clnt.h
538
#define ATTRCACHE_VALID(vp) (gethrtime() < VTOR(vp)->r_attrtime)
usr/src/uts/common/nfs/rnode4.h
444
rp->r_time_attr_inval = gethrtime(); \
usr/src/uts/common/os/callout.c
1347
expiration -= gethrtime();
usr/src/uts/common/os/callout.c
1744
callout_debug_hrtime = gethrtime();
usr/src/uts/common/os/callout.c
1746
delta = gethrtime() - callout_debug_hrtime;
usr/src/uts/common/os/callout.c
212
} else if ((nextexp) > (gethrtime() + CALLOUT_THRESHOLD)) { \
usr/src/uts/common/os/callout.c
416
now = gethrtime();
usr/src/uts/common/os/callout.c
462
now = gethrtime();
usr/src/uts/common/os/callout.c
502
return (gethrtime());
usr/src/uts/common/os/callout.c
767
now = gethrtime();
usr/src/uts/common/os/callout.c
897
now = gethrtime();
usr/src/uts/common/os/callout.c
962
return (gethrtime());
usr/src/uts/common/os/callout.c
998
now = gethrtime();
usr/src/uts/common/os/cap_util.c
1400
gethrtime() - stats->cs_time_start;
usr/src/uts/common/os/cap_util.c
1456
time_snap = gethrtime();
usr/src/uts/common/os/cap_util.c
1524
time_snap = gethrtime();
usr/src/uts/common/os/cap_util.c
1603
now = gethrtime();
usr/src/uts/common/os/clock.c
1020
(gethrtime()/nsec_per_tick);
usr/src/uts/common/os/clock.c
2143
prev_set_tick = gethrtime();
usr/src/uts/common/os/clock.c
2182
hrtime_t tick = gethrtime();
usr/src/uts/common/os/clock.c
2448
ts = gethrtime();
usr/src/uts/common/os/clock.c
2479
ts = gethrtime();
usr/src/uts/common/os/clock.c
2639
lb_info->lbi_debug_ts = gethrtime();
usr/src/uts/common/os/clock.c
2657
ts = gethrtime();
usr/src/uts/common/os/clock_highres.c
165
cyctime.cyt_when += gethrtime();
usr/src/uts/common/os/clock_highres.c
184
cyctime.cyt_when += gethrtime();
usr/src/uts/common/os/clock_highres.c
269
hrtime_t diff, now = gethrtime();
usr/src/uts/common/os/clock_highres.c
57
hrt2ts(gethrtime(), (timestruc_t *)ts);
usr/src/uts/common/os/clock_highres.c
85
hrtime_t old = *addr, new = gethrtime();
usr/src/uts/common/os/condvar.c
275
limit = (flag & CALLOUT_FLAG_ABSOLUTE) ? gethrtime() : 0;
usr/src/uts/common/os/condvar.c
397
limit = (flag & CALLOUT_FLAG_ABSOLUTE) ? gethrtime() : 0;
usr/src/uts/common/os/cpu.c
1845
pool_pset_mod = gethrtime();
usr/src/uts/common/os/cpu.c
1919
pool_pset_mod = gethrtime();
usr/src/uts/common/os/cpu.c
3165
pool_cpu_mod = gethrtime();
usr/src/uts/common/os/cyclic.c
1696
cyclic->cy_expire = (gethrtime() / cyclic->cy_interval + 1) *
usr/src/uts/common/os/cyclic.c
956
hrtime_t now = gethrtime();
usr/src/uts/common/os/damap.c
1042
passp->da_last_stable = gethrtime();
usr/src/uts/common/os/damap.c
1363
mapp->dam_last_stable = gethrtime();
usr/src/uts/common/os/damap.c
1613
passp->da_last_report = gethrtime();
usr/src/uts/common/os/damap.c
1614
mapp->dam_last_update = gethrtime();
usr/src/uts/common/os/damap.c
702
mapp->dam_last_update = gethrtime();
usr/src/uts/common/os/devcfg.c
3417
da->da_timestamp = gethrtime();
usr/src/uts/common/os/devcfg.c
4479
devinfo_freeze = gethrtime();
usr/src/uts/common/os/dumpsubr.c
1331
iotime = gethrtime();
usr/src/uts/common/os/dumpsubr.c
1343
dumpsync.iowaitts = gethrtime();
usr/src/uts/common/os/dumpsubr.c
1710
cq->empty += gethrtime() - cq->ts;
usr/src/uts/common/os/dumpsubr.c
1729
hrtime_t now = gethrtime();
usr/src/uts/common/os/dumpsubr.c
206
#define HRSTART(v, m) v##ts.m = gethrtime()
usr/src/uts/common/os/dumpsubr.c
207
#define HRSTOP(v, m) v.m += gethrtime() - v##ts.m
usr/src/uts/common/os/dumpsubr.c
208
#define HRBEGIN(v, m, s) v##ts.m = gethrtime(); v.size += s
usr/src/uts/common/os/dumpsubr.c
209
#define HREND(v, m) v.m += gethrtime() - v##ts.m
usr/src/uts/common/os/dumpsubr.c
2330
hrtime_t hrtstart = gethrtime();
usr/src/uts/common/os/dumpsubr.c
2341
((gethrtime() - hrtstart) >= hrtmax)) {
usr/src/uts/common/os/dumpsubr.c
2360
int sec = (gethrtime() - ds->start) / NANOSEC;
usr/src/uts/common/os/dumpsubr.c
2912
ds->start = gethrtime();
usr/src/uts/common/os/dumpsubr.c
2940
ds->elapsed = gethrtime() - ds->start;
usr/src/uts/common/os/evchannels.c
1439
SE_TIME(ev) = gethrtime();
usr/src/uts/common/os/exacct.c
953
hrt2ts(gethrtime() - p->p_mstart, &ts_run);
usr/src/uts/common/os/exit.c
672
p->p_mterm = gethrtime();
usr/src/uts/common/os/fork.c
1009
cp->p_mstart = gethrtime();
usr/src/uts/common/os/kcpc.c
295
ctx->kc_hrtime = gethrtime();
usr/src/uts/common/os/kmem.c
1264
kmem_panic_info.kmp_timestamp = gethrtime();
usr/src/uts/common/os/kmem.c
1475
_bcp->bc_timestamp = gethrtime(); \
usr/src/uts/common/os/kmem.c
1952
gethrtime() % mtbf == 0 &&
usr/src/uts/common/os/kstat_fr.c
1090
ksp->ks_crtime = gethrtime();
usr/src/uts/common/os/kstat_fr.c
1437
ktp->start_time = gethrtime();
usr/src/uts/common/os/kstat_fr.c
1446
ktp->stop_time = etime = gethrtime();
usr/src/uts/common/os/kstat_fr.c
668
ksp->ks_snaptime = cur_time = gethrtime();
usr/src/uts/common/os/kstat_fr.c
791
header_ksp->ks_snaptime = gethrtime();
usr/src/uts/common/os/kstat_fr.c
846
zone_hrtime = gethrtime();
usr/src/uts/common/os/lgrp.c
3058
(((ushort_t)(gethrtime() >> 4)) % lgrp_count) + 1;
usr/src/uts/common/os/lgrp.c
3350
if ((t->t_anttime + lgrp_min_nsec > gethrtime()) &&
usr/src/uts/common/os/lgrp.c
3442
t->t_anttime = gethrtime();
usr/src/uts/common/os/lgrp.c
3771
random = (ushort_t)gethrtime() >> 4;
usr/src/uts/common/os/lgrp.c
3834
random = (ushort_t)gethrtime() >> 4;
usr/src/uts/common/os/log_sysevent.c
1699
SE_TIME(ev) = eid->eid_ts = gethrtime();
usr/src/uts/common/os/main.c
538
p->p_mstart = gethrtime();
usr/src/uts/common/os/mem_cage.c
1070
ksp->ks_snaptime = gethrtime();
usr/src/uts/common/os/mutex.c
447
sleep_time -= gethrtime();
usr/src/uts/common/os/mutex.c
450
sleep_time += gethrtime();
usr/src/uts/common/os/netstack.c
1147
hrtime_t measurement = gethrtime();
usr/src/uts/common/os/netstack.c
1152
hrtime_t, gethrtime() - measurement);
usr/src/uts/common/os/pool.c
1012
pool_pool_mod = gethrtime();
usr/src/uts/common/os/pool.c
1027
pool_pool_mod = gethrtime();
usr/src/uts/common/os/pool.c
1719
zone->zone_pool_mod = gethrtime();
usr/src/uts/common/os/pool.c
320
pool_sys_mod = pool_pool_mod = gethrtime();
usr/src/uts/common/os/pool.c
417
pool_pool_mod = gethrtime();
usr/src/uts/common/os/pool.c
479
pool_pool_mod = gethrtime();
usr/src/uts/common/os/pool.c
605
pool_pool_mod = gethrtime();
usr/src/uts/common/os/pool.c
630
pool_pool_mod = gethrtime();
usr/src/uts/common/os/pool.c
985
pool_sys_mod = gethrtime();
usr/src/uts/common/os/pool.c
997
pool_sys_mod = gethrtime();
usr/src/uts/common/os/pool_pset.c
278
pool_pset_mod = pool_cpu_mod = gethrtime();
usr/src/uts/common/os/pool_pset.c
355
pool_pset_mod = gethrtime();
usr/src/uts/common/os/pool_pset.c
384
pool_pset_mod = gethrtime();
usr/src/uts/common/os/pool_pset.c
565
pool_pset_mod = gethrtime();
usr/src/uts/common/os/pool_pset.c
732
pool_pset_mod = gethrtime();
usr/src/uts/common/os/pool_pset.c
751
pool_pset_mod = gethrtime();
usr/src/uts/common/os/pool_pset.c
799
pool_cpu_mod = gethrtime();
usr/src/uts/common/os/pool_pset.c
828
pool_cpu_mod = gethrtime();
usr/src/uts/common/os/rctl.c
2462
v->rcv_firing_time = gethrtime();
usr/src/uts/common/os/rwlock.c
347
sleep_time = -gethrtime();
usr/src/uts/common/os/rwlock.c
357
sleep_time += gethrtime();
usr/src/uts/common/os/rwstlock.c
113
sleep_time = -gethrtime();
usr/src/uts/common/os/rwstlock.c
121
sleep_time += gethrtime();
usr/src/uts/common/os/rwstlock.c
86
sleep_time = -gethrtime();
usr/src/uts/common/os/rwstlock.c
91
sleep_time += gethrtime();
usr/src/uts/common/os/sig.c
2613
hrt2ts(gethrtime(), &sip->si_tstamp);
usr/src/uts/common/os/sig.c
2663
hrt2ts(gethrtime(), &sip->si_tstamp);
usr/src/uts/common/os/sig.c
897
stoptime = gethrtime();
usr/src/uts/common/os/taskq.c
1900
start = gethrtime();
usr/src/uts/common/os/taskq.c
1906
end = gethrtime();
usr/src/uts/common/os/taskq.c
2068
start = gethrtime();
usr/src/uts/common/os/taskq.c
2074
end = gethrtime();
usr/src/uts/common/os/timers.c
255
if ((ts = gethrtime()) < first) {
usr/src/uts/common/os/timers.c
434
when.cyt_when = (ts = gethrtime() + tv2hrt(&aitv.it_value));
usr/src/uts/common/os/vm_pageout.c
1234
sample_start = gethrtime();
usr/src/uts/common/os/vm_pageout.c
1260
pageout_cycle_nsec = gethrtime() - sample_start;
usr/src/uts/common/os/vm_pageout.c
1331
sample_end = gethrtime();
usr/src/uts/common/os/vmem.c
1284
if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
usr/src/uts/common/os/vmem.c
483
vsp->vs_timestamp = gethrtime();
usr/src/uts/common/os/vmem.c
971
if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
usr/src/uts/common/os/zone.c
2469
nvlist_add_uint64(nvl, ZONE_CB_TIMESTAMP, (uint64_t)gethrtime()) ||
usr/src/uts/common/os/zone.c
4496
zone->zone_pool_mod = gethrtime();
usr/src/uts/common/sys/clock_impl.h
126
((gethrtime()/nsec_per_tick) - lb_info->lbi_debug_time) : \
usr/src/uts/common/sys/ib/clients/daplt/daplt.h
201
((uint64_t)((gethrtime()/100)<<16 | (index)))
usr/src/uts/common/sys/sata/adapters/nv_sata/nv_sata.h
408
start = end = gethrtime(); \
usr/src/uts/common/sys/sata/adapters/nv_sata/nv_sata.h
410
end = gethrtime(); \
usr/src/uts/common/sys/scsi/adapters/pmcs/pmcs_iomb.h
706
hwp->ftime[hwp->fti] = gethrtime(); \
usr/src/uts/common/sys/time.h
361
extern hrtime_t gethrtime(void);
usr/src/uts/common/sys/time.h
452
hrtime_t gethrtime(void);
usr/src/uts/common/syscall/poll.c
356
deadline += gethrtime();
usr/src/uts/common/vm/page_retire.c
808
ksp->ks_snaptime = gethrtime();
usr/src/uts/common/vm/seg_vn.c
8847
hrtime_t ts = gethrtime();
usr/src/uts/common/vm/vm_page.c
2029
if (pg_alloc_pgs_mtbf && !(gethrtime() % pg_alloc_pgs_mtbf)) {
usr/src/uts/common/vm/vm_page.c
4716
if (gpg_trylock_mtbf && !(gethrtime() % gpg_trylock_mtbf)) {
usr/src/uts/common/vm/vm_seg.c
745
if (p_insert_chk_mtbf && !(gethrtime() % p_insert_chk_mtbf)) {
usr/src/uts/common/vm/vm_seg.c
818
if (p_insert_mtbf && !(gethrtime() % p_insert_mtbf)) {
usr/src/uts/common/vm/vm_usage.c
1941
now = gethrtime();
usr/src/uts/common/vm/vm_usage.c
2004
cache->vmc_timestamp = gethrtime();
usr/src/uts/i86pc/io/hpet_acpi.c
1025
hrtime_t dead = gethrtime() + hpet_spin_timeout;
usr/src/uts/i86pc/io/hpet_acpi.c
1068
if (gethrtime() > dead) {
usr/src/uts/i86pc/io/hpet_acpi.c
1103
hrtime_t dead = gethrtime() + hpet_spin_timeout;
usr/src/uts/i86pc/io/hpet_acpi.c
1116
if (gethrtime() > dead) {
usr/src/uts/i86pc/io/hpet_acpi.c
1152
hrtime_t dead = gethrtime() + hpet_isr_spin_timeout;
usr/src/uts/i86pc/io/hpet_acpi.c
1197
if (gethrtime() > dead) {
usr/src/uts/i86pc/io/hpet_acpi.c
1259
now = gethrtime();
usr/src/uts/i86pc/io/hpet_acpi.c
1305
HRTIME_TO_HPET_TICKS(next_proxy_time - gethrtime()))
usr/src/uts/i86pc/io/hpet_acpi.c
1380
now = gethrtime();
usr/src/uts/i86pc/io/hpet_acpi.c
1416
now = gethrtime();
usr/src/uts/i86pc/io/hpet_acpi.c
931
hrtime_t dead = gethrtime() + hpet_spin_timeout;
usr/src/uts/i86pc/io/hpet_acpi.c
950
if (gethrtime() > dead) {
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
701
return (gethrtime());
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
739
return (gethrtime());
usr/src/uts/i86pc/io/pcplusmp/apic_timer.c
233
now = gethrtime();
usr/src/uts/i86pc/io/pcplusmp/apic_timer.c
314
delta = time - gethrtime();
usr/src/uts/i86pc/os/lgrpplat.c
2487
probe_stats->flush_cost = gethrtime();
usr/src/uts/i86pc/os/lgrpplat.c
2489
probe_stats->flush_cost = gethrtime() -
usr/src/uts/i86pc/os/lgrpplat.c
2501
probe_stats->probe_cost = gethrtime();
usr/src/uts/i86pc/os/lgrpplat.c
2506
if (probe_stats->probe_cost == 0 && gethrtime() == 0)
usr/src/uts/i86pc/os/lgrpplat.c
2524
start = gethrtime();
usr/src/uts/i86pc/os/lgrpplat.c
2529
end = gethrtime();
usr/src/uts/i86pc/os/lgrpplat.c
2535
probe_stats->probe_cost = gethrtime() -
usr/src/uts/i86pc/os/lgrpplat.c
3652
start = gethrtime();
usr/src/uts/i86pc/os/lgrpplat.c
3655
end = gethrtime();
usr/src/uts/i86pc/os/machdep.c
1061
start = end = gethrtime();
usr/src/uts/i86pc/os/machdep.c
1064
end = gethrtime();
usr/src/uts/i86pc/os/machdep.c
743
nslt = (int)(gethrtime() - hres_last_tick);
usr/src/uts/intel/io/acpica/osl.c
1091
return ((gethrtime() + 50) / 100);
usr/src/uts/intel/io/amdzen/smntemp.c
218
stt->stt_last_read = gethrtime();
usr/src/uts/intel/io/coretemp/coretemp.c
257
sensor->cs_last_read = gethrtime();
usr/src/uts/intel/io/coretemp/coretemp.c
270
diff = NSEC2MSEC(gethrtime() - sensor->cs_last_read);
usr/src/uts/intel/io/dktp/controller/ata/ata_common.c
1492
hrtime_t end = gethrtime() + count;
usr/src/uts/intel/io/dktp/controller/ata/ata_common.c
1494
while (gethrtime() < end) {
usr/src/uts/intel/io/dktp/controller/ata/ata_common.c
1522
hrtime_t deadline = gethrtime() +
usr/src/uts/intel/io/dktp/controller/ata/ata_common.c
1531
} while (gethrtime() < deadline);
usr/src/uts/intel/io/dktp/controller/ata/ata_common.c
1556
hrtime_t deadline = gethrtime() +
usr/src/uts/intel/io/dktp/controller/ata/ata_common.c
1582
} while (gethrtime() < deadline);
usr/src/uts/intel/io/dktp/controller/ata/ata_common.c
2785
deadline = gethrtime() + ((hrtime_t)31 * NANOSEC);
usr/src/uts/intel/io/dktp/controller/ata/ata_common.c
2807
while (gethrtime() < deadline) {
usr/src/uts/intel/io/dktp/controller/ata/ata_common.c
2837
usecs_left = (deadline - gethrtime()) / 1000;
usr/src/uts/intel/io/ecpp.c
3208
now = gethrtime();
usr/src/uts/intel/io/mc-amd/mcamd_drv.c
1119
tmax = gethrtime() + MIN(mc_swapdonetime, 120) * 1000000000ULL;
usr/src/uts/intel/io/mc-amd/mcamd_drv.c
1129
gethrtime() < tmax);
usr/src/uts/intel/io/mc-amd/mcamd_drv.c
1136
mc->mc_spareswaptime = gethrtime();
usr/src/uts/intel/io/mc-amd/mcamd_subr.c
702
fm_ena_generate(gethrtime(), FM_ENA_FMT1), detector, NULL);
usr/src/uts/intel/io/vmm/io/vatpit.c
125
const hrtime_t delta = gethrtime() - c->time_loaded;
usr/src/uts/intel/io/vmm/io/vatpit.c
219
hrtime_t now = gethrtime();
usr/src/uts/intel/io/vmm/io/vatpit.c
251
c->time_loaded = gethrtime();
usr/src/uts/intel/io/vmm/io/vatpit.c
439
c->time_loaded = gethrtime();
usr/src/uts/intel/io/vmm/io/vhpet.c
164
const hrtime_t now = gethrtime();
usr/src/uts/intel/io/vmm/io/vhpet.c
369
vhpet->base_time = gethrtime();
usr/src/uts/intel/io/vmm/io/vhpet.c
846
if (base_time > gethrtime()) {
usr/src/uts/intel/io/vmm/io/vlapic.c
2047
const hrtime_t now = gethrtime();
usr/src/uts/intel/io/vmm/io/vlapic.c
242
const hrtime_t now = gethrtime();
usr/src/uts/intel/io/vmm/io/vlapic.c
765
const hrtime_t now = gethrtime();
usr/src/uts/intel/io/vmm/io/vlapic.c
800
vlapic->timer_fire_when = gethrtime() + vlapic->timer_period;
usr/src/uts/intel/io/vmm/io/vpmtmr.c
153
const hrtime_t delta = gethrtime() - vpmtmr->base_time;
usr/src/uts/intel/io/vmm/io/vpmtmr.c
79
vpmtmr->base_time = gethrtime();
usr/src/uts/intel/io/vmm/io/vrtc.c
1051
vrtc->base_clock = gethrtime() - ts->tv_nsec;
usr/src/uts/intel/io/vmm/io/vrtc.c
1286
vrtc->base_clock = gethrtime();
usr/src/uts/intel/io/vmm/io/vrtc.c
1362
const hrtime_t now = gethrtime();
usr/src/uts/intel/io/vmm/io/vrtc.c
284
const hrtime_t delta = gethrtime() - vrtc->base_clock;
usr/src/uts/intel/io/vmm/io/vrtc.c
632
hrtime_t since_last = gethrtime() - vrtc->last_period;
usr/src/uts/intel/io/vmm/io/vrtc.c
804
const hrtime_t delta = gethrtime() + period - vrtc->base_clock;
usr/src/uts/intel/io/vmm/io/vrtc.c
923
gethrtime() - vrtc->base_clock;
usr/src/uts/intel/io/vmm/io/vrtc.c
983
const hrtime_t now = gethrtime();
usr/src/uts/intel/io/vmm/vmm.c
2242
const hrtime_t now = gethrtime();
usr/src/uts/intel/io/vmm/vmm.c
3675
const hrtime_t now = gethrtime();
usr/src/uts/intel/io/vmm/vmm.c
419
vcpu->ustate_when = gethrtime();
usr/src/uts/intel/io/vmm/vmm_sol_dev.c
637
hrt2tv(gethrtime(), &vmstats.tv);
usr/src/uts/intel/io/vmm/vmm_sol_glue.c
281
c->c_fired = gethrtime();
usr/src/uts/intel/io/vmm/vmm_sol_glue.c
311
target += gethrtime();
usr/src/uts/intel/os/ddi_arch.c
334
start = end = gethrtime();
usr/src/uts/intel/os/ddi_arch.c
337
end = gethrtime();
usr/src/uts/sfmmu/vm/hat_sfmmu.c
6726
page_relocate_log[prl_entry].whence = gethrtime(); \
usr/src/uts/sun/io/scsi/adapters/fas.c
1471
fas->f_reg_trace[fas->f_reg_trace_index++] = gethrtime();
usr/src/uts/sun4/io/cbe.c
304
hrtime_base = gethrtime();
usr/src/uts/sun4/io/px/px_ib.c
1063
start_time = gethrtime();
usr/src/uts/sun4/io/px/px_ib.c
1071
end_time = gethrtime() - start_time;
usr/src/uts/sun4/io/px/px_ib.c
182
for (curr = start_time = gethrtime(); !panicstr &&
usr/src/uts/sun4/io/px/px_ib.c
195
curr = gethrtime();
usr/src/uts/sun4/io/trapstat.c
1019
data->tdata_snapts = gethrtime();
usr/src/uts/sun4/io/trapstat.c
1032
tstat_buffer->tdata_snapts = gethrtime();
usr/src/uts/sun4/io/trapstat.c
810
tstat_probe_time = gethrtime();
usr/src/uts/sun4/io/trapstat.c
818
tstat_probe_time = gethrtime() - tstat_probe_time;
usr/src/uts/sun4/os/cpu_states.c
152
tstamp = gethrtime();
usr/src/uts/sun4u/cpu/us3_common.c
3039
thistime = gethrtime();
usr/src/uts/sun4u/io/iocache.c
262
nsec_current = nsec_start = gethrtime();
usr/src/uts/sun4u/io/iocache.c
270
nsec_current = gethrtime();
usr/src/uts/sun4u/io/pci/pci_cb.c
134
start_time = gethrtime();
usr/src/uts/sun4u/io/pci/pci_cb.c
138
if (gethrtime() - start_time > pci_intrpend_timeout) {
usr/src/uts/sun4u/io/pci/pci_dma.c
114
start_time = gethrtime();
usr/src/uts/sun4u/io/pci/pci_dma.c
116
for (; gethrtime() - start_time < pci_sync_buf_timeout; loops++)
usr/src/uts/sun4u/io/pci/pci_dma.c
124
loops, gethrtime() - start_time, stack_buf[0]);
usr/src/uts/sun4u/io/pci/pci_ecc.c
343
ecc_err_p->ecc_aflt.flt_id = gethrtime();
usr/src/uts/sun4u/io/pci/pci_ib.c
187
start_time = gethrtime();
usr/src/uts/sun4u/io/pci/pci_ib.c
190
if (gethrtime() - start_time > pci_intrpend_timeout) {
usr/src/uts/sun4u/io/pci/pci_ib.c
281
start_time = gethrtime();
usr/src/uts/sun4u/io/pci/pci_ib.c
283
if (gethrtime() - start_time > pci_intrpend_timeout) {
usr/src/uts/sun4u/io/pci/pci_ib.c
651
start_time = gethrtime();
usr/src/uts/sun4u/io/pci/pci_ib.c
654
if (gethrtime() - start_time > pci_intrpend_timeout) {
usr/src/uts/sun4u/io/pci/pci_ib.c
722
start_time = gethrtime();
usr/src/uts/sun4u/io/pci/pci_ib.c
725
if (gethrtime() - start_time > pci_intrpend_timeout) {
usr/src/uts/sun4u/io/pci/pci_ib.c
935
start_time = gethrtime();
usr/src/uts/sun4u/io/pci/pci_ib.c
941
if ((gethrtime() - start_time) < pci_intrpend_timeout) {
usr/src/uts/sun4u/io/pci/pcisch.c
346
start_time = gethrtime();
usr/src/uts/sun4u/io/pci/pcisch.c
348
if (gethrtime() - start_time <= pci_cdma_intr_timeout)
usr/src/uts/sun4u/io/pci/pcisch.c
361
start_time = gethrtime() - start_time;
usr/src/uts/sun4u/io/pci/pcisch.c
418
start_time = gethrtime();
usr/src/uts/sun4u/io/pci/pcisch.c
420
if (gethrtime() - start_time > pci_sync_buf_timeout)
usr/src/uts/sun4u/io/pmugpio.c
273
now = gethrtime();
usr/src/uts/sun4u/io/px/px_hlib.c
3343
start_time = gethrtime();
usr/src/uts/sun4u/io/px/px_hlib.c
3346
if ((end_time = (gethrtime() - start_time)) >
usr/src/uts/sun4u/io/sysioerr.c
355
ecc.flt_id = gethrtime();
usr/src/uts/sun4u/io/sysioerr.c
479
ecc.flt_id = gethrtime();
usr/src/uts/sun4u/io/sysioerr.c
737
hrtime_t now = gethrtime(); /* high PIL safe */
usr/src/uts/sun4u/io/sysioerr.c
775
aflt.flt_id = gethrtime();
usr/src/uts/sun4u/io/todds1287.c
612
tstamp = gethrtime();
usr/src/uts/sun4u/lw2plus/io/lombus.c
1104
now = gethrtime();
usr/src/uts/sun4u/lw2plus/io/lombus.c
2082
ssp->hw_last_pat = gethrtime();
usr/src/uts/sun4u/lw8/io/ntwdt.c
1589
when->cyt_when = gethrtime() + when->cyt_interval;
usr/src/uts/sun4u/lw8/io/sgenv.c
1646
last_env_read_time = gethrtime();
usr/src/uts/sun4u/lw8/io/sgenv.c
1884
last_board_read_time = gethrtime();
usr/src/uts/sun4u/lw8/io/sgenv.c
3144
DCMN_ERR_EVENT(CE_NOTE, "%s: Start: %lld", f, gethrtime());
usr/src/uts/sun4u/lw8/io/sgenv.c
3195
DCMN_ERR_EVENT(CE_NOTE, "%s: Finish: %lld", f, gethrtime());
usr/src/uts/sun4u/opl/io/mc-opl.c
1906
mc_aflt.mflt_id = gethrtime();
usr/src/uts/sun4u/opl/io/mc-opl.c
2046
mc_aflt.mflt_id = gethrtime();
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_cb.c
153
start_time = curr = gethrtime();
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_cb.c
166
curr = gethrtime();
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ecc.c
297
ecc_err_p->ecc_aflt.flt_id = gethrtime();
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
168
start_time = curr = gethrtime();
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
180
curr = gethrtime();
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
255
start_time = curr = gethrtime();
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
266
curr = gethrtime();
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
522
start_time = curr = gethrtime();
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
534
curr = gethrtime();
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
610
start_time = curr = gethrtime();
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
622
curr = gethrtime();
usr/src/uts/sun4u/os/plat_ecc_unum.c
1006
aflt.flt_id = gethrtime();
usr/src/uts/sun4u/sunfire/io/fhc.c
3007
ksp->ks_snaptime = gethrtime();
usr/src/uts/sun4v/io/n2rng/n2rng.c
982
hrtime_t starttime = gethrtime();
usr/src/uts/sun4v/io/n2rng/n2rng.c
989
endtime = gethrtime();
usr/src/uts/sun4v/io/niumx/niumx.c
1013
for (start = gethrtime(); !panicstr &&
usr/src/uts/sun4v/io/niumx/niumx.c
1016
if (gethrtime() - start > niumx_intr_timeout) {
usr/src/uts/sun4v/io/niumx/niumx.c
1162
for (start = gethrtime(); !panicstr &&
usr/src/uts/sun4v/io/niumx/niumx.c
1165
if (gethrtime() - start > niumx_intr_timeout) {
usr/src/uts/sun4v/io/niumx/niumx.c
221
for (start = gethrtime(); !panicstr &&
usr/src/uts/sun4v/io/niumx/niumx.c
224
if (gethrtime() - start > niumx_intr_timeout) {
usr/src/uts/sun4v/io/ntwdt.c
734
when->cyt_when = gethrtime() + when->cyt_interval;
usr/src/uts/sun4v/io/platsvc.c
413
start = gethrtime();
usr/src/uts/sun4v/io/platsvc.c
414
while (gethrtime() - start < MS2NANO(msg->delay))
usr/src/uts/sun4v/io/vnex.c
243
start = gethrtime();
usr/src/uts/sun4v/io/vnex.c
247
if (gethrtime() - start > vnex_pending_timeout) {
usr/src/uts/sun4v/ontario/io/tsalarm.c
1542
sc->msg_xid = (uint32_t)gethrtime();
usr/src/uts/sun4v/os/error.c
176
aflt->flt_id = gethrtime();
usr/src/uts/sun4v/os/error.c
260
aflt->flt_id = gethrtime();