Searched refs:descr (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | debugobjects.c | 222 alloc_object(void *addr, struct debug_bucket *b, struct debug_obj_descr *descr) in alloc_object() argument 273 obj->descr = descr; in alloc_object() 474 struct debug_obj_descr *descr = obj->descr; in debug_print_object() local 477 if (limit < 5 && descr != descr_test) { in debug_print_object() 478 void *hint = descr->debug_hint ? in debug_print_object() 479 descr->debug_hint(obj->object) : NULL; in debug_print_object() 484 descr->name, hint); in debug_print_object() 528 __debug_object_init(void *addr, struct debug_obj_descr *descr, int onstack) in __debug_object_init() argument 544 obj = alloc_object(addr, db, descr); in __debug_object_init() 565 debug_object_fixup(descr->fixup_init, addr, state); in __debug_object_init() [all …]
|
D | test_bpf.c | 64 const char *descr; member 6726 if (!strcmp(tests[i].descr, test_name)) in find_test_index() 6903 pr_info("#%d %s ", i, tests[i].descr); in test_bpf()
|