Lines Matching refs:debug_obj
59 static struct debug_obj obj_static_pool[ODEBUG_POOL_SIZE] __initdata;
130 struct debug_obj *obj; in fill_pool()
164 struct debug_obj *new[ODEBUG_BATCH_SIZE]; in fill_pool()
188 static struct debug_obj *lookup_object(void *addr, struct debug_bucket *b) in lookup_object()
190 struct debug_obj *obj; in lookup_object()
207 static struct debug_obj *__alloc_object(struct hlist_head *list) in __alloc_object()
209 struct debug_obj *obj = NULL; in __alloc_object()
223 static struct debug_obj *
227 struct debug_obj *obj; in alloc_object()
251 struct debug_obj *obj2; in alloc_object()
292 struct debug_obj *obj; in free_obj_work()
339 static void __free_object(struct debug_obj *obj) in __free_object()
341 struct debug_obj *objs[ODEBUG_BATCH_SIZE]; in __free_object()
425 static void free_object(struct debug_obj *obj) in free_object()
439 struct debug_obj *obj; in object_cpu_offline()
469 struct debug_obj *obj; in debug_objects_oom()
500 static void debug_print_object(struct debug_obj *obj, char *msg) in debug_print_object()
561 struct debug_obj *obj; in __debug_object_init()
653 struct debug_obj *obj; in debug_object_activate()
656 struct debug_obj o = { .object = addr, in debug_object_activate()
730 struct debug_obj *obj; in debug_object_deactivate()
763 struct debug_obj o = { .object = addr, in debug_object_deactivate()
783 struct debug_obj *obj; in debug_object_destroy()
833 struct debug_obj *obj; in debug_object_free()
873 struct debug_obj *obj; in debug_object_assert_init()
885 struct debug_obj o = { .object = addr, in debug_object_assert_init()
922 struct debug_obj *obj; in debug_object_active_state()
951 struct debug_obj o = { .object = addr, in debug_object_active_state()
970 struct debug_obj *obj; in __debug_check_no_obj_freed()
1173 struct debug_obj *obj; in check_results()
1317 struct debug_obj *obj, *new; in debug_objects_replace_static_objects()
1390 sizeof (struct debug_obj), 0, in debug_objects_mem_init()