Searched refs:debug_obj_state (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | debugobjects.h | 8 enum debug_obj_state { enum 31 enum debug_obj_state state; 63 bool (*fixup_init)(void *addr, enum debug_obj_state state); 64 bool (*fixup_activate)(void *addr, enum debug_obj_state state); 65 bool (*fixup_destroy)(void *addr, enum debug_obj_state state); 66 bool (*fixup_free)(void *addr, enum debug_obj_state state); 67 bool (*fixup_assert_init)(void *addr, enum debug_obj_state state);
|
/linux/lib/ |
H A D | debugobjects.c | 625 debug_object_fixup(bool (*fixup)(void *addr, enum debug_obj_state state), in debug_object_fixup() 626 void * addr, enum debug_obj_state state) in debug_object_fixup() 663 enum debug_obj_state state = ODEBUG_STATE_NONE; in lookup_object_or_alloc() 1209 static bool __init fixup_init(void *addr, enum debug_obj_state state) in fixup_init() 1228 static bool __init fixup_activate(void *addr, enum debug_obj_state state) in fixup_activate() 1249 static bool __init fixup_destroy(void *addr, enum debug_obj_state state) in fixup_destroy() 1267 static bool __init fixup_free(void *addr, enum debug_obj_state state) in fixup_free() 1282 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results()
|
H A D | percpu_counter.c | 22 static bool percpu_counter_fixup_free(void *addr, enum debug_obj_state state) in percpu_counter_fixup_free()
|
/linux/kernel/time/ |
H A D | hrtimer.c | 376 static bool hrtimer_fixup_init(void *addr, enum debug_obj_state state) in hrtimer_fixup_init() 395 static bool hrtimer_fixup_activate(void *addr, enum debug_obj_state state) in hrtimer_fixup_activate() 410 static bool hrtimer_fixup_free(void *addr, enum debug_obj_state state) in hrtimer_fixup_free()
|
/linux/kernel/ |
H A D | workqueue.c | 626 static bool work_fixup_init(void *addr, enum debug_obj_state state) in work_fixup_init() 644 static bool work_fixup_free(void *addr, enum debug_obj_state state) in work_fixup_free()
|