Home
last modified time | relevance | path

Searched refs:fork_init (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.h28 int (*fork_init)(void); member
H A Dmlx4_glue.c244 .fork_init = mlx4_glue_fork_init,
H A Dmlx4.c1371 mlx4_glue->fork_init(); in RTE_LOG_REGISTER_DEFAULT()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h151 int (*fork_init)(void); member
H A Dmlx5_common_os.c400 mlx5_glue->fork_init(); in mlx5_glue_constructor()
H A Dmlx5_glue.c1440 .fork_init = mlx5_glue_fork_init,