Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddebugobjects.h57 void *(*debug_hint)(void *addr); member
/Linux-v4.19/lib/
Ddebugobjects.c323 void *hint = descr->debug_hint ? in debug_print_object()
324 descr->debug_hint(obj->object) : NULL; in debug_print_object()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_sw_fence.c36 .debug_hint = i915_sw_fence_debug_hint,
/Linux-v4.19/kernel/time/
Dtimer.c694 .debug_hint = timer_debug_hint,
Dhrtimer.c402 .debug_hint = hrtimer_debug_hint,
/Linux-v4.19/kernel/
Dworkqueue.c483 .debug_hint = work_debug_hint,