Searched refs:gethrtime (Results 26 - 50 of 396) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstats.c195 sp->u.elapse.start = gethrtime();
206 sp->u.elapse.stop = gethrtime();
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_trace.c112 hrtime_t time = gethrtime();
144 hrtime_t time = gethrtime();
H A Dfmd_eventq.c126 new = gethrtime();
283 new = gethrtime();
317 new = gethrtime();
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dstats.c186 sp->start = gethrtime();
197 sp->stop = gethrtime();
/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.c289 start = gethrtime();
292 while (gethrtime() < req)
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBA.cc316 hrtime_t start = gethrtime();
320 for (cur = start; cur < end; cur = gethrtime()) {
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasScsiReportLUNs.c82 start = gethrtime();
198 end = gethrtime();
H A DSun_sasSendSMPPassThru.c100 start = gethrtime();
220 end = gethrtime();
/illumos-gate/usr/src/uts/sun4u/io/
H A Diocache.c154 * We want to avoid using gethrtime every time we check sync_flag,
155 * so we take SCACHE_SPIN laps before beginning to use gethrtime.
249 * a while (SCACHE_SPIN) before using gethrtime, but once that time
250 * is up we'll drop into an inner loop where we use gethrtime on
258 * to justify use of gethrtime each iteration.
262 nsec_current = nsec_start = gethrtime();
270 nsec_current = gethrtime();
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ib.c168 start_time = curr = gethrtime();
180 curr = gethrtime();
255 start_time = curr = gethrtime();
266 curr = gethrtime();
522 start_time = curr = gethrtime();
534 curr = gethrtime();
610 start_time = curr = gethrtime();
622 curr = gethrtime();
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_update_thread.c65 umem_reap_next = gethrtime() +
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dtime_util.c77 hrt2ts(gethrtime(), &now);
/illumos-gate/usr/src/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c76 if ((now = gethrtime()) - last > NANOSEC) {
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_main.c171 srand48(gethrtime());
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c197 (hrtime_t)(timeout_time->tv_usec * MILLISEC) + gethrtime();
259 current_time = gethrtime();
339 current_time = gethrtime();
/illumos-gate/usr/src/lib/libinetutil/common/
H A Dtq.c98 node->iutn_abs_timeout = gethrtime() + MSEC2NSEC(msec);
283 hrtime_t current_time = gethrtime();
319 hrtime_t current_time = gethrtime();
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c789 hrtime_t dead = gethrtime() + hpet_spin_timeout;
808 if (gethrtime() > dead) {
883 hrtime_t dead = gethrtime() + hpet_spin_timeout;
926 if (gethrtime() > dead) {
961 hrtime_t dead = gethrtime() + hpet_spin_timeout;
974 if (gethrtime() > dead) {
1011 hrtime_t dead = gethrtime() + hpet_isr_spin_timeout;
1056 if (gethrtime() > dead) {
1118 now = gethrtime();
1164 HRTIME_TO_HPET_TICKS(next_proxy_time - gethrtime()))
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_zfetch.c165 if (((gethrtime() - zs->zs_atime) / NANOSEC) >
192 zs->zs_atime = gethrtime();
312 zs->zs_atime = gethrtime();
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_ib.c192 start_time = gethrtime();
195 if (gethrtime() - start_time > pci_intrpend_timeout) {
309 start_time = gethrtime();
311 if (gethrtime() - start_time > pci_intrpend_timeout) {
679 start_time = gethrtime();
682 if (gethrtime() - start_time > pci_intrpend_timeout) {
750 start_time = gethrtime();
753 if (gethrtime() - start_time > pci_intrpend_timeout) {
963 start_time = gethrtime();
969 if ((gethrtime()
[all...]
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c77 NEXT_EVENT_TIME(gethrtime(), seconds) : (hrtime_t)0)
457 t1 = gethrtime();
465 t2 = gethrtime();
1208 rs.rs_time = gethrtime();
1293 hrtime_t now = gethrtime();
1522 now = next_report = next_proc_walk = next_rss_sample = gethrtime();
1523 next_configuration = NEXT_EVENT_TIME(gethrtime(),
1612 now = gethrtime();
1649 now = gethrtime();
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_acl.c182 np->r_sectime = gethrtime();
381 np->r_sectime = gethrtime() + smi->smi_acdirmax;
420 if (gethrtime() >= np->r_sectime) {
458 gethrtime() >= np->r_sectime) {
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c211 } else if ((nextexp) > (gethrtime() + CALLOUT_THRESHOLD)) { \
415 now = gethrtime();
461 now = gethrtime();
501 return (gethrtime());
766 now = gethrtime();
896 now = gethrtime();
961 return (gethrtime());
997 now = gethrtime();
1346 expiration -= gethrtime();
1743 callout_debug_hrtime = gethrtime();
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_work.c78 now = gethrtime();
117 hrtime_t now = gethrtime();
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dsparc.il42 .inline gethrtime, 0
/illumos-gate/usr/src/lib/libc/sparcv9/threads/
H A Dsparcv9.il42 .inline gethrtime, 0

Completed in 5061 milliseconds

1234567891011>>