1DEBUG_OBJECT_INIT_ON(9) Debug functions DEBUG_OBJECT_INIT_ON(9)
23
4
NAME
6debug_object_init_on_stack - debug checks when an object on stack is
7initialized
8
SYNOPSIS
10void debug_object_init_on_stack(void * addr,
11struct debug_obj_descr * descr);
12
ARGUMENTS
14addr
15address of the object
1617
descr
18pointer to an object specific debug description structure
19
AUTHOR
21Thomas Gleixner <tglx@linutronix.de>
22Author.
23
COPYRIGHT
25Kernel Hackers Manual 3.10 June 2019 DEBUG_OBJECT_INIT_ON(9)