Searched refs:fixup_free (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/lib/ |
D | debugobjects.c | 568 debug_object_fixup(descr->fixup_free, addr, state); in debug_object_free() 701 debug_object_fixup(descr->fixup_free, in __debug_check_no_obj_freed() 864 static int __init fixup_free(void *addr, enum debug_obj_state state) in fixup_free() function 923 .fixup_free = fixup_free,
|
D | percpu_counter.c | 38 .fixup_free = percpu_counter_fixup_free,
|
/linux-4.1.27/include/linux/ |
D | debugobjects.h | 58 int (*fixup_free) (void *addr, enum debug_obj_state state); member
|
/linux-4.1.27/kernel/time/ |
D | timer.c | 588 .fixup_free = timer_fixup_free,
|
D | hrtimer.c | 380 .fixup_free = hrtimer_fixup_free,
|
/linux-4.1.27/kernel/ |
D | workqueue.c | 498 .fixup_free = work_fixup_free,
|