Searched refs:HZ (Results 176 - 200 of 2139) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbf_opts.c121 #ifndef HZ
124 # define HZ 100.0 macro
126 # define HZ ((double)_BSD_CLK_TCK_)
129 # define HZ ((double)CLK_TCK)
168 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dexpspeed.c136 #ifndef HZ
139 # define HZ 100.0 macro
141 # define HZ ((double)_BSD_CLK_TCK_) macro
144 # define HZ ((double)CLK_TCK) macro
167 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dcastopts.c131 #ifndef HZ
134 # define HZ 100.0 macro
136 # define HZ ((double)_BSD_CLK_TCK_)
139 # define HZ ((double)CLK_TCK)
178 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Dspeed.c101 #ifndef HZ
104 # define HZ 100.0 macro
106 # define HZ ((double)_BSD_CLK_TCK_)
109 # define HZ ((double)CLK_TCK)
148 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/arch/mips/sgi-ip32/
H A Dip32-reset.c33 #define POWERDOWN_FREQ (HZ / 4)
34 #define PANIC_FREQ (HZ / 8)
135 power_timer.expires = jiffies + POWERDOWN_TIMEOUT * HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dep93xx_wdt.c57 #define WDT_INTERVAL (HZ/5)
76 next_heartbeat = jiffies + (timeout * HZ);
91 next_heartbeat = jiffies + (timeout * HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_os_linux.h100 #define DRM_HZ HZ
116 schedule_timeout((HZ/100 > 1) ? HZ/100 : 1); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Datalk.h135 #define AARP_EXPIRY_TIME (5 * 60 * HZ)
139 #define AARP_TICK_TIME (HZ / 5)
146 #define AARP_RESOLVE_TIME (10 * HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoe.h95 TIMERTICK = HZ / 10,
96 MINTIMER = HZ >> 2,
97 MAXTIMER = HZ << 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcputime.h60 #define cputime_to_jiffies(__ct) (__div((__ct), 4096000000ULL / HZ))
62 #define jiffies_to_cputime(__hz) ((cputime_t)(__hz) * (4096000000ULL / HZ))
71 do_div(cputime, 4096000000ULL / HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dlink_watch.c113 /* If we wrap around we'll delay it by at most HZ. */
114 if (delay > HZ)
175 linkwatch_nextevent = jiffies + HZ;
177 else if (time_after(linkwatch_nextevent, jiffies + HZ))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_proto_tcp.c320 [IP_VS_TCP_S_NONE] = 2*HZ,
321 [IP_VS_TCP_S_ESTABLISHED] = 15*60*HZ,
322 [IP_VS_TCP_S_SYN_SENT] = 2*60*HZ,
323 [IP_VS_TCP_S_SYN_RECV] = 1*60*HZ,
324 [IP_VS_TCP_S_FIN_WAIT] = 2*60*HZ,
325 [IP_VS_TCP_S_TIME_WAIT] = 2*60*HZ,
326 [IP_VS_TCP_S_CLOSE] = 10*HZ,
327 [IP_VS_TCP_S_CLOSE_WAIT] = 60*HZ,
328 [IP_VS_TCP_S_LAST_ACK] = 30*HZ,
329 [IP_VS_TCP_S_LISTEN] = 2*60*HZ,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dsetup.c220 (loops_per_jiffy*HZ)/500000,((loops_per_jiffy*HZ)/5000)%100,
221 (loops_per_jiffy*HZ));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-orion/
H A Dtime.c90 data = (0xffffffffUL / tclk / 2 - 2) * HZ;
163 * Setup timer to fire at 1/HZ intervals.
231 ticks_per_jiffy = (tclk + HZ/2) / HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Daf_ax25.c338 ax25->dtimer.expires = jiffies + 2 * HZ;
373 if (ax25_ctl.arg > ULONG_MAX / HZ && ax25_ctl.cmd != AX25_KILL)
407 ax25->rtt = (ax25_ctl.arg * HZ) / 2;
408 ax25->t1 = ax25_ctl.arg * HZ;
414 ax25->t2 = ax25_ctl.arg * HZ;
425 ax25->t3 = ax25_ctl.arg * HZ;
429 ax25->idle = ax25_ctl.arg * 60 * HZ;
578 ax25->rtt = (opt * HZ) >> 1;
579 ax25->t1 = opt * HZ;
587 ax25->t2 = opt * HZ;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_htcp.c129 __u32 cur_Bi = ca->packetcount * HZ / (now - ca->lasttime);
178 if (diff > HZ) {
179 diff -= HZ;
180 factor = 1 + (10 * diff + ((diff / 2) * (diff / 2) / HZ)) / HZ;
184 u32 scale = (HZ << 3) / (10 * minRTT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/pcbit/
H A Dpcbit.h101 #define STATS_TIMER (10*HZ)
102 #define ERRTIME (HZ/10)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dreset.c61 #define MLX4_SEM_TIMEOUT_JIFFIES (10 * HZ)
62 #define MLX4_RESET_TIMEOUT_JIFFIES (2 * HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dpower.c123 schedule_timeout_interruptible(pwrsw_enabled ? HZ : HZ/POWERSWITCH_POLL_PER_SEC);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dproc.c44 cpu_data[n].udelay_val / (500000/HZ),
45 (cpu_data[n].udelay_val / (5000/HZ)) % 100);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_vq.c210 schedule_timeout(1 * HZ); /* 1 second... */
248 60*HZ))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dparkbd.c111 if (parkbd_counter && ((parkbd_counter == 11) || time_after(jiffies, parkbd_last + HZ/100))) {
130 if ((parkbd_counter == parkbd_mode + 10) || time_after(jiffies, parkbd_last + HZ/100)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Ddtlk.c201 retries < loops_per_jiffy / (4000/HZ);
216 if (++retries > 10 * HZ) { /* wait no more than 10 sec
254 expires = jiffies + 3*HZ / 100;
436 __delay(loops_per_jiffy/(1000000/HZ)); \
447 __delay(50 * loops_per_jiffy / (1000/HZ));
466 __delay(loops_per_jiffy/(1000000/HZ)); /* 1 us */ \
606 retries = (loops_per_jiffy * 20) / (1000000/HZ);
648 for (retries = 0; retries < loops_per_jiffy / (100000/HZ); retries++)
H A Dhangcheck-timer.c172 mod_timer(&hangcheck_ticktock, jiffies + (hangcheck_tick*HZ));
191 mod_timer(&hangcheck_ticktock, jiffies + (hangcheck_tick*HZ));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dled.c41 ((1 + (avenrun[0] >> FSHIFT)) * HZ);
44 led_blink_timer.expires = jiffies + (timeout * HZ);

Completed in 201 milliseconds

1234567891011>>