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()
165 struct debug_obj *new[ODEBUG_BATCH_SIZE]; in fill_pool()
189 static struct debug_obj *lookup_object(void *addr, struct debug_bucket *b) in lookup_object()
191 struct debug_obj *obj; in lookup_object()
208 static struct debug_obj *__alloc_object(struct hlist_head *list) in __alloc_object()
210 struct debug_obj *obj = NULL; in __alloc_object()
220 static struct debug_obj *
224 struct debug_obj *obj; in alloc_object()
248 struct debug_obj *obj2; in alloc_object()
289 struct debug_obj *obj; in free_obj_work()
336 static void __free_object(struct debug_obj *obj) in __free_object()
338 struct debug_obj *objs[ODEBUG_BATCH_SIZE]; in __free_object()
422 static void free_object(struct debug_obj *obj) in free_object()
436 struct debug_obj *obj; in object_cpu_offline()
466 struct debug_obj *obj; in debug_objects_oom()
497 static void debug_print_object(struct debug_obj *obj, char *msg) in debug_print_object()
561 static struct debug_obj *lookup_object_or_alloc(void *addr, struct debug_bucket *b, in lookup_object_or_alloc()
565 struct debug_obj *obj = lookup_object(addr, b); in lookup_object_or_alloc()
624 struct debug_obj *obj, o; in __debug_object_init()
697 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_activate()
699 struct debug_obj *obj; in debug_object_activate()
754 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_deactivate()
756 struct debug_obj *obj; in debug_object_deactivate()
797 struct debug_obj *obj, o; in debug_object_destroy()
844 struct debug_obj *obj, o; in debug_object_free()
886 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_assert_init()
888 struct debug_obj *obj; in debug_object_assert_init()
927 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_active_state()
929 struct debug_obj *obj; in debug_object_active_state()
964 struct debug_obj *obj, o; in __debug_check_no_obj_freed()
1166 struct debug_obj *obj; in check_results()
1310 struct debug_obj *obj, *new; in debug_objects_replace_static_objects()
1383 sizeof (struct debug_obj), 0, in debug_objects_mem_init()