debug_hint         85 drivers/gpu/drm/i915/i915_active.c 	.debug_hint = active_debug_hint,
debug_hint         33 drivers/gpu/drm/i915/i915_sw_fence.c 	.debug_hint = i915_sw_fence_debug_hint,
debug_hint         57 include/linux/debugobjects.h 	void *(*debug_hint)(void *addr);
debug_hint        402 kernel/time/hrtimer.c 	.debug_hint	= hrtimer_debug_hint,
debug_hint        699 kernel/time/timer.c 	.debug_hint		= timer_debug_hint,
debug_hint        487 kernel/workqueue.c 	.debug_hint	= work_debug_hint,
debug_hint        482 lib/debugobjects.c 		void *hint = descr->debug_hint ?
debug_hint        483 lib/debugobjects.c 			descr->debug_hint(obj->object) : NULL;