Lines Matching refs:debug_obj

72 static struct debug_obj		obj_static_pool[ODEBUG_POOL_SIZE] __initdata;
155 struct debug_obj *obj; in pool_move_batch()
185 struct debug_obj *obj; in pool_push_batch()
201 struct debug_obj *obj; in pool_pop_batch()
224 static struct debug_obj *__alloc_object(struct hlist_head *list) in __alloc_object()
226 struct debug_obj *obj; in __alloc_object()
249 static struct debug_obj *pcpu_alloc(void) in pcpu_alloc()
256 struct debug_obj *obj = __alloc_object(&pcp->objects); in pcpu_alloc()
290 static void pcpu_free(struct debug_obj *obj) in pcpu_free()
293 struct debug_obj *first; in pcpu_free()
321 struct debug_obj *obj; in free_object_list()
368 struct debug_obj *obj; in kmem_alloc_batch()
416 static struct debug_obj *lookup_object(void *addr, struct debug_bucket *b) in lookup_object()
418 struct debug_obj *obj; in lookup_object()
450 static struct debug_obj *alloc_object(void *addr, struct debug_bucket *b, in alloc_object()
453 struct debug_obj *obj; in alloc_object()
517 static void __free_object(struct debug_obj *obj) in __free_object()
530 static void free_object(struct debug_obj *obj) in free_object()
542 struct debug_obj *obj; in put_objects()
594 static void debug_print_object(struct debug_obj *obj, char *msg) in debug_print_object()
658 static struct debug_obj *lookup_object_or_alloc(void *addr, struct debug_bucket *b, in lookup_object_or_alloc()
662 struct debug_obj *obj = lookup_object(addr, b); in lookup_object_or_alloc()
733 struct debug_obj *obj, o; in __debug_object_init()
806 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_activate()
808 struct debug_obj *obj; in debug_object_activate()
863 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_deactivate()
865 struct debug_obj *obj; in debug_object_deactivate()
906 struct debug_obj *obj, o; in debug_object_destroy()
953 struct debug_obj *obj, o; in debug_object_free()
995 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_assert_init()
997 struct debug_obj *obj; in debug_object_assert_init()
1036 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_active_state()
1038 struct debug_obj *obj; in debug_object_active_state()
1073 struct debug_obj *obj, o; in __debug_check_no_obj_freed()
1285 struct debug_obj *obj; in check_results()
1434 struct debug_obj *obj; in debug_objects_replace_static_objects()
1452 struct debug_obj *new = pcpu_alloc(); in debug_objects_replace_static_objects()
1486 cache = kmem_cache_create("debug_objects_cache", sizeof (struct debug_obj), 0, in debug_objects_mem_init()