Lines Matching refs:debug_obj
62 static struct debug_obj obj_static_pool[ODEBUG_POOL_SIZE] __initdata;
133 struct debug_obj *obj; in fill_pool()
167 struct debug_obj *new[ODEBUG_BATCH_SIZE]; in fill_pool()
191 static struct debug_obj *lookup_object(void *addr, struct debug_bucket *b) in lookup_object()
193 struct debug_obj *obj; in lookup_object()
210 static struct debug_obj *__alloc_object(struct hlist_head *list) in __alloc_object()
212 struct debug_obj *obj = NULL; in __alloc_object()
222 static struct debug_obj *
226 struct debug_obj *obj; in alloc_object()
250 struct debug_obj *obj2; in alloc_object()
291 struct debug_obj *obj; in free_obj_work()
338 static void __free_object(struct debug_obj *obj) in __free_object()
340 struct debug_obj *objs[ODEBUG_BATCH_SIZE]; in __free_object()
424 static void free_object(struct debug_obj *obj) in free_object()
438 struct debug_obj *obj; in object_cpu_offline()
468 struct debug_obj *obj; in debug_objects_oom()
499 static void debug_print_object(struct debug_obj *obj, char *msg) in debug_print_object()
554 static struct debug_obj *lookup_object_or_alloc(void *addr, struct debug_bucket *b, in lookup_object_or_alloc()
558 struct debug_obj *obj = lookup_object(addr, b); in lookup_object_or_alloc()
608 struct debug_obj *obj; in __debug_object_init()
686 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_activate()
689 struct debug_obj *obj; in debug_object_activate()
757 struct debug_obj *obj; in debug_object_deactivate()
790 struct debug_obj o = { .object = addr, in debug_object_deactivate()
810 struct debug_obj *obj; in debug_object_destroy()
860 struct debug_obj *obj; in debug_object_free()
899 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_assert_init()
901 struct debug_obj *obj; in debug_object_assert_init()
941 struct debug_obj *obj; in debug_object_active_state()
970 struct debug_obj o = { .object = addr, in debug_object_active_state()
989 struct debug_obj *obj; in __debug_check_no_obj_freed()
1192 struct debug_obj *obj; in check_results()
1336 struct debug_obj *obj, *new; in debug_objects_replace_static_objects()
1409 sizeof (struct debug_obj), 0, in debug_objects_mem_init()