HZ                  6 include/asm-cris/param.h # define HZ		CONFIG_HZ	/* Internal kernel timer frequency */
HZ                 12 include/asm-cris/param.h #define HZ 100
HZ                  5 include/asm-frv/param.h #define HZ		CONFIG_HZ	/* Internal kernel timer frequency */
HZ                 11 include/asm-frv/param.h #define HZ 100
HZ                  5 include/asm-m32r/param.h # define HZ		CONFIG_HZ	/* Internal kernel timer frequency */
HZ                 11 include/asm-m32r/param.h #define HZ 100
HZ                  5 include/asm-m68k/param.h # define HZ		CONFIG_HZ	/* Internal kernel timer frequency */
HZ                 11 include/asm-m68k/param.h #define HZ 100
HZ                 15 include/asm-mn10300/param.h #define HZ		CONFIG_HZ	/* Internal kernel timer frequency */
HZ                 22 include/asm-mn10300/param.h #define HZ		100
HZ                  5 include/asm-parisc/param.h #define HZ		CONFIG_HZ
HZ                 11 include/asm-parisc/param.h #define HZ 100
HZ                 13 include/asm-um/param.h #define HZ CONFIG_HZ
HZ                 17 include/asm-um/param.h #define HZ 100
HZ                  5 include/asm-x86/param.h # define HZ		CONFIG_HZ	/* Internal kernel timer frequency */
HZ                 11 include/asm-x86/param.h #define HZ 100
HZ                 15 include/asm-xtensa/param.h # define HZ		CONFIG_HZ	/* internal timer frequency */
HZ                 19 include/asm-xtensa/param.h # define HZ		100
HZ                132 include/linux/ide.h WAIT_DRQ	= HZ / 10,	/* 100ms */
HZ                134 include/linux/ide.h WAIT_READY	= 5 * HZ,	/* 5s */
HZ                136 include/linux/ide.h WAIT_PIDENTIFY	= 10 * HZ,	/* 10s */
HZ                138 include/linux/ide.h WAIT_WORSTCASE	= 30 * HZ,	/* 30s */
HZ                140 include/linux/ide.h WAIT_CMD	= 10 * HZ,	/* 10s */
HZ                142 include/linux/ide.h WAIT_FLOPPY_CMD	= 50 * HZ,	/* 50s */
HZ                148 include/linux/ide.h WAIT_TAPE_CMD	= 900 * HZ,	/* 900s */
HZ                150 include/linux/ide.h WAIT_MIN_SLEEP	= HZ / 50,	/* 20ms */