Searched refs:global_fds (Results 1 – 1 of 1) sorted by relevance
68 if (global_fds[lcore_id] != -1) { in guest_channel_host_connect()70 lcore_id, global_fds[lcore_id]); in guest_channel_host_connect()104 global_fds[lcore_id] = fd; in guest_channel_host_connect()117 global_fds[lcore_id] = -1; in guest_channel_host_connect()133 if (global_fds[lcore_id] < 0) { in guest_channel_send_msg()168 fds.fd = global_fds[lcore_id]; in power_guest_channel_read_msg()187 if (global_fds[lcore_id] < 0) { in power_guest_channel_read_msg()193 ret = read(global_fds[lcore_id], in power_guest_channel_read_msg()228 if (global_fds[lcore_id] < 0) in guest_channel_host_disconnect()230 close(global_fds[lcore_id]); in guest_channel_host_disconnect()[all …]