Lines Matching full:initialization
31 .Nd a framework for dynamic kernel initialization
39 is a mechanism for scheduling the execution of initialization and teardown
43 It allows runtime ordering of subsystem initialization in the kernel as well
55 and initialization ordering constants
78 of initialization within the subsystem, the
92 sorted list of initialization routines.
93 The initialization routines are then executed in the sorted order.
109 subsystem initialization.
110 These modules' initialization routines are sorted and merged into the kernel's
112 initialization routines.
113 Note that this has the effect that any initialization routines in a kernel
126 The teardown routines are sorted in the reverse order of the initialization