Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
config.h File Reference

Go to the source code of this file.

Macros

#define GAUGECOUNT   1500
 
#define SCHEDULER   SCHED_OTHER
 
#define PRIORITY_DEFAULT   0
 
#define PRIORITY_HIGH   sched_get_priority_max(SCHEDULER)
 
#define PRIORITY_LOW   sched_get_priority_min(SCHEDULER)
 
#define dprintf(...)   do { } while (0)
 

Macro Definition Documentation

#define dprintf (   ...)    do { } while (0)

Definition at line 34 of file config.h.

#define GAUGECOUNT   1500

Definition at line 21 of file config.h.

#define PRIORITY_DEFAULT   0

Definition at line 26 of file config.h.

#define PRIORITY_HIGH   sched_get_priority_max(SCHEDULER)

Definition at line 27 of file config.h.

#define PRIORITY_LOW   sched_get_priority_min(SCHEDULER)

Definition at line 28 of file config.h.

#define SCHEDULER   SCHED_OTHER

Definition at line 24 of file config.h.