Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddebugobjects.h54 void *(*debug_hint) (void *addr); member
/linux-4.4.14/lib/
Ddebugobjects.c257 void *hint = descr->debug_hint ? in debug_print_object()
258 descr->debug_hint(obj->object) : NULL; in debug_print_object()
/linux-4.4.14/kernel/time/
Dtimer.c599 .debug_hint = timer_debug_hint,
Dhrtimer.c392 .debug_hint = hrtimer_debug_hint,
/linux-4.4.14/kernel/
Dworkqueue.c490 .debug_hint = work_debug_hint,