Searched refs:async_control (Results 1 – 2 of 2) sorted by relevance
222 let async_control = AsyncTube::new(&ex, device_ctrl_resp).unwrap(); in create_devices_worker_thread() localVariable224 handle_command_tube(async_control, guest_memory, io_bus, mmio_bus).await in create_devices_worker_thread()
1012 let async_control = in start_worker() localVariable1030 let r = run_worker(&ex, &disk_state, &async_control, worker_rx, kill_evt).await; in start_worker()