Home
last modified time | relevance | path

Searched refs:debug_hint (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/include/linux/
Ddebugobjects.h52 void *(*debug_hint) (void *addr); member
/linux-2.6.39/lib/
Ddebugobjects.c256 void *hint = descr->debug_hint ? in debug_print_object()
257 descr->debug_hint(obj->object) : NULL; in debug_print_object()
/linux-2.6.39/kernel/
Dtimer.c485 .debug_hint = timer_debug_hint,
Dhrtimer.c414 .debug_hint = hrtimer_debug_hint,
Dworkqueue.c397 .debug_hint = work_debug_hint,