File: /Users/paulross/dev/linux/linux-3.13/include/asm-generic/param.h

Green shading in the line number column means the source is part of the translation unit, red means it is conditionally excluded. Highlighted line numbers link to the translation unit page. Highlighted macros link to the macro page.

       1: #ifndef __ASM_GENERIC_PARAM_H
       2: #define __ASM_GENERIC_PARAM_H
       3: 
       4: #include <uapi/asm-generic/param.h>
       5: 
       6: # undef HZ
       7: # define HZ        CONFIG_HZ    /* Internal kernel timer frequency */
       8: # define USER_HZ    100        /* some user interfaces are */
       9: # define CLOCKS_PER_SEC    (USER_HZ)       /* in "ticks" like times() */
      10: #endif /* __ASM_GENERIC_PARAM_H */
      11: