Searched refs:debug_obj_state (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/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-v5.4/lib/ |
D | debugobjects.c | 494 debug_object_fixup(bool (*fixup)(void *addr, enum debug_obj_state state), in debug_object_fixup() 495 void * addr, enum debug_obj_state state) in debug_object_fixup() 530 enum debug_obj_state state; in __debug_object_init() 618 enum debug_obj_state state; in debug_object_activate() 748 enum debug_obj_state state; in debug_object_destroy() 798 enum debug_obj_state state; in debug_object_free() 934 enum debug_obj_state state; in __debug_check_no_obj_freed() 1075 static bool __init fixup_init(void *addr, enum debug_obj_state state) in fixup_init() 1094 static bool __init fixup_activate(void *addr, enum debug_obj_state state) in fixup_activate() 1115 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-v5.4/kernel/time/ |
D | timer.c | 620 static bool timer_fixup_init(void *addr, enum debug_obj_state state) in timer_fixup_init() 645 static bool timer_fixup_activate(void *addr, enum debug_obj_state state) in timer_fixup_activate() 666 static bool timer_fixup_free(void *addr, enum debug_obj_state state) in timer_fixup_free() 684 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-v5.4/kernel/ |
D | workqueue.c | 452 static bool work_fixup_init(void *addr, enum debug_obj_state state) in work_fixup_init() 470 static bool work_fixup_free(void *addr, enum debug_obj_state state) in work_fixup_free()
|