Searched refs:global_fds (Results 1 – 1 of 1) sorted by relevance
66 if (global_fds[lcore_id] != -1) { in guest_channel_host_connect()68 lcore_id, global_fds[lcore_id]); in guest_channel_host_connect()102 global_fds[lcore_id] = fd; in guest_channel_host_connect()115 global_fds[lcore_id] = -1; in guest_channel_host_connect()132 if (global_fds[lcore_id] < 0) { in guest_channel_send_msg()173 if (global_fds[lcore_id] < 0) { in power_guest_channel_read_msg()178 fds.fd = global_fds[lcore_id]; in power_guest_channel_read_msg()192 ret = read(global_fds[lcore_id], in power_guest_channel_read_msg()227 if (global_fds[lcore_id] < 0) in guest_channel_host_disconnect()229 close(global_fds[lcore_id]); in guest_channel_host_disconnect()[all …]