Home
last modified time | relevance | path

Searched refs:object (Results 1 – 4 of 4) sorted by relevance

/lib/
Ddebugobjects.c193 if (obj->object == addr) in lookup_object()
272 obj->object = addr; in alloc_object()
479 descr->debug_hint(obj->object) : NULL; in debug_print_object()
623 struct debug_obj o = { .object = addr, in debug_object_activate()
730 struct debug_obj o = { .object = addr, in debug_object_deactivate()
852 struct debug_obj o = { .object = addr, in debug_object_assert_init()
918 struct debug_obj o = { .object = addr, in debug_object_active_state()
954 oaddr = (unsigned long) obj->object; in __debug_check_no_obj_freed()
Dassoc_array.c134 int (*iterator)(const void *object, in assoc_array_iterate() argument
967 void *object) in assoc_array_insert() argument
979 BUG_ON(assoc_array_ptr_is_meta(object)); in assoc_array_insert()
986 edit->leaf = assoc_array_leaf_to_ptr(object); in assoc_array_insert()
1031 void assoc_array_insert_set_object(struct assoc_array_edit *edit, void *object) in assoc_array_insert_set_object() argument
1033 BUG_ON(!object); in assoc_array_insert_set_object()
1034 edit->leaf = assoc_array_leaf_to_ptr(object); in assoc_array_insert_set_object()
1456 bool (*iterator)(void *object, void *iterator_data), in assoc_array_gc() argument
DKconfig.debug178 is needed if you intend to use kernel crashdump or binary object
193 build directory object sizes shrink dramatically over a full
205 files instead of multiple times in object files and executables.
457 bool "Debug object operations"
468 This enables the selftest of the object debug code.
475 which contains an object which has not been deactivated
1334 goes completely against the principles of a refcounted object.
2034 tristate "Perform selftest on object aggreration manager"
2038 Enable this option to test object aggregation manager on boot
DKconfig572 Enable fast lookup object identifier registry.