Lines Matching full:order
35 .Fn SYSINIT "uniquifier" "enum sysinit_sub_id subsystem" "enum sysinit_elem_order order" "sysinit_c…
36 .Fn SYSUNINIT "uniquifier" "enum sysinit_sub_id subsystem" "enum sysinit_elem_order order" "sysinit…
62 enum sysinit_elem_order order; /* init order within subsystem*/
77 .Fa order
93 The initialization routines are then executed in the sorted order.
96 is used as the primary key and is sorted in ascending order.
98 .Fa order
99 is used as the secondary key and is sorted in ascending order.
100 The relative order of two routines that have the same
103 .Fa order
126 The teardown routines are sorted in the reverse order of the initialization