debug_object_destroy(9)
NAME
debug_object_destroy - debug checks when an object is destroyed
SYNOPSIS
void debug_object_destroy(void * addr, struct debug_obj_descr * descr);
ARGUMENTS
- addr
- address of the object
- descr
- pointer to an object specific debug description structure
AUTHOR
- Thomas Gleixner <tglx@linutronix.de>
- Author.