Searched refs:HZ (Results 76 - 100 of 2139) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dtimer.c27 int next_tick = 2*HZ;
49 next_tick = 60*HZ;
109 next_tick = (24*HZ)/10;
116 next_tick = 3*HZ;
119 next_tick = 60*HZ;
150 int next_tick = 60*HZ;
166 int next_tick = 60*HZ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dtmdiff.c110 #ifndef HZ
113 /* # define HZ ((double)sysconf(_SC_CLK_TCK)) */
114 # define HZ sysconf(_SC_CLK_TCK) macro
118 # define HZ 100.0 macro
120 # define HZ ((double)_BSD_CLK_TCK_) macro
123 # define HZ ((double)CLK_TCK) macro
196 ret = HZ;
235 d = HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstats.c55 unsigned int sec = jifs / HZ, msec = (jifs % HZ)*1000/HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dproc.c22 #include <linux/param.h> /* for HZ */
74 unsigned long titan_jiffies = titan_usec / (1000000/HZ);
75 unsigned long titan_jiff_usec = titan_jiffies * (1000000/HZ);
84 (tb_ticks * (1000000/HZ))/titan_usec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/iucv/
H A Daf_iucv.h36 #define IUCV_CONN_TIMEOUT (HZ * 40)
37 #define IUCV_DISCONN_TIMEOUT (HZ * 2)
38 #define IUCV_CONN_IDLE_TIMEOUT (HZ * 60)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/
H A Di2o_block.h56 #define I2O_BLOCK_RETRY_TIME HZ/4
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/
H A Dvxge-ethtool.h58 #define VXGE_MAX_FLICKER_TIME (60 * HZ) /* 60 seconds */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jazz/
H A Dreset.c40 unsigned long timeout = start + HZ/2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dblackfin.h57 #define TIMER_DELAY (1 * HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dacct.h165 #define AHZ (HZ)
171 * Yet another set of HZ to *HZ helper functions.
178 # if HZ < AHZ
179 return x * (AHZ / HZ);
181 return x / (HZ / AHZ);
H A Ddtlk.h11 #define DTLK_MAX_RETRIES (loops_per_jiffy/(10000/HZ))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/variants/s6000/
H A Ddelay.c26 ccount_per_jiffy = b * (100000UL / (LOOPS * HZ));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Ddelay_mm.h34 __delay(xloops * HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/samples/trace_events/
H A Dtrace-events-sample.c17 schedule_timeout(HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtimeconst.h2 /* Conversion constants for HZ == 100 */
10 #if HZ != 100
11 #error "kernel/timeconst.h has the wrong HZ value!"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_limit.c23 #define MAX_CPJ (0xFFFFFFFF / (HZ*60*60*24))
61 if (user > 0xFFFFFFFF / (HZ*CREDITS_PER_JIFFY))
63 return (user / EBT_LIMIT_SCALE) * HZ * CREDITS_PER_JIFFY;
65 return (user * HZ * CREDITS_PER_JIFFY) / EBT_LIMIT_SCALE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dcputime.h51 * Convert cputime <-> jiffies (HZ)
53 #define cputime_to_jiffies(__ct) ((__ct) / (NSEC_PER_SEC / HZ))
54 #define jiffies_to_cputime(__jif) ((__jif) * (NSEC_PER_SEC / HZ))
55 #define cputime64_to_jiffies64(__ct) ((__ct) / (NSEC_PER_SEC / HZ))
56 #define jiffies64_to_cputime64(__jif) ((__jif) * (NSEC_PER_SEC / HZ))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/sn2/
H A Dtimer_interrupt.c43 pda->hb_count = HZ / 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dpalmt5.h75 #define PALMT5_BAT_MEASURE_DELAY (HZ * 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pps/clients/
H A Dpps-ktimer.c57 mod_timer(&ktimer, jiffies + HZ);
111 mod_timer(&ktimer, jiffies + HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/isdnloop/
H A Disdnloop.h57 #define ISDNLOOP_TIMER_DCREAD (HZ/2) /* D-Channel poll-cycle */
58 #define ISDNLOOP_TIMER_ALERTWAIT (10*HZ) /* Alert timeout */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-display.c74 static DEFINE_TIMER(mips_scroll_timer, scroll_display_message, HZ, 0);
82 mod_timer(&mips_scroll_timer, jiffies + HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsd.h20 #define SD_TIMEOUT (30 * HZ)
21 #define SD_MOD_TIMEOUT (75 * HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Didt77105.h87 #define IDT77105_STATS_TIMER_PERIOD (HZ)
89 #define IDT77105_RESTART_TIMER_PERIOD (5 * HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcpqarray.h42 #define IDA_TIMER (5*HZ)
43 #define IDA_TIMEOUT (10*HZ)

Completed in 136 milliseconds

1234567891011>>