Searched refs:gethrtime (Results 201 - 225 of 396) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c482 sdc->sdc_nupdates = (uint_t)((gethrtime() % 4999) %
711 now = gethrtime();
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c357 delta -= gethrtime();
679 (void) printf("%llu ", gethrtime());
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c3049 (((ushort_t)(gethrtime() >> 4)) % lgrp_count) + 1;
3341 if ((t->t_anttime + lgrp_min_nsec > gethrtime()) &&
3433 t->t_anttime = gethrtime();
3760 random = (ushort_t)gethrtime() >> 4;
3823 random = (ushort_t)gethrtime() >> 4;
H A Dvmem.c480 vsp->vs_timestamp = gethrtime();
968 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
1275 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c533 start = gethrtime();
544 if ((timeout >= 0) && (gethrtime() - start) /
1406 srandom(gethrtime());
/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem.c350 vsp->vs_timestamp = gethrtime();
849 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
1081 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1253 NULL, vfsp, gethrtime(), cr, NULL, NULL);
1462 NULL, vfsp, gethrtime(), CRED(), NULL, NULL);
1629 gethrtime(), CRED(), NULL, NULL);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c1473 ibcm_open_wait(gethrtime() - statep->post_time);
1490 statep->post_time = gethrtime();
1710 ibcm_check_send_cmpltn_time(gethrtime() - time, mad_type);
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c114 start_time = gethrtime();
116 for (; gethrtime() - start_time < pci_sync_buf_timeout; loops++)
124 loops, gethrtime() - start_time, stack_buf[0]);
H A Dpci_ecc.c343 ecc_err_p->ecc_aflt.flt_id = gethrtime();
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c328 start_n = gethrtime();
414 now = gethrtime();
440 now = gethrtime();
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c58 tx->tx_start = gethrtime();
1122 now = gethrtime();
1147 hrtime_t delta = wakeup - gethrtime();
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_snap.c470 sp->ss_time = gethrtime();
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_engine.c258 srand48(gethrtime());
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_itf.c686 sip_hash_salt = gethrtime();
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c445 pii->pii_fd_hrtime = gethrtime() +
2042 now = gethrtime();
2128 now = gethrtime();
3164 srand48((long)gethrtime());
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_subr.c414 meta_print_hrtime(gethrtime() - __savetime));
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1552 pass = (ts = gethrtime()) - tg_start;
1554 hrtime_t now = gethrtime();
2253 tg_start = gethrtime();
2399 tg_start = gethrtime();
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c138 start_n = gethrtime();
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c322 gethrtime() - ufs_dc_disable_at > ufs_dc_disable_duration) {
331 ufs_dc_disable_at = gethrtime();
1203 gethrtime() - ufs_dc_disable_at > ufs_dc_disable_duration) {
1219 ufs_dc_disable_at = gethrtime();
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_timers.c202 tnf_opaque, time, gethrtime());
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c184 gethrtime());
/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dtswtclddi.c266 tswtcl_data->win_front = gethrtime();
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_iomb.h706 hwp->ftime[hwp->fti] = gethrtime(); \
/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c734 when->cyt_when = gethrtime() + when->cyt_interval;

Completed in 152 milliseconds

1234567891011>>