Home
last modified time | relevance | path

Searched refs:fixup_init (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Ddebugobjects.h47 * @fixup_init: fixup function, which is called when the init check
63 bool (*fixup_init)(void *addr, enum debug_obj_state state); member
/linux/lib/
H A Ddebugobjects.c766 debug_object_fixup(descr->fixup_init, addr, o.state); in __debug_object_init()
1206 * fixup_init is called when:
1209 static bool __init fixup_init(void *addr, enum debug_obj_state state) in fixup_init() function
1324 .fixup_init = fixup_init,
/linux/Documentation/core-api/
H A Ddebug-objects.rst76 it calls the fixup_init function of the object type description
99 it calls the fixup_init function of the object type description
210 fixup_init section in Fixup functions
/linux/kernel/time/
H A Dhrtimer.c373 * fixup_init is called when:
427 .fixup_init = hrtimer_fixup_init,
/linux/kernel/
H A Dworkqueue.c623 * fixup_init is called when:
662 .fixup_init = work_fixup_init,