Searched refs:pipe_main2worker (Results 1 – 7 of 7) sorted by relevance
29 int m2w = lcore_config[worker_id].pipe_main2worker[1]; in rte_eal_remote_launch()77 m2w = lcore_config[lcore_id].pipe_main2worker[0]; in eal_thread_loop()
375 if (_pipe(lcore_config[i].pipe_main2worker, in rte_eal_init()
38 int m2w = lcore_config[worker_id].pipe_main2worker[1]; in rte_eal_remote_launch()90 m2w = lcore_config[lcore_id].pipe_main2worker[0]; in eal_thread_loop()
874 if (pipe(lcore_config[i].pipe_main2worker) < 0) in rte_eal_init()
1237 if (pipe(lcore_config[i].pipe_main2worker) < 0) in rte_eal_init()
23 int pipe_main2worker[2]; /**< communication pipe with main */ member