Searched refs:descr (Results 1 – 2 of 2) sorted by relevance
222 alloc_object(void *addr, struct debug_bucket *b, struct debug_obj_descr *descr) in alloc_object() argument273 obj->descr = descr; in alloc_object()474 struct debug_obj_descr *descr = obj->descr; in debug_print_object() local486 if (limit < 5 && descr != descr_test) { in debug_print_object()487 void *hint = descr->debug_hint ? in debug_print_object()488 descr->debug_hint(obj->object) : NULL; in debug_print_object()493 descr->name, hint); in debug_print_object()537 struct debug_obj_descr *descr, in lookup_object_or_alloc() argument557 if (!descr->is_static_object || !descr->is_static_object(addr)) in lookup_object_or_alloc()563 obj = alloc_object(addr, b, descr); in lookup_object_or_alloc()[all …]
64 const char *descr; member6733 if (!strcmp(tests[i].descr, test_name)) in find_test_index()6910 pr_info("#%d %s ", i, tests[i].descr); in test_bpf()