Searched refs:debug_obj_state (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/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);
|
| /kernel/linux/linux-5.10/lib/ |
| D | debugobjects.c | 521 debug_object_fixup(bool (*fixup)(void *addr, enum debug_obj_state state), in debug_object_fixup() 522 void * addr, enum debug_obj_state state) in debug_object_fixup() 559 enum debug_obj_state state = ODEBUG_STATE_NONE; in lookup_object_or_alloc() 606 enum debug_obj_state state; in __debug_object_init() 687 enum debug_obj_state state; in debug_object_activate() 808 enum debug_obj_state state; in debug_object_destroy() 858 enum debug_obj_state state; in debug_object_free() 986 enum debug_obj_state state; in __debug_check_no_obj_freed() 1116 static bool __init fixup_init(void *addr, enum debug_obj_state state) in fixup_init() 1135 static bool __init fixup_activate(void *addr, enum debug_obj_state state) in fixup_activate() [all …]
|
| D | percpu_counter.c | 22 static bool percpu_counter_fixup_free(void *addr, enum debug_obj_state state) in percpu_counter_fixup_free()
|
| /kernel/linux/linux-5.10/kernel/time/ |
| D | timer.c | 635 static bool timer_fixup_init(void *addr, enum debug_obj_state state) in timer_fixup_init() 660 static bool timer_fixup_activate(void *addr, enum debug_obj_state state) in timer_fixup_activate() 681 static bool timer_fixup_free(void *addr, enum debug_obj_state state) in timer_fixup_free() 699 static bool timer_fixup_assert_init(void *addr, enum debug_obj_state state) in timer_fixup_assert_init()
|
| D | hrtimer.c | 356 static bool hrtimer_fixup_init(void *addr, enum debug_obj_state state) in hrtimer_fixup_init() 375 static bool hrtimer_fixup_activate(void *addr, enum debug_obj_state state) in hrtimer_fixup_activate() 390 static bool hrtimer_fixup_free(void *addr, enum debug_obj_state state) in hrtimer_fixup_free()
|
| /kernel/linux/linux-5.10/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()
|