debug_object_activate (9) - Linux Manuals
debug_object_activate: debug checks when an object is activated
NAME
debug_object_activate - debug checks when an object is activated
SYNOPSIS
-
int debug_object_activate(void
* addr, struct debug_obj_descr* descr);
ARGUMENTS
addr
-
- address of the object
descr
- pointer to an object specific debug description structure Returns 0 for success, -EINVAL for check failed.
AUTHOR
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
COPYRIGHT