Searched defs:HZ (Results 1 - 11 of 11) sorted by relevance

/arch/alpha/include/asm/
H A Dparam.h6 # undef HZ macro
7 # define HZ CONFIG_HZ macro
/arch/ia64/include/asm/
H A Dparam.h14 # define HZ CONFIG_HZ macro
15 # define USER_HZ HZ
16 # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
/arch/xtensa/include/asm/
H A Dparam.h15 # define HZ CONFIG_HZ /* internal timer frequency */ macro
/arch/alpha/include/uapi/asm/
H A Dparam.h4 #define HZ 1024 macro
/arch/ia64/include/uapi/asm/
H A Dparam.h24 * get the HZ value is via sysconf(_SC_CLK_TCK).
26 # define HZ 1024 macro
/arch/xtensa/include/uapi/asm/
H A Dparam.h15 # define HZ 100 macro
/arch/mips/paravirt/
H A Dparavirt-smp.c98 write_c0_compare(read_c0_count() + mips_hpt_frequency / HZ); local
/arch/mips/cavium-octeon/
H A Dsmp.c222 write_c0_compare(read_c0_count() + mips_hpt_frequency / HZ); local
/arch/mips/kernel/
H A Dsmp-bmips.c276 write_c0_compare(read_c0_count() + mips_hpt_frequency / HZ); local
/arch/mips/loongson/loongson-3/
H A Dsmp.c317 write_c0_compare(read_c0_count() + mips_hpt_frequency/HZ); local
/arch/x86/kernel/
H A Dsmpboot.c440 bogosum/(500000/HZ),
441 (bogosum/(5000/HZ))%100);
835 timeout = jiffies + 10*HZ;
1339 wait_for_completion_timeout(&per_cpu(die_complete, cpu), HZ); local

Completed in 925 milliseconds