CLOCKS_PER_SEC 10 arch/alpha/include/asm/param.h # define CLOCKS_PER_SEC USER_HZ /* frequency at which times() counts */ CLOCKS_PER_SEC 17 arch/ia64/include/asm/param.h # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */ CLOCKS_PER_SEC 10 include/asm-generic/param.h # define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */