Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations
debugobjects.h File Reference
#include <linux/list.h>
#include <linux/spinlock.h>

Go to the source code of this file.

Data Structures

struct  debug_obj
 
struct  debug_obj_descr
 

Enumerations

enum  debug_obj_state {
  ODEBUG_STATE_NONE, ODEBUG_STATE_INIT, ODEBUG_STATE_INACTIVE, ODEBUG_STATE_ACTIVE,
  ODEBUG_STATE_DESTROYED, ODEBUG_STATE_NOTAVAILABLE, ODEBUG_STATE_MAX
}
 

Enumeration Type Documentation

Enumerator:
ODEBUG_STATE_NONE 
ODEBUG_STATE_INIT 
ODEBUG_STATE_INACTIVE 
ODEBUG_STATE_ACTIVE 
ODEBUG_STATE_DESTROYED 
ODEBUG_STATE_NOTAVAILABLE 
ODEBUG_STATE_MAX 

Definition at line 7 of file debugobjects.h.