Searched refs:debug_obj_state (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | debugobjects.h | 8 enum debug_obj_state { enum 30 enum debug_obj_state state; 59 bool (*fixup_init)(void *addr, enum debug_obj_state state); 60 bool (*fixup_activate)(void *addr, enum debug_obj_state state); 61 bool (*fixup_destroy)(void *addr, enum debug_obj_state state); 62 bool (*fixup_free)(void *addr, enum debug_obj_state state); 63 bool (*fixup_assert_init)(void *addr, enum debug_obj_state state);
|
/Linux-v4.19/lib/ |
D | debugobjects.c | 339 debug_object_fixup(bool (*fixup)(void *addr, enum debug_obj_state state), in debug_object_fixup() 340 void * addr, enum debug_obj_state state) in debug_object_fixup() 375 enum debug_obj_state state; in __debug_object_init() 459 enum debug_obj_state state; in debug_object_activate() 580 enum debug_obj_state state; in debug_object_destroy() 627 enum debug_obj_state state; in debug_object_free() 759 enum debug_obj_state state; in __debug_check_no_obj_freed() 903 static bool __init fixup_init(void *addr, enum debug_obj_state state) in fixup_init() 922 static bool __init fixup_activate(void *addr, enum debug_obj_state state) in fixup_activate() 943 static bool __init fixup_destroy(void *addr, enum debug_obj_state state) in fixup_destroy() [all …]
|
D | percpu_counter.c | 22 static bool percpu_counter_fixup_free(void *addr, enum debug_obj_state state) in percpu_counter_fixup_free()
|
/Linux-v4.19/kernel/time/ |
D | timer.c | 615 static bool timer_fixup_init(void *addr, enum debug_obj_state state) in timer_fixup_init() 640 static bool timer_fixup_activate(void *addr, enum debug_obj_state state) in timer_fixup_activate() 661 static bool timer_fixup_free(void *addr, enum debug_obj_state state) in timer_fixup_free() 679 static bool timer_fixup_assert_init(void *addr, enum debug_obj_state state) in timer_fixup_assert_init()
|
D | hrtimer.c | 352 static bool hrtimer_fixup_init(void *addr, enum debug_obj_state state) in hrtimer_fixup_init() 371 static bool hrtimer_fixup_activate(void *addr, enum debug_obj_state state) in hrtimer_fixup_activate() 386 static bool hrtimer_fixup_free(void *addr, enum debug_obj_state state) in hrtimer_fixup_free()
|
/Linux-v4.19/kernel/ |
D | workqueue.c | 449 static bool work_fixup_init(void *addr, enum debug_obj_state state) in work_fixup_init() 467 static bool work_fixup_free(void *addr, enum debug_obj_state state) in work_fixup_free()
|