Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Ddebugobjects.h57 void *(*debug_hint)(void *addr); member
/linux-5.19.10/lib/
Ddebugobjects.c499 void *hint = descr->debug_hint ? in debug_print_object()
500 descr->debug_hint(obj->object) : NULL; in debug_print_object()
/linux-5.19.10/drivers/gpu/drm/i915/
Di915_sw_fence.c46 .debug_hint = i915_sw_fence_debug_hint,
Di915_active.c84 .debug_hint = active_debug_hint,
/linux-5.19.10/kernel/time/
Dtimer.c767 .debug_hint = timer_debug_hint,
Dhrtimer.c406 .debug_hint = hrtimer_debug_hint,
/linux-5.19.10/kernel/
Dworkqueue.c502 .debug_hint = work_debug_hint,