Searched refs:SI_SUB_EVENTHANDLER (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_current.c250 SYSINIT(linux_current, SI_SUB_EVENTHANDLER, SI_ORDER_SECOND, linux_current_init, NULL);
274 SYSUNINIT(linux_current, SI_SUB_EVENTHANDLER, SI_ORDER_SECOND, linux_current_uninit, NULL);
/freebsd-11-stable/sys/kern/
H A Dsubr_eventhandler.c64 SYSINIT(eventhandlers, SI_SUB_EVENTHANDLER, SI_ORDER_FIRST, eventhandler_init,
H A Dkern_umtx.c282 SYSINIT(umtx, SI_SUB_EVENTHANDLER+1, SI_ORDER_MIDDLE, umtxq_sysinit, NULL);
/freebsd-11-stable/sys/sys/
H A Deventhandler.h117 SYSINIT(name ## _ehl_init, SI_SUB_EVENTHANDLER, SI_ORDER_ANY, \
H A Dkernel.h99 SI_SUB_EVENTHANDLER = 0x1C00000, /* eventhandler init */ enumerator in enum:sysinit_sub_id

Completed in 111 milliseconds