Home
last modified time | relevance | path

Searched refs:SI_ORDER_SECOND (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_main.c138 module_init_order(mlx5_fpga_tools_init, SI_ORDER_SECOND);
139 module_exit_order(mlx5_fpga_tools_exit, SI_ORDER_SECOND);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c48 SYSINIT(ww_init, SI_SUB_LOCK, SI_ORDER_SECOND, linux_ww_init, NULL);
56 SYSUNINIT(ww_uninit, SI_SUB_LOCK, SI_ORDER_SECOND, linux_ww_uninit, NULL);
H A Dlinux_current.c308 SYSINIT(linux_current, SI_SUB_EVENTHANDLER + 1, SI_ORDER_SECOND,
342 SYSUNINIT(linux_current, SI_SUB_EVENTHANDLER + 1, SI_ORDER_SECOND,
H A Dlinux_work.c772 SYSINIT(linux_irq_work_init, SI_SUB_TASKQ, SI_ORDER_SECOND,
781 SYSUNINIT(linux_irq_work_uninit, SI_SUB_TASKQ, SI_ORDER_SECOND,
/freebsd/sys/sys/
H A Dtaskqueue.h167 SYSINIT(taskqueue_##name, SI_SUB_TASKQ, SI_ORDER_SECOND, \
192 SYSINIT(taskqueue_##name, SI_SUB_TASKQ, SI_ORDER_SECOND, \
H A Dpmckern.h105 SI_ORDER_SECOND + 1, pmc_soft_ev_register, \
108 SI_SUB_KDTRACE, SI_ORDER_SECOND + 1, pmc_soft_ev_deregister, \
/freebsd/sys/dev/random/
H A Dother_algorithm.c124 SYSINIT(random_alg, SI_SUB_RANDOM, SI_ORDER_SECOND, random_other_init_alg,
H A Drandomdev.c97 SYSINIT(random_device, SI_SUB_RANDOM, SI_ORDER_SECOND, random_alg_context_init,
/freebsd/sys/dev/qat/qat_api/
H A Dfreebsd_module.c64 DECLARE_MODULE(qat_api, adf_mod, SI_SUB_DRIVERS, SI_ORDER_SECOND);
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h86 SYSINIT(name, SI_SUB_LOCK, SI_ORDER_SECOND, name##_init, NULL)
103 SYSINIT(name, SI_SUB_LOCK, SI_ORDER_SECOND, \
H A Dmodule.h88 SYSUNINIT(fn, SI_SUB_OFED_MODINIT, SI_ORDER_SECOND, _module_run, (fn))
H A Drwsem.h72 SYSINIT(name, SI_SUB_LOCK, SI_ORDER_SECOND, name##_rwsem_init, NULL)
H A Dww_mutex.h60 SYSINIT(name, SI_SUB_LOCK, SI_ORDER_SECOND, name##_init, NULL)
/freebsd/sys/dev/nvme/
H A Dnvme.c62 SYSINIT(nvme_register, SI_SUB_DRIVERS, SI_ORDER_SECOND, nvme_init, NULL);
69 SYSUNINIT(nvme_unregister, SI_SUB_DRIVERS, SI_ORDER_SECOND, nvme_uninit, NULL);
/freebsd/sys/netinet/libalias/
H A Dalias_dummy.c140 DECLARE_MODULE(alias_dummy, alias_mod, SI_SUB_DRIVERS, SI_ORDER_SECOND);
/freebsd/sys/arm/ti/
H A Dti_cpuid.c289 SYSINIT(ti_cpu_ident, SI_SUB_CPU, SI_ORDER_SECOND, ti_cpu_ident, NULL);
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_main.c282 SYSINIT(random_alg, SI_SUB_RANDOM, SI_ORDER_SECOND, fxrng_init_alg, NULL);
/freebsd/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c276 SI_ORDER_SECOND);
/freebsd/sys/x86/xen/
H A Dxen_apic.c361 SYSINIT(xen_setup_cpus, SI_SUB_SMP, SI_ORDER_SECOND, xen_setup_cpus, NULL);
/freebsd/sys/netinet/
H A Din_pcb.h419 SI_ORDER_SECOND, in_pcbstorage_init, &prot); \
421 SI_ORDER_SECOND, in_pcbstorage_destroy, &prot)
/freebsd/sys/kern/
H A Dvfs_hash.c55 SYSINIT(vfs_hash, SI_SUB_VFS, SI_ORDER_SECOND, vfs_hashinit, NULL);
/freebsd/sys/dev/fb/
H A Dfbd.c71 SYSINIT(fbd_evh_init, SI_SUB_CONFIGURE, SI_ORDER_SECOND, fbd_evh_init, NULL);
/freebsd/sys/dev/ena/
H A Dena_rss.c226 SYSINIT(ena_rss_init, SI_SUB_KICK_SCHEDULER, SI_ORDER_SECOND,
/freebsd/sys/net/
H A Drss_config.c259 SYSINIT(rss_init, SI_SUB_SOFTINTR, SI_ORDER_SECOND, rss_init, NULL);
/freebsd/sys/netpfil/pf/
H A Dif_pflog.c301 VNET_SYSUNINIT(vnet_pflog_uninit, SI_SUB_INIT_IF, SI_ORDER_SECOND,

1234