'\" t .\" Title: struct debug_obj .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Fixup functions .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT DEBUG_OBJ" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Fixup functions" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_debug_obj \- representaion of an tracked object .SH "SYNOPSIS" .sp .nf struct debug_obj { struct hlist_node node; enum debug_obj_state state; unsigned int astate; void * object; struct debug_obj_descr * descr; }; .fi .SH "MEMBERS" .PP node .RS 4 hlist node to link the object into the tracker list .RE .PP state .RS 4 tracked object state .RE .PP astate .RS 4 current active state .RE .PP object .RS 4 pointer to the real object .RE .PP descr .RS 4 pointer to an object type specific debug description structure .RE .SH "AUTHOR" .PP \fBThomas Gleixner\fR <\&tglx@linutronix.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br