Searched refs:pipe_main2worker (Results 1 – 6 of 6) sorted by relevance
15 int m2w = lcore_config[worker_id].pipe_main2worker[1]; in eal_thread_wake_worker()41 m2w = lcore_config[lcore_id].pipe_main2worker[0]; in eal_thread_wait_command()
22 int m2w = lcore_config[worker_id].pipe_main2worker[1]; in eal_thread_wake_worker()48 m2w = lcore_config[lcore_id].pipe_main2worker[0]; in eal_thread_wait_command()
425 if (_pipe(lcore_config[i].pipe_main2worker, in rte_eal_init()
24 int pipe_main2worker[2]; /**< communication pipe with main */ member
804 if (pipe(lcore_config[i].pipe_main2worker) < 0) in rte_eal_init()
1139 if (pipe(lcore_config[i].pipe_main2worker) < 0) in rte_eal_init()