Searched refs:fixup_free (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | debugobjects.h | 50 * @fixup_free: fixup function, which is called when the free check 62 bool (*fixup_free)(void *addr, enum debug_obj_state state); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | debugobjects.h | 50 * @fixup_free: fixup function, which is called when the free check 62 bool (*fixup_free)(void *addr, enum debug_obj_state state); member
|
/kernel/linux/linux-5.10/lib/ |
H A D | debugobjects.c | 866 debug_object_fixup(descr->fixup_free, addr, o.state); in debug_object_free() 982 debug_object_fixup(o.descr->fixup_free, (void *)oaddr, o.state); in __debug_check_no_obj_freed() 1136 * fixup_free is called when: 1139 static bool __init fixup_free(void *addr, enum debug_obj_state state) in fixup_free() function 1199 .fixup_free = fixup_free,
|
H A D | percpu_counter.c | 38 .fixup_free = percpu_counter_fixup_free,
|
/kernel/linux/linux-6.6/lib/ |
H A D | debugobjects.c | 874 debug_object_fixup(descr->fixup_free, addr, o.state); in debug_object_free() 990 debug_object_fixup(o.descr->fixup_free, (void *)oaddr, o.state); in __debug_check_no_obj_freed() 1144 * fixup_free is called when: 1147 static bool __init fixup_free(void *addr, enum debug_obj_state state) in fixup_free() function 1207 .fixup_free = fixup_free,
|
H A D | percpu_counter.c | 38 .fixup_free = percpu_counter_fixup_free,
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | timer.c | 678 * fixup_free is called when: 718 .fixup_free = timer_fixup_free,
|
H A D | hrtimer.c | 387 * fixup_free is called when: 409 .fixup_free = hrtimer_fixup_free,
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | hrtimer.c | 389 * fixup_free is called when: 411 .fixup_free = hrtimer_fixup_free,
|
H A D | timer.c | 731 * fixup_free is called when: 771 .fixup_free = timer_fixup_free,
|
/kernel/linux/linux-5.10/kernel/ |
H A D | workqueue.c | 464 * fixup_free is called when: 486 .fixup_free = work_fixup_free,
|
/kernel/linux/linux-6.6/kernel/ |
H A D | workqueue.c | 577 * fixup_free is called when: 599 .fixup_free = work_fixup_free,
|
Completed in 41 milliseconds