Searched refs:HZ (Results 1 - 25 of 2618) sorted by relevance

1234567891011>>

/linux-master/include/uapi/asm-generic/
H A Dparam.h5 #ifndef HZ
6 #define HZ 100 macro
/linux-master/arch/alpha/include/asm/
H A Dparam.h7 # undef HZ macro
8 # define HZ CONFIG_HZ macro
/linux-master/include/asm-generic/
H A Dparam.h7 # undef HZ macro
8 # define HZ CONFIG_HZ /* Internal kernel timer frequency */ macro
/linux-master/include/vdso/
H A Djiffies.h5 #include <asm/param.h> /* for HZ */
9 #define TICK_NSEC ((NSEC_PER_SEC+HZ/2)/HZ)
/linux-master/arch/alpha/include/uapi/asm/
H A Dparam.h5 #define HZ 1024 macro
/linux-master/include/uapi/linux/nfsd/
H A Dstats.h16 #define NFSD_USAGE_WRAP (HZ*1000000)
/linux-master/arch/um/include/asm/
H A Dtimex.h5 #define CLOCK_TICK_RATE (HZ)
/linux-master/arch/xtensa/include/uapi/asm/
H A Dparam.h16 # define HZ 100 macro
/linux-master/arch/mips/include/asm/
H A Ddelay.h24 #if HZ >= 1000
26 #elif HZ <= 200
29 #define MAX_UDELAY_MS (1000 / HZ)
/linux-master/arch/loongarch/include/asm/
H A Ddelay.h18 #if HZ >= 1000
20 #elif HZ <= 200
23 #define MAX_UDELAY_MS (1000 / HZ)
/linux-master/net/bridge/
H A Dbr_private_stp.h16 #define BR_MIN_HELLO_TIME (1*HZ)
17 #define BR_MAX_HELLO_TIME (10*HZ)
19 #define BR_MIN_FORWARD_DELAY (2*HZ)
20 #define BR_MAX_FORWARD_DELAY (30*HZ)
22 #define BR_MIN_MAX_AGE (6*HZ)
23 #define BR_MAX_MAX_AGE (40*HZ)
/linux-master/arch/microblaze/include/asm/
H A Ddelay.h25 * loops = (4294 * usecs * loops_per_jiffy * HZ) / 2^32.
28 * We choose a = usecs * 19 * HZ and b = loops_per_jiffy * 226
29 * because this lets us support a wide range of HZ and
31 * Thus we need usecs * HZ <= (2^32 - 1) / 19 = 226050910 and
33 * (which corresponds to ~3800 bogomips at HZ = 100).
36 #define __MAX_UDELAY (226050910UL/HZ) /* maximum udelay argument */
37 #define __MAX_NDELAY (4294967295UL/HZ) /* maximum ndelay argument */
65 __udelay((n) * (19 * HZ)); \
67 __udelay((n) * (19 * HZ)); \
77 __udelay((n) * HZ); \
[all...]
/linux-master/include/linux/
H A Djiffies.h13 #include <asm/param.h> /* for HZ */
18 * model. The HZ variable establishes the timer interrupt frequency, 100 Hz
23 #if HZ >= 12 && HZ < 24
25 #elif HZ >= 24 && HZ < 48
27 #elif HZ >= 48 && HZ < 96
29 #elif HZ >= 96 && HZ < 19
[all...]
H A Di8253.h21 #define PIT_LATCH ((PIT_TICK_RATE + HZ/2) / HZ)
/linux-master/arch/mips/include/asm/mach-loongson2ef/cs5536/
H A Dcs5536_mfgpt.h29 #define COMPARE ((MFGPT_TICK_RATE + HZ/2) / HZ)
/linux-master/net/smc/
H A Dsmc_close.h19 #define SMC_MAX_STREAM_WAIT_TIMEOUT (2 * HZ)
20 #define SMC_CLOSE_SOCK_PUT_DELAY HZ
/linux-master/arch/riscv/lib/
H A Ddelay.c24 * jiffies_per_sec = HZ
27 * Therefore the constant part is HZ / 1000000 which is a small
36 * UDELAY_MULT = 2^31 * HZ / 1000000
37 * = (2^31 / 1000000) * HZ
38 * = 2147.483648 * HZ
39 * = 2147 * HZ + 483648 * HZ / 1000000
42 * delay_us * UDELAY_MULT assuming HZ <= 1000 and delay_us <= 2000.
46 #define UDELAY_MULT (2147UL * HZ + 483648UL * HZ / 100000
[all...]
/linux-master/arch/m68k/include/asm/
H A Ddelay.h53 #define HZSCALE (268435456 / (1000000 / HZ))
67 __delay(xloops * HZ);
114 #define HZSCALE (268435456 / (1000000 / HZ))
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dlo.h69 #define B43_LO_CALIB_EXPIRE (HZ * (30 - 2))
70 #define B43_LO_PWRVEC_EXPIRE (HZ * (30 - 2))
71 #define B43_LO_TXCTL_EXPIRE (HZ * (180 - 4))
/linux-master/net/rose/
H A Dsysctl_net_rose.c12 static int min_timer[] = {1 * HZ};
13 static int max_timer[] = {300 * HZ};
14 static int min_idle[] = {0 * HZ};
15 static int max_idle[] = {65535 * HZ};
17 static int min_ftimer[] = {60 * HZ};
18 static int max_ftimer[] = {600 * HZ};
/linux-master/arch/alpha/lib/
H A Dudelay.c45 usecs *= (((unsigned long)HZ << 32) / 1000000) * LPJ;
53 nsecs *= (((unsigned long)HZ << 32) / 1000000000) * LPJ;
/linux-master/net/netrom/
H A Dsysctl_net_netrom.c18 static int min_t1[] = {5 * HZ};
19 static int max_t1[] = {600 * HZ};
21 static int min_t2[] = {1 * HZ};
22 static int max_t2[] = {60 * HZ};
23 static int min_t4[] = {1 * HZ};
24 static int max_t4[] = {1000 * HZ};
26 static int min_idle[] = {0 * HZ};
27 static int max_idle[] = {65535 * HZ};
/linux-master/include/uapi/linux/
H A Dnfs_fs.h21 #define NFS_MAX_UDP_TIMEOUT (60*HZ)
22 #define NFS_MAX_TCP_TIMEOUT (600*HZ)
/linux-master/arch/loongarch/lib/
H A Ddelay.c34 __delay((us * 0x000010c7ull * HZ * lpj_fine) >> 32);
40 __delay((ns * 0x00000005ull * HZ * lpj_fine) >> 32);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_gnss.h8 #define ICE_GNSS_POLL_DATA_DELAY_TIME (HZ / 50) /* poll every 20 ms */
9 #define ICE_GNSS_TIMER_DELAY_TIME (HZ / 10) /* 0.1 second per message */

Completed in 310 milliseconds

1234567891011>>