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

/linux-master/include/linux/
H A Ddebugobjects.h40 * @debug_hint: function returning address, which have associated
57 void *(*debug_hint)(void *addr); member in struct:debug_obj_descr
/linux-master/drivers/gpu/drm/i915/
H A Di915_sw_fence.c46 .debug_hint = i915_sw_fence_debug_hint,
H A Di915_active.c84 .debug_hint = active_debug_hint,
/linux-master/lib/
H A Ddebugobjects.c511 void *hint = descr->debug_hint ?
512 descr->debug_hint(obj->object) : NULL;
/linux-master/kernel/time/
H A Dhrtimer.c409 .debug_hint = hrtimer_debug_hint,
H A Dtimer.c822 .debug_hint = timer_debug_hint,
/linux-master/kernel/
H A Dworkqueue.c655 .debug_hint = work_debug_hint,

Completed in 153 milliseconds