Searched refs:HZ (Results 201 - 225 of 2139) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dcommon-offsets.h37 DEFINE(UM_HZ, HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drio.h113 #define HUNDRED_MS ((HZ/10)?(HZ/10):1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i830/
H A Di830_irq.c77 unsigned long end = jiffies + HZ * 3;
103 schedule_timeout(HZ * 3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/
H A Dtime.c129 int i = HZ / 10;
132 ds1287_set_base_clock(HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinetpeer.c95 int inet_peer_minttl __read_mostly = 120 * HZ; /* TTL under high load: 120 sec */
96 int inet_peer_maxttl __read_mostly = 10 * 60 * HZ; /* usual time to live: 10 min */
97 int inet_peer_gc_mintime __read_mostly = 10 * HZ;
98 int inet_peer_gc_maxtime __read_mostly = 120 * HZ;
479 - (inet_peer_maxttl - inet_peer_minttl) / HZ *
480 peers.total / inet_peer_threshold * HZ;
494 - (inet_peer_gc_maxtime - inet_peer_gc_mintime) / HZ *
495 peers.total / inet_peer_threshold * HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/raid6/
H A Dalgos.c129 (perf*HZ) >> (20-16+RAID6_TIME_JIFFIES_LG2));
136 (bestperf*HZ) >> (20-16+RAID6_TIME_JIFFIES_LG2));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dlapb.h60 #define LAPB_DEFAULT_T1 (5 * HZ) /* T1=5s */
61 #define LAPB_DEFAULT_T2 (1 * HZ) /* T2=1s */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlp.h96 #define LP_TIMEOUT_INTERRUPT (60 * HZ)
97 #define LP_TIMEOUT_POLLED (10 * HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/raid/
H A Dpq.h142 #undef HZ macro
143 #define HZ 1000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A Dtime.c157 return (unsigned long long)jiffies * (NSEC_PER_SEC / HZ) +
164 loops_per_usec = (loops_per_jiffy * HZ) / 1000000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dsetup.c108 (loops_per_jiffy * HZ + 500) / 500000,
109 ((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-omap1/
H A Dtimer32k.c80 * TRM says 1 / HZ = ( TVR + 1) / 32768, so TRV = (32768 / HZ) - 1
81 * so with HZ = 128, TVR = 255.
83 #define OMAP_32K_TIMER_TICK_PERIOD ((OMAP_32K_TICKS_PER_SEC / HZ) - 1)
86 (((nr_jiffies) * (clock_rate)) / HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-shark/
H A Dcore.c122 #define HZ_TIME ((1193180 + HZ/2) / HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsmp_twd.c114 twd_timer_rate = ((u64)(0xFFFFFFFFUL - count) * HZ) / 8;
120 load = twd_timer_rate / HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dat91sam926x_time.c60 * Clockevent device: interrupts every 1/HZ (== pit_cycles * MCK/16)
153 * 1/HZ period (instead of a compile-time constant LATCH).
156 pit_cycle = (pit_rate + HZ/2) / HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx.h57 #define AIC94XX_SCB_TIMEOUT (5*HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptlan.h96 #define MPT_LAN_TX_TIMEOUT (1*HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/ibmasm/
H A Dr_heartbeat.c82 REVERSE_HEARTBEAT_TIMEOUT * HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dcore.h43 if (ms < 1000 / HZ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dau1000_generic.h31 #define AU1000_PCMCIA_POLL_PERIOD (2*HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsunvnet.h10 #define VNET_TX_TIMEOUT (5 * HZ)
H A Dau1000_eth.h38 #define ETH_TX_TIMEOUT (HZ/4)
H A Dbfin_mac.h20 #define TX_RECLAIM_JIFFIES (HZ / 5)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dpnic2.c87 int next_tick = 60*HZ;
331 tp->timer.expires = RUN_AT(3*HZ);
356 tp->timer.expires = RUN_AT(3*HZ);
380 tp->timer.expires = RUN_AT(3*HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_if.h80 #define TX_TIMEOUT ((800 * HZ) / 1000)

Completed in 155 milliseconds

1234567891011>>