other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
DEBUG_OBJECT_ACTIVE_(9) | Debug functions | DEBUG_OBJECT_ACTIVE_(9) |
NAME¶
debug_object_active_state - debug checks object usage state machineSYNOPSIS¶
void
debug_object_active_state(void * addr,
struct debug_obj_descr * descr,
unsigned int expect,
unsigned int next);
ARGUMENTS¶
addraddress of the object
descr
pointer to an object specific debug
description structure
expect
expected state
next
state to move to if expected state is
found
AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |