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

Go to the source code of this file.

Macros

#define BACKOFF_LIMIT   (4 * 1024)
 
#define BACKOFF_SETUP(reg)
 
#define BACKOFF_LABEL(spin_label, continue_label)   continue_label
 
#define BACKOFF_SPIN(reg, tmp, label)
 

Macro Definition Documentation

#define BACKOFF_LABEL (   spin_label,
  continue_label 
)    continue_label

Definition at line 78 of file backoff.h.

#define BACKOFF_LIMIT   (4 * 1024)

Definition at line 44 of file backoff.h.

#define BACKOFF_SETUP (   reg)

Definition at line 76 of file backoff.h.

#define BACKOFF_SPIN (   reg,
  tmp,
  label 
)

Definition at line 81 of file backoff.h.