Searched refs:HZ (Results 276 - 300 of 2139) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Davm_a1p.c183 HZDELAY(HZ / 5 + 1);
185 HZDELAY(HZ / 5 + 1);
235 HZDELAY(HZ / 5 + 1);
237 HZDELAY(HZ / 5 + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dsoc_common.h178 #define SOC_PCMCIA_POLL_PERIOD (2*HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dtargetos.h78 #define TICKS_PER_SECOND HZ
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dsbni.h98 #define SBNI_TIMEOUT (HZ/10)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Di2400m-usb.h82 EDC_ERROR_TIMEFRAME = HZ,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dsvc.c70 return roundup(nlm_grace_period, nlm_timeout) * HZ;
72 return nlm_timeout * 5 * HZ;
125 nlmsvc_timeout = nlm_timeout * HZ;
163 schedule_timeout_interruptible(HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Doxu210hp.h435 #define EHCI_IAA_JIFFIES (HZ/100) /* arbitrary; ~10 msec */
436 #define EHCI_IO_JIFFIES (HZ/10) /* io watchdog > irq_thresh */
437 #define EHCI_ASYNC_JIFFIES (HZ/20) /* async idle timeout */
438 #define EHCI_SHRINK_JIFFIES (HZ/200) /* async qh unlink delay */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Ddavinci.c220 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ);
235 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ);
302 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ);
339 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoemain.c27 enum { DTIMERTICK = HZ * 60 }; /* one minute */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsmp_32.c82 num, bogosum/(500000/HZ),
83 (bogosum/(5000/HZ))%100);
411 cpu_data(i).udelay_val/(500000/HZ),
412 (cpu_data(i).udelay_val/(5000/HZ))%100);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-cd.h19 #define ATAPI_WAIT_WRITE_BUSY (10 * HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dvmware.c68 do_div(lpj, HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/68328/
H A Dtimers.c118 m68328_clk.mult = clocksource_hz2mult(TICKS_PER_JIFFY*HZ, m68328_clk.shift);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/68360/
H A Dconfig.c84 pquicc->timer_trr1 = (system_clock/ prescaler) / HZ; /* reference count */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/gpr/
H A Dplatform.c154 .timeout = HZ,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c96 preset_lpj = octeon_get_clock_rate() / HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.h49 #define TFRC_OPSYS_HALF_TIME_GRAN (USEC_PER_SEC / (2 * HZ))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto_gre.c44 #define GRE_TIMEOUT (30 * HZ)
45 #define GRE_STREAM_TIMEOUT (180 * HZ)
226 (ct->proto.gre.timeout / HZ),
227 (ct->proto.gre.stream_timeout / HZ));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtick.h134 ktime_t len = { .tv64 = NSEC_PER_SEC/HZ };
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Drfcomm.h29 #define RFCOMM_CONN_TIMEOUT (HZ * 30)
30 #define RFCOMM_DISC_TIMEOUT (HZ * 20)
31 #define RFCOMM_AUTH_TIMEOUT (HZ * 25)
32 #define RFCOMM_IDLE_TIMEOUT (HZ * 2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_bsg_fc.h36 #define FC_DEFAULT_BSG_TIMEOUT (10 * HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/amiga/
H A Dpcmcia.c32 while (time_before(jiffies, reset_start_time + 1*HZ/100));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pv310/
H A Dplatsmp.c102 timeout = jiffies + (1 * HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-tegra/
H A Dplatsmp.c93 timeout = jiffies + (1 * HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-u300/
H A Dtimer.c188 #define TICKS_PER_JIFFY ((CLOCK_TICK_RATE + (HZ/2)) / HZ)
189 #define US_PER_TICK ((1000000 + (HZ/2)) / HZ)

Completed in 215 milliseconds

<<11121314151617181920>>