Home
last modified time | relevance | path

Searched refs:descr (Results 1 – 2 of 2) sorted by relevance

/lib/
Ddebugobjects.c134 alloc_object(void *addr, struct debug_bucket *b, struct debug_obj_descr *descr) in alloc_object() argument
143 obj->descr = descr; in alloc_object()
253 struct debug_obj_descr *descr = obj->descr; in debug_print_object() local
256 if (limit < 5 && descr != descr_test) { in debug_print_object()
257 void *hint = descr->debug_hint ? in debug_print_object()
258 descr->debug_hint(obj->object) : NULL; in debug_print_object()
263 descr->name, hint); in debug_print_object()
305 __debug_object_init(void *addr, struct debug_obj_descr *descr, int onstack) in __debug_object_init() argument
320 obj = alloc_object(addr, db, descr); in __debug_object_init()
341 debug_object_fixup(descr->fixup_init, addr, state); in __debug_object_init()
[all …]
Dtest_bpf.c66 const char *descr; member
1949 pr_info("#%d %s ", i, tests[i].descr); in test_bpf()