Searched refs:fixup_free (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddebugobjects.h44 * @fixup_free: fixup function, which is called when the free check
53 int (*fixup_free) (void *addr, enum debug_obj_state state); member in struct:debug_obj_descr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drcupdate.c202 * fixup_free is called when:
273 .fixup_free = rcuhead_fixup_free,
H A Dhrtimer.c377 * fixup_free is called when:
398 .fixup_free = hrtimer_fixup_free,
H A Dtimer.c483 * fixup_free is called when:
504 .fixup_free = timer_fixup_free,
H A Dworkqueue.c389 * fixup_free is called when:
410 .fixup_free = work_fixup_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddebugobjects.c550 debug_object_fixup(descr->fixup_free, addr, state);
645 debug_object_fixup(descr->fixup_free,
813 * fixup_free is called when:
816 static int __init fixup_free(void *addr, enum debug_obj_state state) function
875 .fixup_free = fixup_free,

Completed in 92 milliseconds