Searched refs:HZ (Results 226 - 250 of 2139) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Didea_spd.c105 #ifndef HZ
107 #define HZ 100.0 macro
109 #define HZ ((double)CLK_TCK)
152 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/drivers/infiniband/hw/nes/
H A Dnes_cm.h148 #define NES_RETRY_TIMEOUT (1000*HZ/1000)
150 #define NES_RETRY_TIMEOUT (3000*HZ/1000)
153 #define NES_LONG_TIME (2000*HZ/1000)
154 #define NES_MAX_TIMEOUT ((unsigned long) (12*HZ))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/oprofile/
H A Dinit.c14 #include <linux/param.h> /* for HZ */
47 nmi_adjust_hz(HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dtime.c64 outl(SYSTEM_CLOCK/HZ, P_TIMER0_PRELOAD);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-acorn.c82 .timeout = HZ,
H A Dscx200_i2c.c79 .timeout = HZ,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Di8254.h51 #define KVM_MAX_PIT_INTR_INTERVAL HZ / 100
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Ddelay.c124 (cpu_data(raw_smp_processor_id()).loops_per_jiffy * (HZ/4)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dtimex.h46 #define CCOUNT_PER_JIFFY (CONFIG_XTENSA_CPU_CLOCK*(1000000UL/HZ))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dsetup.c346 CCOUNT_PER_JIFFY/(1000000/HZ),
347 (CCOUNT_PER_JIFFY/(10000/HZ)) % 100,
348 loops_per_jiffy/(500000/HZ),
349 (loops_per_jiffy/(5000/HZ)) % 100);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/common/
H A Dsetup.c53 preset_lpj = (est_freq >> 1) / HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto_generic.c15 static unsigned int nf_ct_generic_timeout __read_mostly = 600*HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dsysctl.c45 unsigned long rds_sysctl_reconnect_max_jiffies = HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/cmtp/
H A Dcmtp.h67 #define CMTP_INTEROP_TIMEOUT (HZ * 5)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Datasound.c87 int length = (ticks * PSG_ENV_FREQ_10) / HZ / 10;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/hp300/
H A Dtime.c35 #define USECS_PER_JIFFY (1000000/HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dat91x40_time.c68 at91_sys_write(AT91_TC + AT91_TC_CLK1BASE + AT91_TC_RC, (AT91X40_MASTER_CLOCK / 128) / HZ - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/idea/
H A Didea_spd.c100 #ifndef HZ
102 # define HZ 100.0 macro
104 # define HZ ((double)CLK_TCK)
143 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/idea/
H A Didea_spd.c100 #ifndef HZ
102 # define HZ 100.0 macro
104 # define HZ ((double)CLK_TCK)
143 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/can/
H A Dproc.c122 if (count > (ULONG_MAX / HZ)) {
128 rate = (count * HZ) / (newjif - oldjif);
146 if (can_stats.rx_frames > (ULONG_MAX / HZ))
150 if (can_stats.tx_frames > (ULONG_MAX / HZ))
173 can_stats.current_tx_rate = calc_rate(0, HZ, can_stats.tx_frames_delta);
174 can_stats.current_rx_rate = calc_rate(0, HZ, can_stats.rx_frames_delta);
192 mod_timer(&can_stattimer, round_jiffies(jiffies + HZ));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/xprtrdma/
H A Dtransport.c264 .to_initval = 60 * HZ,
265 .to_maxval = 60 * HZ,
307 xprt->bind_timeout = (60U * HZ);
308 xprt->reestablish_timeout = (5U * HZ);
309 xprt->idle_timeout = (5U * 60 * HZ);
456 if (xprt->reestablish_timeout > (30 * HZ))
457 xprt->reestablish_timeout = (30 * HZ);
458 else if (xprt->reestablish_timeout < (5 * HZ))
459 xprt->reestablish_timeout = (5 * HZ);
692 idle_time = (long)(jiffies - xprt->last_used) / HZ;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsetup.c181 loops_per_jiffy = (clk_get_rate(clk) >> 1) / HZ;
185 loops_per_jiffy/(500000/HZ),
186 (loops_per_jiffy/(5000/HZ)) % 100,
436 c->loops_per_jiffy/(500000/HZ),
437 (c->loops_per_jiffy/(5000/HZ)) % 100);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_port.c30 port->close_delay = (50 * HZ) / 100;
31 port->closing_wait = (3000 * HZ) / 100;
360 (HZ * 10 * port->drain_delay) / bps, HZ / 10);
362 timeout = 2 * HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi.h455 #define FORMAT_UNIT_TIMEOUT (2 * 60 * 60 * HZ)
456 #define START_STOP_TIMEOUT (60 * HZ)
457 #define MOVE_MEDIUM_TIMEOUT (5 * 60 * HZ)
458 #define READ_ELEMENT_STATUS_TIMEOUT (5 * 60 * HZ)
459 #define READ_DEFECT_DATA_TIMEOUT (60 * HZ )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c265 timeo = jiffies + HZ;
352 timeo = jiffies + HZ;
437 timeo = jiffies + HZ;
487 timeo = jiffies + HZ;
534 timeo = jiffies + (HZ/2);
544 timeo = jiffies + (HZ / 2);
740 timeo = jiffies + HZ;
777 timeo = jiffies + HZ;
796 timeo = jiffies + (HZ*20);
805 timeo = jiffies + (HZ*2
[all...]

Completed in 193 milliseconds

1234567891011>>