Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
param.h File Reference
#include <uapi/asm-generic/param.h>

Go to the source code of this file.

Macros

#define HZ   CONFIG_HZ /* Internal kernel timer frequency */
 
#define USER_HZ   100 /* some user interfaces are */
 
#define CLOCKS_PER_SEC   (USER_HZ) /* in "ticks" like times() */
 

Macro Definition Documentation

#define CLOCKS_PER_SEC   (USER_HZ) /* in "ticks" like times() */

Definition at line 9 of file param.h.

#define HZ   CONFIG_HZ /* Internal kernel timer frequency */

Definition at line 7 of file param.h.

#define USER_HZ   100 /* some user interfaces are */

Definition at line 8 of file param.h.