Searched refs:channels (Results 1 – 3 of 3) sorted by relevance
98 struct list_node channels; member
124 list_add_tail(&ctx->channels, &chan_ctx->node); in do_connect()412 list_initialize(&ctxp->channels); in ipc_port_create()424 while (!list_is_empty(&ctx->channels)) { in ipc_port_destroy()426 &ctx->channels, struct ipc_channel_context, node); in ipc_port_destroy()
1294 let mut channels: Vec<Rc<Channel>> = Vec::new(); in port_create() localVariable1301 channels.try_push(channel.unwrap()).unwrap(); in port_create()1315 channels.try_push(channel.unwrap()).unwrap(); in port_create()1337 let mut channels: Vec<Rc<Channel>> = Vec::new(); in wait_on_port() localVariable1344 channels.try_push(channel.unwrap()).unwrap(); in wait_on_port()1347 for chan in &channels { in wait_on_port()