Searched refs:HZ (Results 101 - 125 of 2139) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_timer.c33 #define SLOW_INTERVAL (HZ/2)
60 sk->sk_timer.expires = jiffies + HZ / 10;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/x25/
H A Dsysctl_net_x25.c15 static int min_timer[] = { 1 * HZ };
16 static int max_timer[] = { 300 * HZ };
/netgear-R7000-V1.0.7.12_1.2.5/src/router/bridge-1.x/libbridge/
H A Dlibbridge_private.h68 return (HZ*jif)/1000000;
75 tvusec = (1000000ULL*jiffies)/HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dsetup.c92 (loops_per_jiffy * HZ + 500) / 500000,
93 ((loops_per_jiffy * HZ + 500) / 5000) % 100);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-gemini/
H A Dtime.c86 __raw_writel(tick_rate / HZ, TIMER_COUNT(IO_ADDRESS(GEMINI_TIMER2_BASE)));
87 __raw_writel(tick_rate / HZ, TIMER_LOAD(IO_ADDRESS(GEMINI_TIMER2_BASE)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbnspeed.c108 #ifndef HZ
111 # define HZ 100.0 macro
113 # define HZ ((double)_BSD_CLK_TCK_) macro
116 # define HZ ((double)CLK_TCK) macro
142 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbnspeed.c110 #ifndef HZ
113 # define HZ 100.0 macro
115 # define HZ ((double)_BSD_CLK_TCK_) macro
118 # define HZ ((double)CLK_TCK) macro
141 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 Dbnspeed.c110 #ifndef HZ
113 # define HZ 100.0 macro
115 # define HZ ((double)_BSD_CLK_TCK_) macro
118 # define HZ ((double)CLK_TCK) macro
141 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/net/tulip/
H A Dpnic.c70 if (! tp->nwayset || time_after(jiffies, dev_trans_start(dev) + 1*HZ)) {
94 int next_tick = 60*HZ;
108 next_tick = 3*HZ;
121 next_tick = 1*HZ;
125 next_tick = 60*HZ;
133 next_tick = 3*HZ;
136 next_tick = 1*HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dbinfmt_elf32.c99 value->tv_usec = (jiffies % HZ) * (1000000L / HZ);
100 value->tv_sec = jiffies / HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dtime.c98 loops_per_jiffy = get_clock_rate() / HZ;
100 loops_per_jiffy/(500000/HZ),
101 (loops_per_jiffy/(5000/HZ)) % 100, loops_per_jiffy);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dndisc.h40 #define MAX_RTR_SOLICITATION_DELAY HZ
42 #define ND_REACHABLE_TIME (30*HZ)
43 #define ND_RETRANS_TIMER HZ
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dtime.c50 #define USECS_PER_JIFFY (1000000/HZ)
88 static unsigned int count = HZ/2;
91 count = HZ/2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dbfspeed.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/rc2/
H A Drc2speed.c100 #ifndef HZ
102 # define HZ 100.0 macro
104 # define HZ ((double)CLK_TCK)
106 #endif /* HZ */
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/rc4/
H A Drc4speed.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/rc5/
H A Drc5speed.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/arch/mips/kernel/
H A Dcsrc-ioasic.c44 int i = HZ / 10;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip22/
H A Dip22-reset.c39 #define POWERDOWN_FREQ (HZ / 4)
40 #define PANIC_FREQ (HZ / 8)
104 debounce_timer.expires = jiffies + (HZ / 20); /* 0.05s */
137 power_timer.expires = jiffies + POWERDOWN_TIMEOUT * HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dcache.h68 #define RC_DELAY (HZ/5)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det131x_defs.h76 #define ET131X_TX_TIMEOUT (1 * HZ)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2speed.c105 #ifndef HZ
107 #define HZ 100.0 macro
109 #define HZ ((double)CLK_TCK)
111 #endif /* HZ */
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A Drc4speed.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/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5speed.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/ap/gpl/openssl/crypto/rc2/
H A Drc2speed.c100 #ifndef HZ
102 # define HZ 100.0 macro
104 # define HZ ((double)CLK_TCK)
106 #endif /* HZ */
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;

Completed in 181 milliseconds

1234567891011>>