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/param.h>

Go to the source code of this file.

Macros

#define HZ   CONFIG_HZ
 
#define USER_HZ   100 /* User interfaces are in "ticks" */
 
#define CLOCKS_PER_SEC   (USER_HZ) /* frequency at which times() counts */
 

Macro Definition Documentation

#define CLOCKS_PER_SEC   (USER_HZ) /* frequency at which times() counts */

Definition at line 8 of file param.h.

#define HZ   CONFIG_HZ

Definition at line 6 of file param.h.

#define USER_HZ   100 /* User interfaces are in "ticks" */

Definition at line 7 of file param.h.