'\" t .\" Title: debug_object_active_state .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Debug functions .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "DEBUG_OBJECT_ACTIVE_" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Debug 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" debug_object_active_state \- debug checks object usage state machine .SH "SYNOPSIS" .HP \w'void\ debug_object_active_state('u .BI "void debug_object_active_state(void\ *\ " "addr" ", struct\ debug_obj_descr\ *\ " "descr" ", unsigned\ int\ " "expect" ", unsigned\ int\ " "next" ");" .SH "ARGUMENTS" .PP \fIaddr\fR .RS 4 address of the object .RE .PP \fIdescr\fR .RS 4 pointer to an object specific debug description structure .RE .PP \fIexpect\fR .RS 4 expected state .RE .PP \fInext\fR .RS 4 state to move to if expected state is found .RE .SH "AUTHOR" .PP \fBThomas Gleixner\fR <\&tglx@linutronix.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br