Home
last modified time | relevance | path

Searched refs:debug_object_active_state (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Ddebugobjects.h82 debug_object_active_state(void *addr, const struct debug_obj_descr *descr,
/openbmc/linux/kernel/rcu/
H A Drcu.h228 debug_object_active_state(head, &rcuhead_debug_descr, in debug_rcu_head_queue()
236 debug_object_active_state(head, &rcuhead_debug_descr, in debug_rcu_head_unqueue()
/openbmc/linux/lib/
H A Ddebugobjects.c924 debug_object_active_state(void *addr, const struct debug_obj_descr *descr, in debug_object_active_state() function
957 EXPORT_SYMBOL_GPL(debug_object_active_state);
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_sw_fence.c67 debug_object_active_state(fence, &i915_sw_fence_debug_descr, old, new); in debug_fence_set_state()