Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Ddebugobjects.h59 bool (*fixup_init)(void *addr, enum debug_obj_state state); member
/Linux-v6.6/lib/
Ddebugobjects.c652 debug_object_fixup(descr->fixup_init, addr, state); in __debug_object_init()
1133 static bool __init fixup_init(void *addr, enum debug_obj_state state) in fixup_init() function
1248 .fixup_init = fixup_init,
/Linux-v6.6/Documentation/core-api/
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-v6.6/kernel/time/
Dtimer.c769 .fixup_init = timer_fixup_init,
Dhrtimer.c409 .fixup_init = hrtimer_fixup_init,
/Linux-v6.6/kernel/
Dworkqueue.c566 .fixup_init = work_fixup_init,