• source navigation • diff markup • identifier search • freetext search •
Version: 2.6.32 2.6.33 2.6.34 2.6.35 2.6.36 2.6.37 2.6.38 2.6.39 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9
Architecture: x86 arm avr32 blackfin m68k m68knommu microblaze mips powerpc sh
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
This page was automatically generated by LXR 0.3.1 (source). • Linux is a registered trademark of Linus Torvalds