Searched refs:module_exit_order (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h96 #define module_exit_order(fn, order) \ macro
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_main.c143 module_exit_order(mlx5_fpga_tools_exit, SI_ORDER_SECOND);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c308 module_exit_order(mlx4_en_cleanup, SI_ORDER_SIXTH);
/freebsd-11-stable/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c596 module_exit_order(ib_madeye_cleanup, SI_ORDER_THIRD);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_main.c1275 module_exit_order(mthca_cleanup, SI_ORDER_SEVENTH);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_device.c1081 module_exit_order(ib_core_cleanup, SI_ORDER_FIRST);
H A Dib_iwcm.c1056 module_exit_order(iw_cm_cleanup, SI_ORDER_FIRST);
H A Dib_ucm.c1375 module_exit_order(ib_ucm_cleanup, SI_ORDER_FIFTH);
H A Dib_uverbs_main.c1435 module_exit_order(ib_uverbs_cleanup, SI_ORDER_FIFTH);
H A Dib_user_mad.c1409 module_exit_order(ib_umad_cleanup, SI_ORDER_FIFTH);
H A Dib_ucma.c1786 module_exit_order(ucma_cleanup, SI_ORDER_FIFTH);
H A Dib_cma.c4437 module_exit_order(cma_cleanup, SI_ORDER_FOURTH);
H A Dib_cm.c4183 module_exit_order(ib_cm_cleanup, SI_ORDER_SECOND);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1741 module_exit_order(ipoib_cleanup_module, SI_ORDER_FIFTH);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c2049 module_exit_order(cleanup, SI_ORDER_FIRST);
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c4221 module_exit_order(mlx4_cleanup, SI_ORDER_FIRST);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3403 module_exit_order(mlx5_ib_cleanup, SI_ORDER_SEVENTH);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c3329 module_exit_order(mlx4_ib_cleanup, SI_ORDER_SEVENTH);
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4258 module_exit_order(mlx5e_cleanup, SI_ORDER_SIXTH);

Completed in 248 milliseconds