Lines Matching refs:debug_obj
38 static struct debug_obj obj_static_pool[ODEBUG_POOL_SIZE] __initdata;
88 struct debug_obj *new; in fill_pool()
113 static struct debug_obj *lookup_object(void *addr, struct debug_bucket *b) in lookup_object()
115 struct debug_obj *obj; in lookup_object()
133 static struct debug_obj *
136 struct debug_obj *obj = NULL; in alloc_object()
168 struct debug_obj *obj; in free_obj_work()
191 static void free_object(struct debug_obj *obj) in free_object()
220 struct debug_obj *obj; in debug_objects_oom()
251 static void debug_print_object(struct debug_obj *obj, char *msg) in debug_print_object()
309 struct debug_obj *obj; in __debug_object_init()
391 struct debug_obj *obj; in debug_object_activate()
394 struct debug_obj o = { .object = addr, in debug_object_activate()
455 struct debug_obj *obj; in debug_object_deactivate()
484 struct debug_obj o = { .object = addr, in debug_object_deactivate()
503 struct debug_obj *obj; in debug_object_destroy()
549 struct debug_obj *obj; in debug_object_free()
588 struct debug_obj *obj; in debug_object_assert_init()
600 struct debug_obj o = { .object = addr, in debug_object_assert_init()
630 struct debug_obj *obj; in debug_object_active_state()
655 struct debug_obj o = { .object = addr, in debug_object_active_state()
674 struct debug_obj *obj; in __debug_check_no_obj_freed()
882 struct debug_obj *obj; in check_results()
1025 struct debug_obj *obj, *new; in debug_objects_replace_static_objects()
1087 sizeof (struct debug_obj), 0, in debug_objects_mem_init()