Searched refs:descr (Results 1 – 1 of 1) sorted by relevance
131 alloc_object(void *addr, struct debug_bucket *b, struct debug_obj_descr *descr) in alloc_object() argument140 obj->descr = descr; in alloc_object()250 struct debug_obj_descr *descr = obj->descr; in debug_print_object() local253 if (limit < 5 && descr != descr_test) { in debug_print_object()254 void *hint = descr->debug_hint ? in debug_print_object()255 descr->debug_hint(obj->object) : NULL; in debug_print_object()260 descr->name, hint); in debug_print_object()304 __debug_object_init(void *addr, struct debug_obj_descr *descr, int onstack) in __debug_object_init() argument319 obj = alloc_object(addr, db, descr); in __debug_object_init()340 debug_object_fixup(descr->fixup_init, addr, state); in __debug_object_init()[all …]