hz 100 altq/altq_cbq.h #define CBQ_WATCHDOG (hz / 20)
hz 102 altq/altq_cbq.h #define CBQ_LS_TIMEOUT (20 * hz / 1000)
hz 345 altq/altq_subr.c if (++cnt >= hz) {
hz 766 altq/altq_subr.c machclk_per_tick = machclk_freq / hz;
hz 796 altq/altq_subr.c timo = hz; /* 1 sec */
hz 806 altq/altq_subr.c machclk_per_tick = machclk_freq / hz;
hz 81 arch/i386/compile/GENERIC/param.c int hz = HZ;
hz 274 arch/i386/i386/esm.c timeout_add(&sc->sc_timeout, hz);
hz 468 arch/i386/i386/esm.c timeout_add(&sc->sc_timeout, hz * 10);
hz 472 arch/i386/i386/esm.c timeout_add(&sc->sc_timeout, hz / 20);
hz 291 arch/i386/i386/lapic.c for (i=0; i<hz; i++) {
hz 306 arch/i386/i386/lapic.c dtick = hz * TIMER_DIV(hz) + (starttick-endtick);
hz 358 arch/i386/i386/lapic.c lapic_tval = (lapic_per_second * 2) / hz;
hz 64 arch/i386/i386/longrun.c timeout_add(&longrun_timo, hz);
hz 87 arch/i386/i386/longrun.c timeout_add(&longrun_timo, hz);
hz 566 arch/i386/i386/via.c timeout_add(tmo, (hz > 100) ? (hz / 100) : 1);
hz 211 arch/i386/isa/clock.c outb(IO_TIMER1, TIMER_DIV(hz) % 256);
hz 212 arch/i386/isa/clock.c outb(IO_TIMER1, TIMER_DIV(hz) / 256);
hz 214 arch/i386/isa/clock.c rtclock_tval = TIMER_DIV(hz);
hz 299 arch/i386/isa/clock.c w2 = v3 - v1 + TIMER_DIV(hz);
hz 376 arch/i386/isa/clock.c limit = TIMER_FREQ / hz;
hz 112 arch/i386/isa/joy.c t1 -= TIMER_FREQ / hz;
hz 708 arch/i386/isa/pccom.c timeout_add(&sc->sc_dtr_tmo, hz * 2);
hz 1272 arch/i386/isa/pccom.c timeout_add(&sc->sc_diag_tmo, 60 * hz);
hz 293 arch/i386/pci/glxsb.c extern int hz;
hz 301 arch/i386/pci/glxsb.c timeout_add(&sc->sc_to, (hz > 100) ? (hz / 100) : 1);
hz 132 compat/common/kern_info_43.c long hz;
hz 445 compat/hpux/hpux_compat.c *retval = hz;
hz 719 compat/ibcs2/ibcs2_misc.c *retval = hz;
hz 859 compat/ibcs2/ibcs2_misc.c #define CONVTCK(r) (r.tv_sec * hz + r.tv_usec / (1000000 / hz))
hz 709 compat/svr4/svr4_misc.c return tv->tv_sec * hz + tv->tv_usec / (1000000 / hz);
hz 81 conf/param.c int hz = HZ;
hz 51 dev/acpi/dsdt.c extern int hz;
hz 450 dev/acpi/dsdt.c int to = ms * hz / 1000;
hz 492 dev/acpi/dsdt.c ts = tsleep(mtx, PWAIT, mtx->amt_name, timeout / hz);
hz 602 dev/acpi/dsdt.c timeout_add(&dsdt_softc->sc_dev_timeout, 10 * hz);
hz 627 dev/acpi/dsdt.c timeout_add(&dsdt_softc->sc_dev_timeout, 10 * hz);
hz 432 dev/adb/akbd.c mac68k_ring_bell(d->pitch, d->period * hz / 1000, d->volume);
hz 452 dev/adb/akbd.c timeout_add(&sc->sc_rawrepeat_ch, hz * REP_DELAYN / 1000);
hz 579 dev/adb/akbd.c timeout_add(&sc->sc_rawrepeat_ch, hz * REP_DELAY1/1000);
hz 170 dev/ata/ata_wdc.c timeout_add(&chp->ch_timo, ATA_DELAY / 1000 * hz);
hz 108 dev/ata/wd.c #define RECOVERYTIME hz/2 /* time to wait before retrying a cmd */
hz 540 dev/ata/wd.c timeout_add(&wd->sc_restart_timeout, hz);
hz 111 dev/atapiscsi/atapiscsi.c #define ATAPI_POLL_MAXTIC (hz)
hz 642 dev/atapiscsi/atapiscsi.c int timeout_delay = hz / 10;
hz 674 dev/atapiscsi/atapiscsi.c max((retargs.timeout * hz) / 1000, 1) + 1 + ticks;
hz 693 dev/atapiscsi/atapiscsi.c timeout_delay = max(retargs.delay * hz / 1000, 1);
hz 369 dev/audio.c if (tsleep(&sc->sc_refcnt, PZERO, "auddet", hz * 120))
hz 1096 dev/audio.c error = audio_sleep_timo(&sc->sc_wchan, "aud_dr", 30*hz);
hz 529 dev/bluetooth/btkbd.c timeout_add(&sc->sc_repeat, hz * REP_DELAY1 / 1000);
hz 559 dev/bluetooth/btkbd.c timeout_add(&sc->sc_repeat, hz * REP_DELAYN / 1000);
hz 416 dev/cardbus/cardbus.c hz/10) != EWOULDBLOCK) {
hz 992 dev/eisa/aha1742.c timeout_add(&ecb->xs->stimeout, (xs->timeout * hz) / 1000);
hz 1128 dev/eisa/aha1742.c timeout_add(&ecb->xs->stimeout, (xs->timeout * hz) / 1000);
hz 1187 dev/eisa/aha1742.c timeout_add(&ecb->xs->stimeout, 2 * hz);
hz 250 dev/eisa/uha_eisa.c timeout_add(&mscp->xs->stimeout, (mscp->timeout * hz) / 1000);
hz 440 dev/hil/hilkbd.c (hz * REP_DELAY1) / 1000);
hz 495 dev/hil/hilkbd.c timeout_add(&sc->sc_rawrepeat_ch, (hz * REP_DELAYN) / 1000);
hz 609 dev/i2o/iop.c tsleep(iop_reconf_thread, PWAIT, "iopzzz", hz * 5);
hz 2081 dev/i2o/iop.c rv = tsleep(im, PRIBIO, "iopmsg", timo * hz / 1000);
hz 395 dev/i2o/ioprbs.c tsleep(&sc->sc_eventii, PRIBIO, "ioprbsevt", hz * 5);
hz 870 dev/i2o/ioprbs.c (IOPRBS_WATCH_TIMEOUT * hz) / 1000);
hz 879 dev/i2o/ioprbs.c (ccb->ic_timeout * hz) / 1000);
hz 547 dev/ic/aac.c tsleep(sc->aac_dev, PUSER | PCATCH, "aacdch", 30 * hz);
hz 843 dev/ic/aac.c AAC_PERIODIC_INTERVAL * hz);
hz 1739 dev/ic/acx.c hz / acx_chanscan_rate);
hz 1823 dev/ic/acx.c timeout_add(&sc->amrr_ch, hz / 2);
hz 2636 dev/ic/acx.c tsleep(&cmd, 0, "rdinit", (300 * hz) / 1000); /* 300ms */
hz 2721 dev/ic/acx.c timeout_add(&sc->amrr_ch, hz / 2);
hz 381 dev/ic/adv.c (ADV_WATCH_TIMEOUT * hz) / 1000);
hz 388 dev/ic/adv.c timeout_add(&xs->stimeout, (ccb->timeout * hz) / 1000);
hz 465 dev/ic/adw.c timeout_add(&ccb->xs->stimeout, (ccb->timeout * hz) / 1000);
hz 1048 dev/ic/adw.c timeout_add(&xs->stimeout, (ccb->timeout * hz) / 1000);
hz 1080 dev/ic/adw.c timeout_add(&xs->stimeout, (ccb->timeout * hz) / 1000);
hz 1766 dev/ic/aic6360.c (acb->timeout * hz) / 1000);
hz 916 dev/ic/aic6915.c timeout_add(&sc->sc_mii_timeout, hz);
hz 1175 dev/ic/aic6915.c timeout_add(&sc->sc_mii_timeout, hz);
hz 467 dev/ic/aic79xx_openbsd.c timeout_add(&xs->stimeout, (xs->timeout * hz) / 1000);
hz 735 dev/ic/aic79xx_openbsd.c ticks *= hz;
hz 746 dev/ic/aic79xx_openbsd.c ticks *= hz;
hz 476 dev/ic/aic7xxx_openbsd.c timeout_add(&xs->stimeout, (xs->timeout * hz) / 1000);
hz 166 dev/ic/aic7xxx_openbsd.h callout_reset(timer, (usec * hz)/1000000, func, arg);
hz 174 dev/ic/aic7xxx_openbsd.h (usec * hz)/1000000, ahc_timeout, scb);
hz 945 dev/ic/ami.c timeout_add(&xs->stimeout, 61 * hz);
hz 691 dev/ic/an.c for (i = 0; i < 3*hz; i++) {
hz 561 dev/ic/ar5xxx.c tick < (hal->ah_radar.r_last_alert + hz))
hz 1785 dev/ic/ath.c if (now - rh->arh_ticks > hz)
hz 2846 dev/ic/ath.c timeout_add(&sc->sc_cal_to, hz * ath_calinterval);
hz 2974 dev/ic/ath.c timeout_add(&sc->sc_cal_to, hz * ath_calinterval);
hz 2977 dev/ic/ath.c timeout_add(&sc->sc_rssadapt_to, hz / 10);
hz 2980 dev/ic/ath.c timeout_add(&sc->sc_scan_to, (hz * ath_dwelltime) / 1000);
hz 3172 dev/ic/ath.c timeout_add(&sc->sc_rssadapt_to, hz / 10);
hz 2554 dev/ic/atw.c timeout_add(&sc->sc_scan_to, atw_dwelltime * hz / 1000);
hz 1466 dev/ic/awi.c if (i >= AWI_SELFTEST_TIMEOUT*hz/1000) {
hz 1479 dev/ic/awi.c DELAY(1000*1000/hz);
hz 2678 dev/ic/awi.c AWI_CMD_TIMEOUT*hz/1000);
hz 765 dev/ic/bha.c timeout_add(&xs->stimeout, (ccb->timeout * hz) / 1000);
hz 342 dev/ic/ciss.c timeout_add(&sc->sc_hb, hz * 3);
hz 988 dev/ic/ciss.c timeout_add(&sc->sc_hb, hz * 3);
hz 500 dev/ic/com.c timeout_add(&sc->sc_dtr_tmo, hz * 2);
hz 1045 dev/ic/com.c timeout_add(&sc->sc_diag_tmo, 60 * hz);
hz 1157 dev/ic/com.c timeout_add(&sc->sc_diag_tmo, 60 * hz);
hz 2454 dev/ic/dc.c timeout_add(&sc->dc_tick_tmo, hz / 10);
hz 2456 dev/ic/dc.c timeout_add(&sc->dc_tick_tmo, hz);
hz 2962 dev/ic/dc.c timeout_add(&sc->dc_tick_tmo, hz / 10);
hz 2964 dev/ic/dc.c timeout_add(&sc->dc_tick_tmo, hz);
hz 1048 dev/ic/fxp.c timeout_add(&sc->stats_update_to, hz);
hz 1420 dev/ic/fxp.c timeout_add(&sc->stats_update_to, hz);
hz 1419 dev/ic/gdt_common.c (GDT_WATCH_TIMEOUT * hz) / 1000);
hz 1427 dev/ic/gdt_common.c (ccb->gc_timeout * hz) / 1000);
hz 409 dev/ic/gem.c timeout_add(&sc->sc_tick_ch, hz);
hz 807 dev/ic/gem.c timeout_add(&sc->sc_tick_ch, hz);
hz 352 dev/ic/hme.c timeout_add(&sc->sc_tick_ch, hz);
hz 625 dev/ic/hme.c timeout_add(&sc->sc_tick_ch, hz);
hz 435 dev/ic/i82365.c "pcicss", hz/4);
hz 687 dev/ic/i82365.c timeout_add(&sc->poll_timeout, hz / 2);
hz 850 dev/ic/i82365.c timeout_add(&sc->poll_timeout, hz / 2);
hz 876 dev/ic/if_wi.c timeout_add(&sc->sc_timo, hz * 60);
hz 1940 dev/ic/if_wi.c hz * IEEE80211_SCAN_TIMEOUT);
hz 2267 dev/ic/if_wi.c timeout_add(&sc->sc_timo, hz * 60);
hz 379 dev/ic/if_wi_hostap.c timeout_add(&sta->tmo, hz * whi->inactivity_time);
hz 423 dev/ic/if_wi_hostap.c timeout_add(&whi->tmo, hz / 10);
hz 486 dev/ic/if_wi_hostap.c timeout_add(&sta->tmo, hz * whi->inactivity_time);
hz 622 dev/ic/if_wi_hostap.c timeout_add(&sta->tmo, hz * whi->inactivity_time);
hz 836 dev/ic/if_wi_hostap.c timeout_add(&sta->tmo, hz * whi->inactivity_time);
hz 1059 dev/ic/if_wi_hostap.c timeout_add(&sta->tmo, hz * whi->inactivity_time);
hz 1087 dev/ic/if_wi_hostap.c timeout_add(&sta->tmo, hz * whi->inactivity_time);
hz 1157 dev/ic/if_wi_hostap.c timeout_add(&sta->tmo, hz * whi->inactivity_time);
hz 1281 dev/ic/if_wi_hostap.c timeout_add(&sta->tmo, hz * whi->inactivity_time);
hz 677 dev/ic/if_wi_ieee.h #define WI_WAVELAN_RES_TIMEOUT ((hz / 10) * 2) /* 200ms */
hz 349 dev/ic/iha.c timeout_add(&xs->stimeout, (xs->timeout/1000) * hz);
hz 889 dev/ic/iha.c (pScb->SCB_Xs->timeout/1000) * hz);
hz 63 dev/ic/isp_openbsd.c #define _XT(xs) ((((xs)->timeout/1000) * hz) + (3 * hz))
hz 377 dev/ic/isp_openbsd.c timeout_add(&xs->stimeout, hz);
hz 615 dev/ic/isp_openbsd.c timeout_add(&xs->stimeout, hz);
hz 417 dev/ic/isp_openbsd.h PRIBIO, "isp_mboxcmd", delaytime * hz);
hz 77 dev/ic/lpt.c #define TIMEOUT hz*16 /* wait up to 16 seconds for a ready */
hz 78 dev/ic/lpt.c #define STEP hz/4
hz 1165 dev/ic/malo.c timeout_add(&sc->sc_scan_to, hz / 2);
hz 1039 dev/ic/ncr5380sbc.c i = (xs->timeout * hz) / 1000;
hz 280 dev/ic/ncr53c9x.c timeout_add(&sc->sc_watchdog, 60*hz);
hz 620 dev/ic/ncr53c9x.c timeout = (timeout / 1000) * hz;
hz 622 dev/ic/ncr53c9x.c timeout = (timeout * hz) / 1000;
hz 2748 dev/ic/ncr53c9x.c timeout = (timeout / 1000) * hz;
hz 2750 dev/ic/ncr53c9x.c timeout = (timeout * hz) / 1000;
hz 2843 dev/ic/ncr53c9x.c timeout_add(&sc->sc_watchdog, 60*hz);
hz 802 dev/ic/oosiop.c timeout_add(&xs->stimeout, (xs->timeout / 1000) * hz);
hz 1005 dev/ic/oosiop.c timeout_add(&xs->stimeout, (xs->timeout / 1000) * hz);
hz 1249 dev/ic/oosiop.c (cb->xs->timeout / 1000) * hz);
hz 461 dev/ic/osiop.c timeout_add(&xs->stimeout, (xs->timeout/1000) * hz);
hz 760 dev/ic/osiop.c timeout_add(&xs->stimeout, (xs->timeout/1000) * hz);
hz 524 dev/ic/pckbc.c timeout_add(&t->t_poll, hz);
hz 871 dev/ic/pckbc.c if ((res = tsleep(nc, 0, "kbccmd", 1*hz))) {
hz 877 dev/ic/pckbc.c timeout_add(&t->t_cleanup, hz);
hz 911 dev/ic/pckbc.c timeout_add(&t->t_poll, hz);
hz 923 dev/ic/pckbc.c timeout_add(&t->t_poll, hz);
hz 948 dev/ic/pckbc.c timeout_add(&t->t_poll, hz);
hz 536 dev/ic/pgt.c tsleep(&sc->sc_flags, 0, "pgtres", hz);
hz 604 dev/ic/pgt.c tsleep(&sc->sc_flags, 0, "pgtres", hz);
hz 1711 dev/ic/pgt.c if (tsleep(pmd, 0, "pgtmgm", hz / 10) != EWOULDBLOCK)
hz 2281 dev/ic/pgt.c tsleep(&sc->sc_flags, 0, "pgtsca", hz * SCAN_TIMEOUT);
hz 1469 dev/ic/re.c timeout_add(&sc->timer_handle, hz);
hz 1941 dev/ic/re.c timeout_add(&sc->timer_handle, hz);
hz 842 dev/ic/rlnsubr.c tsleep((void *)mb, PRIBIO, "rlnmbox", hz * timeo / 1000);
hz 715 dev/ic/rt2560.c timeout_add(&sc->amrr_to, hz / 2);
hz 759 dev/ic/rt2560.c timeout_add(&sc->scan_to, hz / 5);
hz 808 dev/ic/rt2560.c timeout_add(&sc->amrr_to, hz / 2);
hz 750 dev/ic/rt2661.c timeout_add(&sc->amrr_to, hz / 2);
hz 792 dev/ic/rt2661.c timeout_add(&sc->scan_to, hz / 5);
hz 825 dev/ic/rt2661.c timeout_add(&sc->amrr_to, hz / 2);
hz 1057 dev/ic/rtl81x9.c timeout_add(&sc->sc_tick_tmo, hz);
hz 1475 dev/ic/rtl81x9.c timeout_add(&sc->sc_tick_tmo, hz);
hz 3491 dev/ic/rtw.c timeout_add(&sc->sc_scan_to, rtw_dwelltime * hz / 1000);
hz 341 dev/ic/rtwvar.h #define RTW_LED_SLOW_TICKS MAX(1, hz/2)
hz 342 dev/ic/rtwvar.h #define RTW_LED_FAST_TICKS MAX(1, hz/10)
hz 835 dev/ic/sili.c timeout_add(&xa->stimeout, (xa->timeout * hz) / 1000);
hz 1701 dev/ic/siop.c (u_int64_t)hz / 1000;
hz 915 dev/ic/smc83c170.c timeout_add(&sc->sc_mii_timeout, hz);
hz 1103 dev/ic/smc83c170.c timeout_add(&sc->sc_mii_timeout, hz);
hz 528 dev/ic/smc91cxx.c timeout_add(&sc->sc_mii_timeout, hz);
hz 1372 dev/ic/smc91cxx.c timeout_add(&sc->sc_mii_timeout, hz);
hz 464 dev/ic/trm.c timeout_add(&xs->stimeout, (xs->timeout * hz) / 1000);
hz 2286 dev/ic/trm.c timeout_add(&pSRB->xs->stimeout, (pSRB->xs->timeout/1000) * hz);
hz 1792 dev/ic/wdc.c timeout_add(&chp->ch_timo, wdc_c->timeout / 1000 * hz);
hz 1600 dev/ic/xl.c timeout_add(&sc->xl_stsup_tmo, hz);
hz 2146 dev/ic/xl.c timeout_add(&sc->xl_stsup_tmo, hz);
hz 454 dev/ic/z8530tty.c (void) tsleep((caddr_t)cs, TTIPRI, ttclos, hz);
hz 64 dev/ipmi.c #define SENSOR_REFRESH_RATE (5 * hz)
hz 819 dev/isa/aha.c timeout_add(&ccb->xs->stimeout, (ccb->timeout * hz) / 1000);
hz 249 dev/isa/aps.c timeout_add(&aps_timeout, (5 * hz) / 10);
hz 384 dev/isa/aps.c timeout_add(&aps_timeout, (5 * hz) / 10);
hz 410 dev/isa/aps.c timeout_add(&aps_timeout, (5 * hz) / 10);
hz 1097 dev/isa/ess.c tsleep(addr, PWAIT | PCATCH, "essdr", hz/20); /* XXX */
hz 1308 dev/isa/ess.c timeout_add(&sc->sc_tmo1, hz/30);
hz 1386 dev/isa/ess.c timeout_add(&sc->sc_tmo2, hz/30);
hz 1455 dev/isa/ess.c timeout_add(&sc->sc_tmo1, hz/30);
hz 1625 dev/isa/ess.c timeout_add(&sc->sc_tmo1, hz/30);
hz 1656 dev/isa/ess.c timeout_add(&sc->sc_tmo2, hz/30);
hz 462 dev/isa/fd.c timeout_add(&fd->fd_motor_off_to, 5 * hz);
hz 666 dev/isa/fd.c timeout_add(&fd->fd_motor_on_to, hz / 4);
hz 692 dev/isa/fd.c timeout_add(&fd->fdtimeout_to, 4 * hz);
hz 759 dev/isa/fd.c timeout_add(&fd->fdtimeout_to, 2 * hz);
hz 766 dev/isa/fd.c timeout_add(&fdc->fdcpseudointr_to, hz / 50);
hz 834 dev/isa/fd.c timeout_add(&fd->fdtimeout_to, hz / 2);
hz 850 dev/isa/fd.c timeout_add(&fd->fdtimeout_to, 5 * hz);
hz 857 dev/isa/fd.c timeout_add(&fdc->fdcpseudointr_to, hz / 30);
hz 1329 dev/isa/gus.c timeout_add(&sc->sc_dma_tmo, hz);
hz 233 dev/isa/i82365_isa.c timeout_add(&sc->poll_timeout, hz / 2);
hz 211 dev/isa/i82365_isapnp.c timeout_add(&sc->poll_timeout, hz / 2);
hz 474 dev/isa/if_ef_isapnp.c timeout_add(&sc->sc_tick_tmo, hz);
hz 1012 dev/isa/if_ef_isapnp.c timeout_add(&sc->sc_tick_tmo, hz);
hz 1262 dev/isa/mcd.c timeout_add(&sc->sc_pi_tmo, hz / 100);
hz 134 dev/isa/midi_pcppi.c pcppi_bell(t, MIDISYN_FREQ_TO_HZ(note), MAX_DURATION * hz, 0);
hz 340 dev/isa/nsclpcsio_isa.c timeout_add(&nsclpcsio_timeout, (20 * hz) / 10);
hz 362 dev/isa/nsclpcsio_isa.c timeout_add(&nsclpcsio_timeout, (20 * hz) / 10);
hz 224 dev/isa/pcppi.c delay((period * 1000000) / hz);
hz 268 dev/isa/pcppi.c pcppi_bell(arg, volume ? pitch : 0, (period * hz) / 1000,
hz 1019 dev/isa/sbdsp.c extern int hz;
hz 1021 dev/isa/sbdsp.c timeout_add(&sc->sc_tmo, hz/8);
hz 586 dev/isa/seagate.c timeout_add(&scb->xs->stimeout, (xs->timeout * hz) / 1000);
hz 818 dev/isa/seagate.c timeout_add(&scb->xs->stimeout, 2 * hz);
hz 86 dev/isa/spkr.c tone(hz, ticks)
hz 87 dev/isa/spkr.c u_int hz, ticks;
hz 89 dev/isa/spkr.c pcppi_bell(ppicookie, hz, ticks, PCPPI_BELL_SLEEP);
hz 176 dev/isa/spkr.c whole = (hz * SECS_PER_MIN * WHOLE_NOTE) / DFLT_TEMPO;
hz 363 dev/isa/spkr.c whole = (hz * SECS_PER_MIN * WHOLE_NOTE) / tempo;
hz 272 dev/isa/uha_isa.c timeout_add(&mscp->xs->stimeout, (mscp->timeout * hz) / 1000);
hz 315 dev/isa/viasio.c timeout_add(&sc->sc_hm_timo, hz);
hz 428 dev/isa/viasio.c timeout_add(&sc->sc_hm_timo, hz);
hz 744 dev/isa/wds.c timeout_add(&scb->xs->stimeout, (scb->timeout * hz) / 1000);
hz 491 dev/midi.c sc->wait = (hz * MIDI_MAXWRITE) / MIDI_RATE;
hz 209 dev/mii/mii_physubr.c tsleep(&sc->mii_flags, PZERO, "miiaut", hz >> 1);
hz 214 dev/mii/mii_physubr.c timeout_add(&sc->mii_phy_timo, hz / 2);
hz 324 dev/onewire/onewire.c tsleep(sc, PWAIT, "owscan", hz / 10);
hz 396 dev/onewire/onewire.c tsleep(sc->sc_thread, PWAIT, "owidle", ONEWIRE_SCANTIME * hz);
hz 158 dev/onewire/owtemp.c tsleep(sc, PRIBIO, "owtemp", hz);
hz 2230 dev/pci/ahci.c timeout_add(&xa->stimeout, (xa->timeout * hz) / 1000);
hz 350 dev/pci/amdiic.c if (tsleep(sc, PRIBIO, "iicexec", AMDIIC_TIMEOUT * hz))
hz 472 dev/pci/amdpm.c if (tsleep(sc, PRIBIO, "iicexec", AMDPM_SMBUS_TIMEOUT * hz))
hz 1524 dev/pci/arc.c if (tsleep(sc, PWAIT, "arcdb", hz) == EWOULDBLOCK)
hz 1542 dev/pci/arc.c tsleep(sc, PWAIT, "arcspew", 2 * hz);
hz 1593 dev/pci/autri.c tsleep(sc, PWAIT, "autri", hz/10); /* give uart a chance to drain */
hz 247 dev/pci/bktr/bktr_audio.c tsleep( BKTR_SLEEP, PZERO, "tuning", hz/8 );
hz 1422 dev/pci/bktr/bktr_core.c error = tsleep(BKTR_SLEEP, BKTRPRI, "captur", hz);
hz 905 dev/pci/bktr/bktr_tuner.c tsleep( BKTR_SLEEP, PZERO, "tuning", hz/8 );
hz 366 dev/pci/cz.c cz_timeout_ticks = max(1, hz * CZ_POLL_MS / 1000);
hz 790 dev/pci/cz.c timeout_add(&sc->sc_diag_to, 60 * hz);
hz 830 dev/pci/cz.c error = tsleep(cz, TTIPRI | PCATCH, wstring, max(1, hz/100));
hz 926 dev/pci/cz.c (void) tsleep(tp, TTIPRI, ttclos, hz);
hz 1709 dev/pci/eap.c tsleep(sc, PWAIT, "eapclm", hz/10); /* give uart a chance to drain */
hz 851 dev/pci/eso.c error = tsleep(&sc->sc_pintr, PCATCH | PWAIT, "esoho", hz);
hz 879 dev/pci/eso.c error = tsleep(&sc->sc_rintr, PCATCH | PWAIT, "esohi", hz);
hz 317 dev/pci/hifn7751.c timeout_add(&sc->sc_tickto, hz);
hz 382 dev/pci/hifn7751.c if (hz >= 100)
hz 383 dev/pci/hifn7751.c sc->sc_rnghz = hz / 100;
hz 1672 dev/pci/hifn7751.c timeout_add(&sc->sc_tickto, hz);
hz 210 dev/pci/i82365_pci.c timeout_add(&sc->poll_timeout, hz / 2);
hz 284 dev/pci/ichiic.c if (tsleep(sc, PRIBIO, "iicexec", ICHIIC_TIMEOUT * hz))
hz 74 dev/pci/if_art.c extern int hz;
hz 180 dev/pci/if_art.c timeout_add(&sc->art_onesec, hz);
hz 418 dev/pci/if_art.c timeout_add(&ac->art_onesec, hz);
hz 1013 dev/pci/if_bce.c timeout_add(&sc->bce_timeout, hz);
hz 1497 dev/pci/if_bce.c timeout_add(&sc->bce_timeout, hz);
hz 2559 dev/pci/if_bge.c timeout_add(&sc->bge_timeout, hz);
hz 3004 dev/pci/if_bge.c timeout_add(&sc->bge_timeout, hz);
hz 4259 dev/pci/if_bnx.c timeout_add(&sc->bnx_timeout, hz);
hz 5075 dev/pci/if_bnx.c timeout_add(&sc->bnx_timeout, hz);
hz 643 dev/pci/if_cas.c timeout_add(&sc->sc_tick_ch, hz);
hz 1044 dev/pci/if_cas.c timeout_add(&sc->sc_tick_ch, hz);
hz 256 dev/pci/if_de.c timeout_add(&sc->tulip_stmo, (hz + TULIP_HZ / 2) / TULIP_HZ);
hz 731 dev/pci/if_em.c timeout_add(&sc->timer_handle, hz);
hz 776 dev/pci/if_em.c timeout_add(&sc->timer_handle, hz);
hz 1318 dev/pci/if_em.c timeout_add(&sc->timer_handle, hz);
hz 1116 dev/pci/if_ipw.c return tsleep(sc, 0, "ipwcmd", hz);
hz 1612 dev/pci/if_ipw.c if ((error = tsleep(sc, 0, "ipwinit", hz)) != 0) {
hz 1253 dev/pci/if_iwi.c return async ? 0 : tsleep(sc, 0, "iwicmd", hz);
hz 1785 dev/pci/if_iwi.c if ((error = tsleep(sc, 0, "iwiinit", hz)) != 0) {
hz 528 dev/pci/if_ixgb.c timeout_add(&sc->timer_handle, hz);
hz 572 dev/pci/if_ixgb.c timeout_add(&sc->timer_handle, hz);
hz 829 dev/pci/if_ixgb.c timeout_add(&sc->timer_handle, hz);
hz 604 dev/pci/if_lge.c timeout_add(&sc->lge_timeout, hz);
hz 1044 dev/pci/if_lge.c timeout_add(&sc->lge_timeout, hz);
hz 1334 dev/pci/if_lge.c timeout_add(&sc->lge_timeout, hz);
hz 1740 dev/pci/if_msk.c timeout_add(&sc_if->sk_tick_ch, hz);
hz 2070 dev/pci/if_msk.c timeout_add(&sc_if->sk_tick_ch, hz);
hz 302 dev/pci/if_myx.c timeout_add(&sc->sc_tick, hz);
hz 822 dev/pci/if_myx.c timeout_add(&sc->sc_tick, hz);
hz 1144 dev/pci/if_nfe.c timeout_add(&sc->sc_tick_ch, hz);
hz 1758 dev/pci/if_nfe.c timeout_add(&sc->sc_tick_ch, hz);
hz 959 dev/pci/if_nge.c timeout_add(&sc->nge_timeout, hz);
hz 1439 dev/pci/if_nge.c timeout_add(&sc->nge_timeout, hz);
hz 1676 dev/pci/if_nxe.c timeout_add(&sc->sc_tick, hz * 5);
hz 1537 dev/pci/if_pcn.c timeout_add(&sc->sc_tick_timeout, hz);
hz 1779 dev/pci/if_pcn.c timeout_add(&sc->sc_tick_timeout, hz);
hz 3661 dev/pci/if_san_te1.c timeout_add(&card->fe_te.te_timer, delay * hz / 1000);
hz 297 dev/pci/if_san_xilinx.c while ((ticks - timeout) < (sec * hz)) {
hz 3539 dev/pci/if_san_xilinx.c timeout_add(&card->u.xilinx.led_timer, hz);
hz 51 dev/pci/if_sandrv.c #define EXEC_TIMEOUT (hz*2)
hz 1468 dev/pci/if_sis.c timeout_add(&sc->sis_timeout, hz);
hz 1846 dev/pci/if_sis.c timeout_add(&sc->sis_timeout, hz);
hz 1247 dev/pci/if_sk.c timeout_add(&sc_if->sk_tick_ch, hz);
hz 1996 dev/pci/if_sk.c timeout_add(&sc_if->sk_tick_ch, hz);
hz 2014 dev/pci/if_sk.c timeout_add(&sc_if->sk_tick_ch, hz);
hz 2062 dev/pci/if_sk.c timeout_add(&sc_if->sk_tick_ch, hz);
hz 2079 dev/pci/if_sk.c timeout_add(&sc_if->sk_tick_ch, hz);
hz 2083 dev/pci/if_sk.c timeout_add(&sc_if->sk_tick_ch, hz);
hz 2675 dev/pci/if_sk.c timeout_add(&sc_if->sk_tick_ch, hz);
hz 818 dev/pci/if_ste.c timeout_add(&sc->sc_stats_tmo, hz);
hz 1199 dev/pci/if_ste.c timeout_add(&sc->sc_stats_tmo, hz);
hz 1106 dev/pci/if_stge.c timeout_add(&sc->sc_timeout, hz);
hz 1367 dev/pci/if_stge.c timeout_add(&sc->sc_timeout, hz);
hz 1091 dev/pci/if_tht.c tsleep(sc, 0, "thtdown", hz);
hz 1736 dev/pci/if_tht.c timeout_add(&ticker, 2*hz);
hz 1450 dev/pci/if_tl.c timeout_add(&sc->tl_stats_tmo, hz);
hz 1722 dev/pci/if_tl.c timeout_add(&sc->tl_stats_tmo, hz);
hz 1724 dev/pci/if_tl.c timeout_add(&sc->tl_wait_tmo, 2 * hz);
hz 1331 dev/pci/if_txp.c timeout_add(&sc->sc_tick, hz);
hz 1373 dev/pci/if_txp.c timeout_add(&sc->sc_tick, hz);
hz 1213 dev/pci/if_vge.c timeout_add(&sc->timer_handle, hz);
hz 1655 dev/pci/if_vge.c timeout_add(&sc->timer_handle, hz);
hz 1231 dev/pci/if_vic.c timeout_add(&sc->sc_tick, hz);
hz 1300 dev/pci/if_vic.c timeout_add(&sc->sc_tick, hz);
hz 1156 dev/pci/if_vr.c timeout_add(&sc->sc_to, hz);
hz 1494 dev/pci/if_vr.c timeout_add(&sc->sc_to, hz);
hz 1271 dev/pci/if_wb.c timeout_add(&sc->wb_tick_tmo, hz);
hz 1574 dev/pci/if_wb.c timeout_add(&sc->wb_tick_tmo, hz);
hz 863 dev/pci/if_wpi.c timeout_add(&sc->calib_to, hz / 2);
hz 1095 dev/pci/if_wpi.c if ((error = tsleep(sc, PCATCH, "wpiinit", hz)) != 0) {
hz 1116 dev/pci/if_wpi.c if ((error = tsleep(sc, PCATCH, "wpiinit", hz)) != 0) {
hz 1153 dev/pci/if_wpi.c timeout_add(&sc->calib_to, hz / 2);
hz 2051 dev/pci/if_wpi.c return async ? 0 : tsleep(cmd, PCATCH, "wpicmd", hz);
hz 278 dev/pci/ises.c extern int hz;
hz 285 dev/pci/ises.c ticks = hz * 3 / 2; /* 1.5s */
hz 1596 dev/pci/ises.c extern int hz; /* from param.c */
hz 1598 dev/pci/ises.c timeout_add(&sc->sc_timeout, hz / ISESRNGIPS);
hz 1882 dev/pci/ises.c timeout_add(&sc->sc_timeout, hz);
hz 296 dev/pci/mbg.c tmax = cold ? 50 : hz / 10;
hz 349 dev/pci/mbg.c tmax = cold ? 50 : hz / 10;
hz 529 dev/pci/musycc.c tsleep(cc, PZERO | PCATCH, "musycc", hz);
hz 569 dev/pci/musycc.c tsleep(cc, PZERO | PCATCH, "musycc", hz);
hz 615 dev/pci/musycc.c tsleep(cc, PZERO | PCATCH, "musycc", hz);
hz 636 dev/pci/noct.c if (hz > 100)
hz 637 dev/pci/noct.c sc->sc_rngtick = hz/100;
hz 326 dev/pci/nofn.c if (hz < 100)
hz 329 dev/pci/nofn.c sc->sc_rngtick = hz / 100;
hz 1002 dev/pci/pccbb.c timeout_add(&sc->sc_ins_tmo, hz / 10);
hz 1105 dev/pci/pccbb.c timeout_add(&sc->sc_ins_tmo, hz / 10);
hz 1342 dev/pci/pccbb.c timeout_add(&cb_poll_timeout, hz / 10);
hz 2613 dev/pci/pccbb.c timeout_add(&pccbb_poll_timeout, hz * 2);
hz 288 dev/pci/piixpm.c if (tsleep(sc, PRIBIO, "iicexec", PIIXPM_TIMEOUT * hz))
hz 305 dev/pci/safe.c timeout_add(&sc->sc_rngto, hz * safe_rnginterval);
hz 1260 dev/pci/safe.c timeout_add(&sc->sc_rngto, hz * safe_rnginterval);
hz 300 dev/pci/ubsec.c if (hz >= 100)
hz 301 dev/pci/ubsec.c sc->sc_rnghz = hz / 100;
hz 321 dev/pci/viaenv.c timeout_add(&viaenv_timeout, (15 * hz) / 10);
hz 363 dev/pci/viaenv.c timeout_add(&viaenv_timeout, (15 * hz) / 10);
hz 331 dev/pci/viapm.c if (tsleep(sc, PRIBIO, "iicexec", VIAPM_TIMEOUT * hz))
hz 306 dev/pcmcia/gpr.c tsleep(sc, PWAIT, "gpreset", hz / 40);
hz 123 dev/pcmcia/if_ray.c #define RAY_CHECK_CCS_TIMEOUT (hz / 2)
hz 128 dev/pcmcia/if_ray.c #define RAY_START_TIMEOUT (10 * hz)
hz 133 dev/pcmcia/if_ray.c #define RAY_RESET_TIMEOUT (10 * hz)
hz 142 dev/pcmcia/if_ray.c #define RAY_CHECK_SCHED_TIMEOUT (hz) /* XXX 5 */
hz 122 dev/raidframe/rf_revent.c #define RECON_TIMO ((RECON_DELAY_MS * hz) / 1000)
hz 563 dev/rnd.c extern int hz;
hz 573 dev/rnd.c timeout_add(&arc4_timeout, 10 * 60 * hz);
hz 1115 dev/sbus/be.c timeout_add(&sc->sc_tick_ch, hz);
hz 1379 dev/sbus/be.c timeout_add(&sc->sc_tick_ch, hz);
hz 1762 dev/sbus/magma.c m = m * 1000 / hz;
hz 1772 dev/sbus/magma.c h = h * hz / 1000;
hz 1774 dev/sbus/magma.c h = 1000 / hz;
hz 861 dev/sbus/stp4020.c ticks = (ms * hz) / 1000000;
hz 869 dev/sbus/stp4020.c if (ticks > 60 * hz)
hz 37 dev/sdmmc/sdhc.c #define SDHC_COMMAND_TIMEOUT hz
hz 38 dev/sdmmc/sdhc.c #define SDHC_BUFFER_TIMEOUT hz
hz 39 dev/sdmmc/sdhc.c #define SDHC_TRANSFER_TIMEOUT hz
hz 494 dev/sdmmc/sdmmc.c int ticks = usecs / (1000000 / hz);
hz 423 dev/sdmmc/sdmmc_scsi.c timeout_add(&xs->stimeout, (xs->timeout * hz) / 1000);
hz 262 dev/sequencer.c error = seq_sleep_timo(&sc->wchan, "seq_dr", 60*hz);
hz 842 dev/sequencer.c if (ticks > 20 * hz) {
hz 1355 dev/softraid.c if (tsleep(&sd->sd_sync, MAXPRI, "sr_down", 60 * hz) ==
hz 1510 dev/softraid.c if (tsleep(sd, PRIBIO, "sr_sync", 15 * hz) == EWOULDBLOCK) {
hz 90 dev/sun/sunkbd.c ticks = (period * hz) / 1000;
hz 105 dev/usb/ehci.c #define mstohz(ms) ((ms) * hz / 1000)
hz 592 dev/usb/ehci.c timeout_add(&sc->sc_tmo_pcd, hz);
hz 684 dev/usb/ehci.c timeout_add(&sc->sc_tmo_intrlist, hz);
hz 1530 dev/usb/ehci.c error = tsleep(&sc->sc_async_head, PZERO, "ehcidi", hz / 2);
hz 1255 dev/usb/if_aue.c timeout_add(&sc->aue_stat_ch, hz);
hz 1427 dev/usb/if_aue.c timeout_add(&sc->aue_stat_ch, hz);
hz 1131 dev/usb/if_axe.c timeout_add(&sc->axe_stat_ch, hz);
hz 1332 dev/usb/if_axe.c timeout_add(&sc->axe_stat_ch, hz);
hz 1067 dev/usb/if_cue.c timeout_add(&sc->cue_stat_ch, hz);
hz 577 dev/usb/if_ral.c timeout_add(&sc->scan_to, hz / 5);
hz 2134 dev/usb/if_ral.c timeout_add(&sc->amrr_to, hz);
hz 2190 dev/usb/if_ral.c timeout_add(&sc->amrr_to, hz);
hz 659 dev/usb/if_rum.c timeout_add(&sc->scan_to, hz / 5);
hz 2205 dev/usb/if_rum.c timeout_add(&sc->amrr_to, hz);
hz 2256 dev/usb/if_rum.c timeout_add(&sc->amrr_to, hz);
hz 818 dev/usb/if_uath.c timeout_add(&sc->scan_to, hz / 4);
hz 916 dev/usb/if_uath.c timeout_add(&sc->stat_to, hz);
hz 1014 dev/usb/if_uath.c error = tsleep(cmd, PCATCH, "uathcmd", 2 * hz);
hz 1168 dev/usb/if_uath.c timeout_add(&sc->stat_to, hz);
hz 1666 dev/usb/if_uath.c error = tsleep(UATH_COND_INIT(sc), PCATCH, "uathinit", 5 * hz);
hz 689 dev/usb/if_udav.c timeout_add(&sc->sc_stat_ch, hz);
hz 1505 dev/usb/if_udav.c timeout_add(&sc->sc_stat_ch, hz);
hz 584 dev/usb/if_url.c timeout_add(&sc->sc_stat_ch, hz);
hz 1393 dev/usb/if_url.c timeout_add(&sc->sc_stat_ch, hz);
hz 1087 dev/usb/if_wi_usb.c err = tsleep(ident, PRIBIO, "wiTXsync", hz*1);
hz 706 dev/usb/if_zyd.c timeout_add(&sc->scan_to, hz / 5);
hz 737 dev/usb/if_zyd.c timeout_add(&sc->amrr_to, hz);
hz 804 dev/usb/if_zyd.c error = tsleep(sc, PCATCH, "zydcmd", hz);
hz 2525 dev/usb/if_zyd.c timeout_add(&sc->amrr_to, hz);
hz 84 dev/usb/ohci.c #define mstohz(ms) ((ms) * hz / 1000)
hz 1193 dev/usb/ohci.c timeout_add(&sc->sc_tmo_rhsc, hz);
hz 305 dev/usb/ucom.c (void)tsleep(sc, TTIPRI, ttclos, hz);
hz 456 dev/usb/ueagle.c error = tsleep(UEAGLE_COND_CMV(sc), PZERO, "cmv", 2 * hz);
hz 498 dev/usb/ueagle.c error = tsleep(UEAGLE_COND_CMV(sc), PZERO, "cmv", 2 * hz);
hz 622 dev/usb/ueagle.c error = tsleep(UEAGLE_COND_READY(sc), PZERO | PCATCH, "boot", 10 * hz);
hz 529 dev/usb/ugen.c (sce->timeout * hz) / 1000);
hz 92 dev/usb/uhci.c #define mstohz(ms) ((ms) * hz / 1000)
hz 588 dev/usb/ukbd.c timeout_add(&sc->sc_delay, hz / 50);
hz 739 dev/usb/ukbd.c hz * REP_DELAY1 / 1000);
hz 793 dev/usb/ukbd.c timeout_add(&sc->sc_rawrepeat_ch, hz * REP_DELAYN / 1000);
hz 64 dev/usb/ulpt.c #define TIMEOUT hz*16 /* wait up to 16 seconds for a ready */
hz 65 dev/usb/ulpt.c #define STEP hz/4
hz 435 dev/usb/uow.c (UOW_TIMEOUT * hz) / 1000) != 0) {
hz 334 dev/usb/usb.c usb_noexplore ? 0 : hz * 60);
hz 337 dev/usb/usb.c hz * 60);
hz 828 dev/usb/usb.c if (tsleep(sc, PWAIT, "usbdet", hz * 60))
hz 73 dev/usb/usb_port.h #define mstohz(ms) ((ms) * hz / 1000)
hz 347 dev/usb/usb_subr.c tsleep(&ms, PRIBIO, "usbdly", (ms*hz+999)/1000 + 1);
hz 508 dev/usb/usbdi_util.c if (tsleep(dv, PZERO, "usbdet", hz * 60))
hz 765 dev/usb/uvscom.c tsleep(&err, TTIPRI, "uvsop", hz); /* XXX */
hz 745 dev/wscons/wsdisplay.c sc->sc_burnoutintvl = (hz * WSDISPLAY_DEFBURNOUT) / 1000;
hz 746 dev/wscons/wsdisplay.c sc->sc_burninintvl = (hz * WSDISPLAY_DEFBURNIN ) / 1000;
hz 1193 dev/wscons/wsdisplay.c d->on = sc->sc_burninintvl * 1000 / hz;
hz 1194 dev/wscons/wsdisplay.c d->off = sc->sc_burnoutintvl * 1000 / hz;
hz 1214 dev/wscons/wsdisplay.c sc->sc_burninintvl = hz * d->on / 1000;
hz 1220 dev/wscons/wsdisplay.c sc->sc_burnoutintvl = hz * d->off / 1000;
hz 1468 dev/wscons/wsdisplay.c timeout_add(&tp->t_rstrt_to, (hz > 128) ? (hz / 128) : 1);
hz 191 dev/wscons/wsdisplay_compat_usl.c timeout_add(&sd->s_detach_ch, wscompat_usl_synctimeout * hz);
hz 256 dev/wscons/wsdisplay_compat_usl.c timeout_add(&sd->s_attach_ch, wscompat_usl_synctimeout * hz);
hz 527 dev/wscons/wskbd.c (hz * sc->sc_keyrepeat_data.delN) / 1000);
hz 585 dev/wscons/wskbd.c if (tsleep(sc, PZERO, "wskdet", hz * 60))
hz 646 dev/wscons/wskbd.c (hz * sc->sc_keyrepeat_data.del1) / 1000);
hz 662 dev/wscons/wskbd.c (hz * sc->sc_keyrepeat_data.del1) / 1000);
hz 270 dev/wscons/wsmouse.c if (tsleep(sc, PZERO, "wsmdet", hz * 60))
hz 205 kern/kern_acct.c t = tmp.tv_sec * hz + tmp.tv_usec / tick;
hz 330 kern/kern_acct.c tsleep(&acct_proc, PPAUSE, "acct", acctchkfreq *hz);
hz 165 kern/kern_clock.c i = stathz ? stathz : hz;
hz 373 kern/kern_clock.c else if (sec <= LONG_MAX / hz)
hz 374 kern/kern_clock.c ticks = sec * hz
hz 419 kern/kern_clock.c else if (sec <= LONG_MAX / hz)
hz 420 kern/kern_clock.c ticks = sec * hz
hz 584 kern/kern_clock.c clkinfo.hz = hz;
hz 586 kern/kern_clock.c clkinfo.stathz = stathz ? stathz : hz;
hz 643 kern/kern_event.c 24 * 60 * 60 * hz : tvtohz(&atv);
hz 662 kern/kern_event.c 24 * 60 * 60 * hz : tvtohz(&ttv);
hz 342 kern/kern_resource.c freq = stathz ? stathz : hz;
hz 235 kern/kern_sensors.c timeout_add(&st->timeout, hz/2);
hz 258 kern/kern_sensors.c timeout_add(&st->timeout, hz * st->period);
hz 403 kern/kern_synch.c if (hz > 1000)
hz 404 kern/kern_synch.c timo = timo * (hz / 1000);
hz 406 kern/kern_synch.c timo = timo / (1000 / hz);
hz 246 kern/kern_tc.c if (u > hz) {
hz 520 kern/kern_tc.c if (hz > 1000)
hz 521 kern/kern_tc.c tc_tick = (hz + 500) / 1000;
hz 524 kern/kern_tc.c p = (tc_tick * 1000000) / hz;
hz 236 kern/kern_time.c ts.tv_nsec = 1000000000 / hz;
hz 377 kern/kern_time.c f = ntp_tick_permanent * hz;
hz 389 kern/kern_time.c ntp_tick_permanent = f / hz;
hz 59 kern/kern_watchdog.c timeout_add(&wdog_timeout, wdog_period * hz / 2);
hz 112 kern/kern_watchdog.c timeout_add(&wdog_timeout, wdog_period * hz / 2);
hz 86 kern/sched_bsd.c rrticks_init = hz / 10;
hz 275 kern/sched_bsd.c timeout_add(to, hz);
hz 698 kern/sys_generic.c 24 * 60 * 60 * hz : tvtohz(&ttv);
hz 921 kern/sys_generic.c 24 * 60 * 60 * hz : tvtohz(&ttv);
hz 1475 kern/tty.c t = cc[VTIME] * hz / 10;
hz 1655 kern/tty.c tsleep(&tp->t_outq, PZERO - 1, "ttckoutq", hz);
hz 239 kern/uipc_domain.c timeout_add(to, hz/2);
hz 253 kern/uipc_domain.c timeout_add(to, hz/5);
hz 233 kern/uipc_socket.c so->so_linger * hz);
hz 1069 kern/uipc_socket.c if (tv->tv_sec > (SHRT_MAX - tv->tv_usec / tick) / hz) {
hz 1073 kern/uipc_socket.c val = tv->tv_sec * hz + tv->tv_usec / tick;
hz 1173 kern/uipc_socket.c mtod(m, struct timeval *)->tv_sec = val / hz;
hz 1175 kern/uipc_socket.c (val % hz) * tick;
hz 353 miscfs/portal/portal_vnops.c (void) tsleep(&so->so_timeo, PSOCK, "portalcon", 5 * hz);
hz 763 net/bpf.c d->bd_rtout = tv->tv_sec * hz + tv->tv_usec / tick;
hz 776 net/bpf.c tv->tv_sec = d->bd_rtout / hz;
hz 777 net/bpf.c tv->tv_usec = (d->bd_rtout % hz) * tick;
hz 1761 net/bridgestp.c timeout_add(&bs->bs_bstptimeout, hz);
hz 1924 net/bridgestp.c timeout_add(&bs->bs_bstptimeout, hz);
hz 817 net/if.c timeout_add(ifq->ifq_congestion, hz / 100);
hz 1122 net/if.c timeout_add(to, hz / IFNET_SLOWHZ);
hz 603 net/if_bridge.c bparam->ifbrp_ctime > INT_MAX / hz) {
hz 610 net/if_bridge.c timeout_add(&sc->sc_brtimeout, sc->sc_brttimeout * hz);
hz 972 net/if_bridge.c timeout_add(&sc->sc_brtimeout, sc->sc_brttimeout * hz);
hz 1914 net/if_bridge.c timeout_add(&sc->sc_brtimeout, sc->sc_brttimeout * hz);
hz 766 net/if_pfsync.c timeout_add(&sc->sc_bulk_tmo, 1 * hz);
hz 983 net/if_pfsync.c timeout_add(&sc->sc_bulkfail_tmo, 5 * hz);
hz 1088 net/if_pfsync.c timeout_add(&sc->sc_tdb_tmo, hz);
hz 1090 net/if_pfsync.c timeout_add(&sc->sc_tmo, hz);
hz 1477 net/if_pfsync.c timeout_add(&sc->sc_bulkfail_tmo, 5 * hz);
hz 125 net/if_pppoe.c #define PPPOE_DISC_TIMEOUT (hz*5) /* base for quick timeout calculation */
hz 126 net/if_pppoe.c #define PPPOE_SLOW_RETRY (hz*60) /* persistent retry interval */
hz 1413 net/if_pppoe.c timeout_add(&sc->sc_timeout, hz / 50);
hz 814 net/if_spppsubr.c keepalive_ch = timeout(sppp_keepalive, 0, hz * 10);
hz 817 net/if_spppsubr.c timeout_add(&keepalive_ch, hz * 10);
hz 1873 net/if_spppsubr.c sp->lcp.timeout = 1 * hz;
hz 3380 net/if_spppsubr.c sp->ch[IDX_CHAP] = timeout(chap.TO, (void *)sp, i * hz);
hz 3383 net/if_spppsubr.c timeout_add(&sp->ch[IDX_CHAP], i * hz);
hz 3949 net/if_spppsubr.c keepalive_ch = timeout(sppp_keepalive, 0, hz * 10);
hz 3952 net/if_spppsubr.c timeout_add(&keepalive_ch, hz * 10);
hz 1031 net/if_strip.c timeout_add(&sc->sc_timo, hz);
hz 1043 net/if_strip.c timeout_add(&sc->sc_timo, hz);
hz 869 net/pf.c tsleep(pf_purge_thread, PWAIT, "pftm", 1 * hz);
hz 1119 net/route.c timeout_add(&rt_timer_timeout, hz); /* every second */
hz 1286 net/route.c timeout_add(to, hz); /* every second */
hz 448 net80211/ieee80211_ioctl.c hz * IEEE80211_SCAN_TIMEOUT);
hz 147 netatalk/aarp.c timeout_add(&aarptimer_timeout, AARPT_AGE * hz);
hz 578 netatalk/aarp.c timeout_add(&aarptimer_timeout, hz);
hz 638 netatalk/aarp.c timeout_add(&aarpprobe_timeout, hz / 5);
hz 421 netatalk/at_control.c timeout_add(&aarpprobe_timeout, hz / 5);
hz 160 netbt/hci_link.c timeout_add(&link->hl_expire, hci_acl_expiry * hz);
hz 190 netbt/hci_link.c timeout_add(&link->hl_expire, hci_acl_expiry * hz);
hz 135 netbt/hci_unit.c err = tsleep(unit, PWAIT | PCATCH, __func__, 5 * hz);
hz 141 netbt/l2cap_misc.c timeout_add(&req->lr_rtx, l2cap_response_timeout*hz);
hz 182 netbt/rfcomm_dlc.c rfcomm_ack_timeout * hz);
hz 279 netbt/rfcomm_dlc.c timeout_add(&dlc->rd_timeout, rfcomm_mcc_timeout * hz);
hz 308 netbt/rfcomm_dlc.c timeout_add(&dlc->rd_timeout, rfcomm_mcc_timeout * hz);
hz 373 netbt/rfcomm_session.c timeout_add(&rs->rs_timeout, rfcomm_ack_timeout * hz);
hz 425 netbt/rfcomm_session.c timeout_add(&new->rs_timeout, rfcomm_mcc_timeout * hz);
hz 476 netbt/rfcomm_session.c rfcomm_ack_timeout * hz);
hz 536 netbt/rfcomm_session.c rfcomm_ack_timeout * hz);
hz 550 netbt/rfcomm_session.c timeout_add(&rs->rs_timeout, rfcomm_ack_timeout * hz);
hz 881 netbt/rfcomm_session.c timeout_add(&rs->rs_timeout, rfcomm_ack_timeout * hz);
hz 1376 netbt/rfcomm_session.c rfcomm_ack_timeout * hz);
hz 1391 netbt/rfcomm_session.c timeout_add(&dlc->rd_timeout, rfcomm_ack_timeout * hz);
hz 253 netbt/rfcomm_upper.c timeout_add(&dlc->rd_timeout, rfcomm_ack_timeout * hz);
hz 123 netinet/if_ether.c timeout_add(to, arpt_prune * hz);
hz 163 netinet/if_ether.c timeout_add(&arptimer_to, hz);
hz 972 netinet/if_ether.c result = tsleep((caddr_t)&myip, PSOCK, "revarp", hz/2);
hz 266 netinet/ip_ipsp.c hz * ipsec_keep_invalid);
hz 140 netinet/ip_mroute.c #define EXPIRE_TIMEOUT (hz / 4) /* 4x / second */
hz 148 netinet/ip_mroute.c #define TBF_REPROCESS (hz / 100) /* 100x / second */
hz 255 netinet/ip_mroute.c #define BW_METER_PERIOD (hz) /* periodical handling of bw meters */
hz 264 netinet/ip_mroute.c #define BW_UPCALLS_PERIOD (hz) /* periodical flush of bw upcalls */
hz 876 netinet/ip_spd.c timeout_add(&ipa->ipa_timeout, ipsec_expire_acquire * hz);
hz 3366 netinet/tcp_input.c timeout_add(&(sc)->sc_timer, (sc)->sc_rxtcur * (hz / PR_SLOWHZ)); \
hz 108 netinet/tcp_timer.h #define TCP_DELACK_TICKS (hz / PR_FASTHZ) /* time to delay ACK */
hz 122 netinet/tcp_timer.h timeout_add(&(tp)->t_timer[(timer)], (nticks) * (hz / PR_SLOWHZ))
hz 172 netinet6/ip6_input.c timeout_add(&nd6_timer_ch, hz);
hz 154 netinet6/ip6_mroute.c #define EXPIRE_TIMEOUT (hz / 4) /* 4x / second */
hz 135 netinet6/nd6.c timeout_add(&nd6_slowtimo_ch, ND6_SLOWTIMER_INTERVAL * hz);
hz 376 netinet6/nd6.c ln->ln_expire = time_second + tick / hz;
hz 433 netinet6/nd6.c nd6_llinfo_settimer(ln, (long)ndi->retrans * hz / 1000);
hz 458 netinet6/nd6.c nd6_llinfo_settimer(ln, (long)nd6_gctimer * hz);
hz 475 netinet6/nd6.c nd6_llinfo_settimer(ln, (long)ndi->retrans * hz / 1000);
hz 480 netinet6/nd6.c nd6_llinfo_settimer(ln, (long)nd6_gctimer * hz);
hz 486 netinet6/nd6.c nd6_llinfo_settimer(ln, (long)ndi->retrans * hz / 1000);
hz 514 netinet6/nd6.c timeout_add(&nd6_timer_ch, nd6_prune * hz);
hz 865 netinet6/nd6.c if (dr->expire > time_second * hz) {
hz 867 netinet6/nd6.c dr->expire - time_second * hz);
hz 869 netinet6/nd6.c nd6_llinfo_settimer(ln, (long)nd6_gctimer * hz);
hz 983 netinet6/nd6.c (long)ND_IFINFO(rt->rt_ifp)->reachable * hz);
hz 1580 netinet6/nd6.c nd6_llinfo_settimer(ln, (long)nd6_gctimer * hz);
hz 1692 netinet6/nd6.c timeout_add(&nd6_slowtimo_ch, ND6_SLOWTIMER_INTERVAL * hz);
hz 1823 netinet6/nd6.c nd6_llinfo_settimer(ln, (long)nd6_gctimer * hz);
hz 1836 netinet6/nd6.c nd6_llinfo_settimer(ln, nd6_delay * hz);
hz 1864 netinet6/nd6.c (long)ND_IFINFO(ifp)->retrans * hz / 1000);
hz 672 netinet6/nd6_nbr.c (long)ND_IFINFO(rt->rt_ifp)->reachable * hz);
hz 676 netinet6/nd6_nbr.c nd6_llinfo_settimer(ln, (long)nd6_gctimer * hz);
hz 730 netinet6/nd6_nbr.c nd6_llinfo_settimer(ln, (long)nd6_gctimer * hz);
hz 754 netinet6/nd6_nbr.c (long)ND_IFINFO(ifp)->reachable * hz);
hz 760 netinet6/nd6_nbr.c (long)nd6_gctimer * hz);
hz 1135 netinet6/nd6_nbr.c (long)ND_IFINFO(ifa->ifa_ifp)->retrans * hz / 1000);
hz 1140 netinet6/nd6_nbr.c ntick = arc4random() % (MAX_RTR_SOLICITATION_DELAY * hz);
hz 1142 netinet6/nd6_nbr.c ntick = *tick + arc4random() % (hz / 2);
hz 1227 netinet6/nd6_nbr.c (long)ND_IFINFO(ifa->ifa_ifp)->retrans * hz / 1000);
hz 47 nfs/nfs.h #define NFS_HZ (hz / nfs_ticks) /* Ticks/sec */
hz 471 nfs/nfs_bio.c bp = getblk(vp, bn, size, 0, 2 * hz);
hz 498 nfs/nfs_bio.c slptimeo = 2 * hz;
hz 182 nfs/nfs_kq.c tsleep(pnfskq, PSOCK, "nfskqpw", NFS_MINATTRTIMO * hz / 2);
hz 225 nfs/nfs_socket.c "nfscon", 2 * hz);
hz 246 nfs/nfs_socket.c so->so_rcv.sb_timeo = (5 * hz);
hz 248 nfs/nfs_socket.c so->so_snd.sb_timeo = (5 * hz);
hz 1391 nfs/nfs_socket.c slptimeo = 2 * hz;
hz 1434 nfs/nfs_socket.c slptimeo = 2 * hz;
hz 1055 nfs/nfs_subs.c nfs_ticks = (hz * NFS_TICKINTVL + 500) / 1000;
hz 830 nfs/nfs_syscalls.c "nfsauth1", 2 * hz);
hz 850 nfs/nfs_syscalls.c "nfsauth2", 2 * hz);
hz 2751 nfs/nfs_vnops.c slptimeo = 2 * hz;
hz 2784 nfs/nfs_vnops.c slptimeo = 2 * hz;
hz 506 scsi/ss_mustek.c tsleep((caddr_t)mustek_get_status, PRIBIO + 1, "mtkrdy", hz);
hz 61 sys/kernel.h extern int hz; /* system clock's frequency */
hz 253 sys/time.h int hz; /* clock frequency */
hz 139 uvm/uvm_pdaemon.c timo = hz >> 3; /* set timeout */