Home
last modified time | relevance | path

Searched refs:MICROSEC (Results 76 – 100 of 123) sorted by relevance

12345

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c1061 while ((end - start) < (10 * (NANOSEC / MICROSEC))) { in tenmicrosec()
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c391 drv_usectohz(MICROSEC)); in acpi_drv_attach()
1771 drv_usectohz(MICROSEC)); in acpi_drv_cbat_rescan()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1289 (NANOSEC / MICROSEC); in so_opt2cmsg()
1305 (NANOSEC / MICROSEC)); in so_opt2cmsg()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c169 tim * MICROSEC, CALLOUT_TCP_RESOLUTION, CALLOUT_FLAG_ROUNDUP); in tcp_timeout()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c97 drv_usecwait(MICROSEC >> 2); in cpr_err()
/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c178 { "us", NANOSEC / MICROSEC }, in time2str()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c684 cyc.cy_interval / (uint64_t)(NANOSEC / MICROSEC), in cyclic()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c594 if (ticks++ >= MICROSEC / XPV_TIMER_INTERVAL) { in xpv_timer_tick()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c70 static int phymap_stable_usec = 3 * MICROSEC;
71 static int iportmap_stable_usec = 2 * MICROSEC;
72 static int iportmap_csync_usec = 20 * MICROSEC;
/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c373 drv_usectohz(devid_discovery_secs * MICROSEC)) { in e_devid_do_discovery()
H A Dcyclic.c2126 for (delay = NANOSEC / MICROSEC; ; delay <<= 1) { in cyclic_juggle_one_to()
2150 drv_usecwait((clock_t)(delay / (NANOSEC / MICROSEC))); in cyclic_juggle_one_to()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c2806 (count + new_count) * MICROSEC * (cur_div)) /\
4154 #define SOFTERR_MIN_TIMEOUT (60 * MICROSEC) /* This is 1 minute */
4268 timeout_in_microsecs = ((int64_t)ecc_softerr_interval * 60 * MICROSEC) / in add_leaky_bucket_timeout()
H A Dus3_common.c2445 * MICROSEC)); in cpu_async_log_err()
2672 drv_usectohz((clock_t)cpu_ceen_delay_secs * MICROSEC)); in cpu_log_err()
6076 drv_usectohz((clock_t)cpu_ceen_delay_secs * MICROSEC));
6165 drv_usectohz((clock_t)cpu_ceen_delay_secs * MICROSEC));
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_hw.c935 drv_usecwait(MICROSEC); in take_ctlr_offline()
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c1031 DELAY(2 * MICROSEC); in traceback()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1575 drv_usectohz(txn_cleanup_interval / (NANOSEC / MICROSEC))); in txn_cleanup_timer()
1586 drv_usectohz(txn_cleanup_interval / (NANOSEC / MICROSEC))); in start_txn_cleanup_timer()
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c1523 (hrtime_t)timeout_usec * (NANOSEC / MICROSEC); in ata_wait()
1557 (hrtime_t)timeout_usec * (NANOSEC / MICROSEC); in ata_wait3()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1222 tsc_amt = tsc_hz * APIC_TIME_COUNT / MICROSEC; in apic_calibrate_tsc()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c2458 drv_usecwait(2 * MICROSEC / baudtable[rate]); in async_restart()
2644 drv_usectohz(16 * MICROSEC / in async_nstart()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c182 xwait = drv_usectohz(vsw_setup_switching_delay * MICROSEC); in vsw_setup_switching_thread()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c1790 if (iuniqtime.tv_usec >= MICROSEC) { in ufs_imark()
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_target.c590 timeout = ddi_get_lbolt() + drv_usectohz(MICROSEC); in overlay_target_lookup_request()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c3847 for (i = 0; i < NANOSEC/MICROSEC /* 1sec timeout */; i++) { in hermon_sw_reset()
4894 for (i = 0; i < NANOSEC/MICROSEC /* 1sec timeout */; i++) { in hermon_quiesce()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c923 stop_time = ddi_get_lbolt() + wait_time * drv_usectohz(MICROSEC); in sbbc_mbox_request_response()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c1777 waittime = 2 * tmax / MICROSEC; in schedule_sigalrm()

12345