Searched refs:HZ (Results 251 - 275 of 2139) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netrom/
H A Daf_netrom.c293 sk->sk_timer.expires = jiffies + 2 * HZ;
324 nr->t1 = opt * HZ;
330 nr->t2 = opt * HZ;
342 nr->t4 = opt * HZ;
348 nr->idle = opt * 60 * HZ;
375 val = nr->t1 / HZ;
379 val = nr->t2 / HZ;
387 val = nr->t4 / HZ;
391 val = nr->idle / (60 * HZ);
999 if (timeout * HZ < nr_mak
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dpmcraid.h201 #define PMCRAID_RESET_TIMEOUT (2 * HZ)
202 #define PMCRAID_CHECK_FOR_RESET_TIMEOUT ((HZ / 10))
203 #define PMCRAID_VSET_IO_TIMEOUT (60 * HZ)
204 #define PMCRAID_INTERNAL_TIMEOUT (60 * HZ)
205 #define PMCRAID_SHUTDOWN_TIMEOUT (150 * HZ)
206 #define PMCRAID_RESET_BUS_TIMEOUT (60 * HZ)
207 #define PMCRAID_RESET_HOST_TIMEOUT (150 * HZ)
208 #define PMCRAID_REQUEST_SENSE_TIMEOUT (30 * HZ)
209 #define PMCRAID_SET_SUP_DEV_TIMEOUT (2 * 60 * HZ)
H A Dipr.h201 #define IPR_SHUTDOWN_TIMEOUT (ipr_fastfail ? 60 * HZ : 10 * 60 * HZ)
202 #define IPR_VSET_RW_TIMEOUT (ipr_fastfail ? 30 * HZ : 2 * 60 * HZ)
203 #define IPR_ABBREV_SHUTDOWN_TIMEOUT (10 * HZ)
204 #define IPR_DUAL_IOA_ABBR_SHUTDOWN_TO (2 * 60 * HZ)
205 #define IPR_DEVICE_RESET_TIMEOUT (ipr_fastfail ? 10 * HZ : 30 * HZ)
206 #define IPR_CANCEL_ALL_TIMEOUT (ipr_fastfail ? 10 * HZ : 30 * HZ)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/ircomm/
H A Dircomm_tty_attach.c637 ircomm_tty_start_watchdog_timer(self, 3*HZ);
659 ircomm_tty_start_watchdog_timer(self, 3*HZ);
726 ircomm_tty_start_watchdog_timer(self, 3*HZ);
781 ircomm_tty_start_watchdog_timer(self, 3*HZ);
787 ircomm_tty_start_watchdog_timer(self, 3*HZ);
830 ircomm_tty_start_watchdog_timer(self, 3*HZ);
836 ircomm_tty_start_watchdog_timer(self, 3*HZ);
897 ircomm_tty_start_watchdog_timer(self, 3*HZ);
935 ircomm_tty_start_watchdog_timer(self, 3*HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dclip.c36 #include <linux/param.h> /* for HZ */
158 mod_timer(&idle_timer, jiffies + CLIP_CHECK_INTERVAL * HZ);
329 .base_reachable_time = 30 * HZ,
330 .retrans_time = 1 * HZ,
331 .gc_staletime = 60 * HZ,
332 .reachable_time = 30 * HZ,
333 .delay_probe_time = 5 * HZ,
337 .anycast_delay = 1 * HZ,
338 .proxy_delay = (8 * HZ) / 10,
340 .locktime = 1 * HZ,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/pt1/
H A Dva1j5jf8007t.c282 *delay = 3 * HZ;
302 *delay = (HZ + 999) / 1000;
330 *delay = 3 * HZ;
334 *delay = (HZ + 999) / 1000;
343 *delay = 3 * HZ;
348 *delay = 3 * HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dled.c49 #include <asm/param.h> /* HZ */
422 #define HEARTBEAT_LEN (HZ*10/100)
423 #define HEARTBEAT_2ND_RANGE_START (HZ*28/100)
426 #define LED_UPDATE_INTERVAL (1 + (HZ*19/1000))
431 static unsigned long count_HZ; /* counter in range 0..HZ */
441 if (count_HZ >= HZ)
463 currentleds = (count_HZ <= (HZ/2)) ? 0 : 0xff;
466 if (count_HZ <= (HZ/2))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_time.c120 #ifndef HZ
122 # define HZ ((double)sysconf(_SC_CLK_TCK)) macro
126 # define HZ 100.0 macro
128 # define HZ ((double)_BSD_CLK_TCK_) macro
131 # define HZ ((double)CLK_TCK) macro
384 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/lapb/
H A Dlapb_iface.c205 parms->t1 = lapb->t1 / HZ;
206 parms->t2 = lapb->t2 / HZ;
216 parms->t1timer = (lapb->t1timer.expires - jiffies) / HZ;
221 parms->t2timer = (lapb->t2timer.expires - jiffies) / HZ;
253 lapb->t1 = parms->t1 * HZ;
254 lapb->t2 = parms->t2 * HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dtransport.c91 if ((now - midEntry->when_alloc) > HZ) {
461 timeout = 15 * HZ;
463 timeout = 180 * HZ;
465 timeout = 45 * HZ; /* should be greater than
482 timeout = 2 * HZ;
486 wait_for_response(ses, midQ, timeout, 10 * HZ);
652 timeout = 15 * HZ;
658 timeout = 180 * HZ;
660 timeout = 45 * HZ; /* should be greater than
673 timeout = 2 * HZ;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dfsm.c139 ft->tl.expires = jiffies + (millisec * HZ) / 1000;
160 ft->tl.expires = jiffies + (millisec * HZ) / 1000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_ap.h121 #define AP_DISASSOC_DELAY (HZ)
122 #define AP_DEAUTH_DELAY (HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dmips-mt-fpaff.c207 (FPUSEFACTOR * (loops_per_jiffy/(500000/HZ))) / HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dtime.c51 * We want to generate an interrupt every 1/HZ seconds. So we program
144 if (unlikely(ticks_elapsed > HZ)) {
268 clocktick = (100 * PAGE0->mem_10msec) / HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmessenger.h100 #define BASE_DELAY_INTERVAL (HZ/2)
101 #define MAX_DELAY_INTERVAL (5 * 60 * HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dproc.c111 c->loops_per_jiffy/(500000/HZ),
112 (c->loops_per_jiffy/(5000/HZ)) % 100);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/cpu/
H A Dmb.c63 loops_per_jiffy / (500000 / HZ),
64 (loops_per_jiffy / (5000 / HZ)) % 100);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dtime.c132 write_c0_compare(read_c0_count() + mips_hpt_frequency / HZ); local
144 if (mcr && !(jiffies % (HZ/2)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid2.c175 sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + HZ / 5);
186 s = hc->tx_rto / HZ;
188 hc->tx_rto = 60 * HZ;
394 s = hc->tx_rto / HZ;
397 hc->tx_rto = HZ;
400 hc->tx_rto = HZ * 60;
404 ccid2_pr_debug("srtt: %ld rttvar: %ld rto: %ld (HZ=%d) R=%lu\n",
406 hc->tx_rto, HZ, r);
662 hc->tx_rto = 3 * HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_est.c105 mod_timer(&est_timer, jiffies + 2*HZ);
162 mod_timer(&est_timer, jiffies + 2 * HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddn.h96 #define NSP_INITIAL_SRTT (HZ)
98 #define NSP_INITIAL_RTTVAR (HZ*3)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dtime.c59 * for the current HZ value of 200 without producing overflows.
175 tcnt = 12000000 / HZ;
206 tcnt = clk_get_rate(tin) / HZ;
222 panic("setup_timer: HZ is too small, cannot configure timer!");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/
H A Dtimer.c137 __raw_writel(CLOCK_TICK_RATE / HZ - 1,
173 __raw_writel(CLOCK_TICK_RATE / HZ - 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dtimer-gp.c86 period = clk_get_rate(omap_dm_timer_get_fclk(gptimer)) / HZ;
217 tick_period = (tick_rate / HZ) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Daddrconf.c103 #define ADDRCONF_TIMER_FUZZ_MINUS (HZ > 50 ? HZ/50 : 1)
104 #define ADDRCONF_TIMER_FUZZ (HZ / 4)
105 #define ADDRCONF_TIMER_FUZZ_MAX (HZ)
189 .rtr_probe_interval = 60 * HZ,
223 .rtr_probe_interval = 60 * HZ,
779 lifetime = addrconf_timeout_fixup(ifa->valid_lft, HZ);
783 * LONG_MAX / HZ here.
786 ifa->tstamp + lifetime * HZ))
787 expires = ifa->tstamp + lifetime * HZ;
[all...]

Completed in 300 milliseconds

<<11121314151617181920>>