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 /* internal timer frequency */
 
#define USER_HZ   100 /* for user interfaces in "ticks" */
 
#define CLOCKS_PER_SEC   (USER_HZ) /* frequnzy at which times() counts */
 

Macro Definition Documentation

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

Definition at line 17 of file param.h.

#define HZ   CONFIG_HZ /* internal timer frequency */

Definition at line 15 of file param.h.

#define USER_HZ   100 /* for user interfaces in "ticks" */

Definition at line 16 of file param.h.