1DEBUG_OBJECT_ACTIVE_(9)         Debug functions        DEBUG_OBJECT_ACTIVE_(9)
2
3
4

NAME

6       debug_object_active_state - debug checks object usage state machine
7

SYNOPSIS

9       void debug_object_active_state(void * addr,
10                                      struct debug_obj_descr * descr,
11                                      unsigned int expect, unsigned int next);
12

ARGUMENTS

14       addr
15           address of the object
16
17       descr
18           pointer to an object specific debug description structure
19
20       expect
21           expected state
22
23       next
24           state to move to if expected state is found
25

AUTHOR

27       Thomas Gleixner <tglx@linutronix.de>
28           Author.
29
31Kernel Hackers Manual 3.10         June 2019           DEBUG_OBJECT_ACTIVE_(9)
Impressum