Searched defs:lcore_info (Results 1 – 3 of 3) sorted by relevance
73 struct lcore_info { struct74 uint32_t device_num;77 volatile uint8_t dev_removal_flag;79 struct vhost_dev_tailq_list vdev_list;
173 static struct lcore_info lcore_info[RTE_MAX_LCORE]; variable
84 struct lcore_info { struct95 static struct lcore_info lcore_infos[MAX_LCORES]; argument