Searched refs:lookup_object_or_alloc (Results 1 – 1 of 1) sorted by relevance
/linux/lib/ |
H A D | debugobjects.c | 600 * Don't report if lookup_object_or_alloc() by the current thread in debug_print_object() 601 * failed because lookup_object_or_alloc()/debug_objects_oom() by a in debug_print_object() 658 static struct debug_obj *lookup_object_or_alloc(void *addr, struct debug_bucket *b, in lookup_object_or_alloc() function 743 obj = lookup_object_or_alloc(addr, db, descr, onstack, false); in __debug_object_init() 820 obj = lookup_object_or_alloc(addr, db, descr, false, true); in debug_object_activate() 1008 obj = lookup_object_or_alloc(addr, db, descr, false, true); in debug_object_assert_init()
|