Searched refs:debug_obj_state (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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);
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | debugobjects.c | 518 debug_object_fixup(bool (*fixup)(void *addr, enum debug_obj_state state), in debug_object_fixup() 519 void * addr, enum debug_obj_state state) in debug_object_fixup() 554 enum debug_obj_state state; in __debug_object_init() 642 enum debug_obj_state state; in debug_object_activate() 772 enum debug_obj_state state; in debug_object_destroy() 822 enum debug_obj_state state; in debug_object_free() 958 enum debug_obj_state state; in __debug_check_no_obj_freed() 1088 static bool __init fixup_init(void *addr, enum debug_obj_state state) in fixup_init() 1107 static bool __init fixup_activate(void *addr, enum debug_obj_state state) in fixup_activate() 1128 static bool __init fixup_destroy(void *addr, enum debug_obj_state state) in fixup_destroy() [all …]
|
| 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()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | timer.c | 641 static bool timer_fixup_init(void *addr, enum debug_obj_state state) in timer_fixup_init() 666 static bool timer_fixup_activate(void *addr, enum debug_obj_state state) in timer_fixup_activate() 687 static bool timer_fixup_free(void *addr, enum debug_obj_state state) in timer_fixup_free() 705 static bool timer_fixup_assert_init(void *addr, enum debug_obj_state state) in timer_fixup_assert_init()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | workqueue.c | 457 static bool work_fixup_init(void *addr, enum debug_obj_state state) in work_fixup_init() 475 static bool work_fixup_free(void *addr, enum debug_obj_state state) in work_fixup_free()
|