Query: struct_debug_obj
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTDEBUG_OBJ(9) Fixup functions STRUCT DEBUG_OBJ(9)NAMEstruct_debug_obj - representaion of an tracked objectSYNOPSISstruct debug_obj { struct hlist_node node; enum debug_obj_state state; void * object; struct debug_obj_descr * descr; };MEMBERSnode hlist node to link the object into the tracker list state tracked object state object pointer to the real object descr pointer to an object type specific debug description structureAUTHORThomas Gleixner <tglx@linutronix.de> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 STRUCT DEBUG_OBJ(9)